Let us say master db itself has no backup. Now you have to
rebuild the db so what kind of action do you take?
What are the different types of collation sensitivity?
What is the difference between ROW_NUMBER and Ranking function in SQL SERVER?
What is plan freezing?
I have Two table First have UserName and second is address, in address table more than value relegated to UserName table, i want to fetch 2nd address if exist other wise 1st address access
What are security principals used in sql server 2005?
one of my database size is 2gb and Unrestricted Growth for Data file up to 10%.But every day after day I am getting Primary Data file is full 99.999 please take appropriate actions.Why it is? Even disk space is also not full,but still I am getting the alerts.
Does a sql server 2005 select statement require a from?
How to create a view with data from multiple tables?
Do you know what is bit data type and whats the information that can be stored inside a bit column?
List all types of constraints in sql server?
How to replace null values in expressions using isnull()?
how to get the salary in descending order with out using the keyword desc in sql