What is database replicaion? What are the different types of replication you can set up in SQL Server?
5 25543There 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 5273how 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.
2085can we call stored Procedure in Function in Sql Server 2000 and vice versa.
C3I, eSoft, iPRO Solutions, Wipro,
3 19545
How do I start sql server?
Define synonym?
what are questions asked in TCS for database tester (sqlserver)for 2-3 exp?
Please explain what is “asynchronous” communication in sql server service broker?
Hi all, can any one please tell me the difference between sql server 2008 and orace 9i
Can coalesce return null?
How to find Duplicate Records In table?
What is indexed view?
What is the use of nvl work?
What are the different Topologies in which Replication can be configured?
How to verify a user name with sqlcmd tool?
How to rename an existing column with the "sp_rename" stored procedure in ms sql server?
1.what are diff types of joins , and explain diff between cross join and full outer join 2.diff types of views 3. Diff types of index 4. What is diff b/w stores procedure and function procedure 5.diff between double and int in SQL 6.diff between char and varchar in SQL. 7.Oracle or SQL whice you will preferred and why.
What are types of subqueries?
Write the SQL query to drop, truncate and delete table.