|
|
-
|
|
Till how many levels, triggers can be nested in SQL SERVER?...
|
|
-
|
|
Define acid property in SQL Server...
|
|
-
|
|
Do you have any idea about database normalization and its various normal forms? ...
|
|
-
|
|
How to Use SP_rename store Procedure?...
|
|
|
|
-
|
|
Define Identity Property in SQL Server...
|
|
-
|
|
Suppose we have a table whose structure is given below
Create table addcounter(
counterid int identity(1,1)
)
Now how can we insert values in the table?...
|
|
-
|
|
how to SHRINK the database?...
|
|
-
|
|
What is the difference between Union and Union All?...
|
|
-
|
|
Why should we use the Stored Procedure in SQL Server or Why should we prefer Stored Procedure instead of Inline Queries?...
|
|