Can we write a distributed query and get some data which is located on other server and oracle database?
How to list all tables having unique constraints in any of the columns in a database.
Explian different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would you go about choosing a backup plan?
what is package and it uses and how can u call a package
please give me query code of unique fuction select UNIQUE (name) from emp_info Incorrect syntax near the keyword 'UNIQUE'.
How to execute a sql statement using mssql_query()?
Explain Active/Active and Active/Passive cluster configurations?
CREATE a table from another table
What are policy management terms?
How to find the last update record in SQL Server?
Does dbcc checkdb requires db to be in single_user mode? : sql server database administration
What is the joins and how many types of Joins in sql server a diffrentiate ever one give a suaitable query
How to create new tables with "select ... Into" statements in ms sql server?