what are defaults? Is there a column to which a default can't be bound? : Sql server database administration
1180what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
1108what's the information that can be stored inside a bit column? : Sql server database administration
1086what is the different types of backups available in sql server? : Sql server database administration
969do you know what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
1045how do you test proper tcp/ip configuration windows machine? : Sql server database administration
1116but 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
1011
What are alternate keys?
as a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this? : Sql server administration
Can we do dml on views?
How to convert binary strings into integers in ms sql server?
What are the recovery models for a database?
What is best institute to Learn DotNET And SQL in chennai?
How to fetch the next row from a cursor with a "fetch" statement?
Can we use where and having clause together?
What is the difference between Stored Procedures and triggers?
what number files will a information contain in SQL Server? How many forms of information files exist in SQL Server? How many of those files can exist for a single database?
How to grant a permission in ms sql server using "grant execute" statements?
Is the log file is a part of file group?
What are actions, how many types of actions are there, explain with example? : sql server analysis services, ssas
How to use go command in "sqlcmd"?
Can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible?