|
|
-
|
|
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?...
|
|
-
|
|
What is the different between delete and truncate?...
|
|
-
|
|
What is there difference between clustered index and non-clustered index?
...
|
|
-
|
|
As a database is recovering, after which phase will the database be available/online?...
|
|
-
|
|
What are the ways to code efficient transactions?...
|
|
-
|
|
How to Change the default SQL Server backup folder path?...
|
|
-
|
|
Explain types of Stored procedure in sql Server ?...
|
|
-
|
|
Which data types are Special Data types in SQL Server?...
|
|
-
|
|
How to change default SQL Server backup folder path?...
|
|
-
|
|
Which SQL Server database does not follow ACID properties? Explain the reasons behind your answer....
|
|