What are “lost updates”?
How to delete exactly duplicate records from a table?
How do I change my passwords (database, LDAP, and so on) without causing an outage?
What number sorts of privileges are accessible in sql?
What is the native system stored procedure to execute a command against all databases?
Which autogrowth database setting is good?
What do you mean by acid?
Which command using Query Analyzer will give you the version of SQL server and operating system?
I need a query that retrieves info from an Oracle table and a query that retrieves info from a SQL Server table. The info has to be joined together according to Record ID numbers. I have very limited access to the Oracle database but full control of the SQL Server database.How do I join two different queries from two different databases?
Where do we use trace frag?
What is bcp? When does it used?
What are the advantages of having an index on the sql server?
How can you get @@error and @@rowcount at the same time?