Let us say master db itself has no backup. Now you have to rebuild the db so what kind of action do you take?
1 6257Using query analyzer, name 3 ways you can get an accurate count of the number of records in a table?
5 17208What is one of the first things you would do to increase performance of a query? For example, a boss tells you that ?a query that ran yesterday took 30 seconds, but today it takes 6 minutes?
2 16013
What is the difference between ‘having’ clause and a ‘where’ clause?
What is transactional replication?
How check triggers in sql server?
What is the preferred way to create a clustered and non-clustered index? Which index should you create first the clustered or non-clustered?
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?
What is meant by referential integrity?
What are the steps you can take to avoid “deadlocks”?
Explain how many types of relationship?
What are the different ways you can create databases in sql server?
Can sql server 2016 run on windows 7?
Explain Geometry datatype in sql server 2008 with example
How to get the definition of a view out of the sql server?
How do we upgrade from SQL Server 6.5 to 7.0 and 7.0 to 2000?
Where is localdb stored?
Explain full-text indexing?