is there a column to which a default can't be bound? : Sql server database administration
What are acid properties of transaction?
What are the restraints imposed on the table design by a merge replication?
What are the fixed server level roles? : sql server security
What are audit control procedures?
What is the security principal at the database level that represents your session?
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.
Explain an incremental backup?
What is a primary index?
you 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
What is sql server profiler?
Explain the rules for designing files and file groups in sql server?
Explain stored procedure?
Can a table have 2 foreign keys?
Can we use having clause without group by?