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
1022you have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem? : Sql server administration
1010you have separate development and production systems you want to move a copy of a development database into production to do this, you do a backup on the development system and restore to the production system after a few minutes, you begin getting calls from several customers saying that they are denied access to the system why? : Sql server administration
1039is it important for a database administrator to understand the operating system and file access? : Sql server administration
1078you want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition? : Sql server administration
1162
Explain about local stored procedure?
What is it’s similarity with sql server?
How to convert a table data in XML format in sql server?
Explain data warehousing in sql server?
What does it mean to be in union?
What is the use of floor function in sql server?
How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
How to delete a database in ms sql server?
What are diverse clauses that form a part of sql?
What are the advantages of using third-party tools?
What are indexes in sql?
Explain the categories of stored procedure?
What is merge join?
What is difference between cte and view?
Do you know what are acid properties of transaction?