what are defaults? Is there a column to which a default can't be bound? : Sql server database administration
1086what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
979what's the information that can be stored inside a bit column? : Sql server database administration
983what is the different types of backups available in sql server? : Sql server database administration
894do you know what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
937how do you test proper tcp/ip configuration windows machine? : Sql server database administration
1012but 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
934
How to get a list of columns in a view using the "sp_columns" stored procedure?
What is a field in a table?
What do you understand by mirroring and mention the advantages of the mirroring?
What is inline table-value user-defined function?
What is GUID in sql server?
Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60
Explain what are various ways to enhance the ssrs report?
What are different types of data sources?
What is shrink log file?
How can you insert values in multiple rows using one Insert statement?
What is sub-query in sql server? Explain its properties.
What are the different types of indexes?
How to remove duplicate rows from table except one?
How is sql used in sql server?
When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?