what are defaults? Is there a column to which a default can't be bound? : Sql server database administration
1137what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
1035what's the information that can be stored inside a bit column? : Sql server database administration
1033what is the different types of backups available in sql server? : Sql server database administration
927do you know what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
988how do you test proper tcp/ip configuration windows machine? : Sql server database administration
1061but what if you have to create a database with two filegroups, one on drive c and the other on drive d with log on drive e with an initial size of 600 mb and with a growth factor of 15%? : Sql server database administration
967
What is "scheduled jobs" or "scheduled tasks"?
what happens on checkpoint? : Sql server database administration
How do you create type- insensitive operator?
A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?
How to throw custom exception in Stored Procedure?
How do I make a resultset scrollable?
When you use @@error and try-catch?
Does partitioning improve performance?
What is difference between commit and rollback when used in transactions?
Which sql server is best?
can an automatic recovery be initiated by a user? : Sql server administration
Can we do dml on views?
Tell me what do you mean by an execution plan? Why is it used? How would you view it?
How to fine-tune reports?
Explain the use of keyword with encryption. Create a store procedure with encryption?