Can we call a function that has out parameter in select statement
When would you use sql joins?
How to connect to a sql server using odbc_connect()?
how to use DTS package in 2000,2005,2008 in sql server
What is the difference between WHERE AND IN? OR 1. SELECT * FROM EMPLOYEE WHERE EMPID=123 2. SELECT * FROM EMPLOYEE WHERE EMPID IN (123) WHAT IS THE DIFFERENCE?
What is database dimension? : sql server analysis services, ssas
Can an automatic recovery be initiated by a user?
code to create procedure for taking databse backup in sql server or i have the query for it but what it's query returns means i want to show on my jsp that the databse backup has been taken on the basis of that return value.does it returns 0 or 1.wat is the code for that
What is the difference between locking and multi-versioning?
I have a table in which phno is one of the columns.i do have some values in tht phno column.i need to update phno column values with 0(zero) as prefix.give me a correct solution plz...
How can you know if the row fetched from cursor is still valid in underlying table?
What types of integrity are enforced by a foreign-key constraint
What is sql server replication? : sql server replication