John exports information periodically from a microsoft sql server database to an oracle database what is the best way to do this?
948Write a sql query to sort on different column name according to the parameters passed in the function?
911Your company has 50 branches all over the country all the branches, including the head office have sql server as the database every night all 50 branches upload certain information to the head office which replication topology is best suited for the above scenario?
1143You 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?
1006
What are dml (data manipulation language) statements in ms sql server?
Explain index in sql server?
How many full-text indexes can a table have?
Explain the difference between control flow and data flow?
What are the different subsets of sql?
Can we write a distributed query and get some data which is located on other server and oracle database?
What is acid properties?
Can we perform backup restore operation on tempdb? : sql server database administration
Write down the syntax and an example for create, rename and delete index?
Is INSTEAD OF trigger directly applicable to Table ?
What is sql view?
Can I run multiple instances of sql server 2000 at the same time on one computer?
what is a self join? : Sql server database administration
How can I change procedure name in sql server?
How to insert multiple rows with a subquery?