What happens if null values are involved in boolean operations?
No Answer is Posted For this Question
Be the First to Post Answer
Suppose you want to implement the one-to-many relationships while designing tables. How would you do it?
Explain few of the new features of sql server 2008 management studio
role of sql sever 2005 in database rather than any other database
Explain time data type in sal server 2008?
How many clustered indexes can be created on a table? I create a separate index on each column of a table. what are the advantages and disadvantages of this approach?
Diffrences between sql server 2000 vs 2008
How will you decide the active and passive nodes?
What are sparse columns?
What is blocking and how would you troubleshoot it? : sql server database administration
how to get the salary in descending order with out using the keyword desc in sql
When we are using this query to shrink the log file,what exactly it will execute internally? Do we lose any data when we run this script? which data it will truncate in the log file and where it is saved. Please let me know... USE DatabaseName GO DBCC SHRINKFILE(<TransactionLogName>, 1) BACKUP LOG <DatabaseName> WITH TRUNCATE_ONLY DBCC SHRINKFILE(<TransactionLogName>, 1) GO
What is a partition function in sql server?