You want to check the syntax of a complicated update sql statement without executing it. What command should you use?
1041You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
1087
Where views are stored in sql server?
What is primary key and example?
To which devices can a backup be created and where should these devices be located? : sql server management studio
What is snapshot report?
what are different types of backups available in sql server? : Sql server database administration
Write the SQL query to drop, truncate and delete table.
What is the difference between writing data to mirrored drives versus raid5 drives
Give the query of getting last two records from the table in SQL SERVER?
What is the usage of the sign function?
What structure can you implement for the database to speed up table reads?
what are the different types of SSRS reports?
Define Joins?
Give main differences between "Truncate" and "Delete".
What is bit data type? What's the information that can be stored inside a bit column?
What is nolock hint in sql server 2008