Lately, I was trying to run the codemap on my visual studio and got the error “Login failed due to trigger execution”. Details were something
Tag: sql
How to change the order of columns in SQL?
In order to maintain the order of columns in SQL we require 2 steps Disable the “Prevent saving changes that require the table re-creation“ Open
How to create delete trigger in SQL Server?
Hello Everyone, I hope you are doing well. Today, I will be explaining on how to create the Delete Triggers in Sql Server. We all
How to auto-generate unique-identifier column in Sql?
Hello everyone, In this article lets see the sample code that can help you auto-generate the unique-identifier in sql server. The above sql query creates
How to clear all data from SQL Database?
Hello people, How are you?Today I was working on something and then came to realize that I had to clear the sql database. For a