What are the different types of collation sensitivity in sql server?
Can sql servers linked to other servers like oracle?
Which sql server is best?
When do you think a developer should use sql server-based cursors?
Is the log file is a part of file group?
Can we add an identity column to decimal datatype?
what's the difference between delete table and truncate table commands? : Sql server database administration
If you are given access to a SQL Server, how do you find if the SQL Instance is a named instance or a default instance?
Can we use pragma autonomous_transaction in trigger?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
can a database be shrunk with users active? : Sql server administration
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.
What is 3nf normalization form?
Which operator do you use to return all of the rows from one query except rows are returned in a second query?
Disadvantages of the indexes?