What is database replicaion? What are the different types of replication you can set up in SQL Server?
5 25512There is a trigger defined for INSERT operations on a table, in an OLTP system. The trigger is written to instantiate a COM object and pass the newly insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?
HCL,
1 5265how to write test cases for testing databases,especially for testing and writing test cases for stored procedures.any real time database testers.please answer me.
2076can we call stored Procedure in Function in Sql Server 2000 and vice versa.
C3I, eSoft, iPRO Solutions, Wipro,
3 19521
What are the types of joins in sql?
What is the correct order of the logical query processing phases?
Why normalization is used?
Does partitioning ssd reduce performance?
How many instances per computer are there in sql server 2000?
What are subqueries in sql server? Explain its properties.
How do you drop an index?
What do you know about system database? : SQL Server Architecture
You have several tables, and they are joined together for querying. The tables contain both clustered indexes and non clustered indexes to optimize performance, how should you distribute the tables and their indexes onto different file groups?
What is user-defined inline table-valued function?
What are the types of indexing?
What is difference between materialized view and view?
Is the log file is a part of file group?
what is a major difference between sql server 6.5 and 7.0 platform wise? : Sql server database administration
Can foreign key be duplicate?