what authentication modes does sql server support? : Sql server database administration
What is a collation in ms sql server?
How to see existing views in ms sql server?
How to select Distinct columns from the table, table having 20 columns and i want all coulmns
Define right outer join in sql server joins?
Using the customer, and order table in northwind database, please write a query to produce xml?
What is inner join in sql server joins?
List some case manipulation functions in sql?
What methods do you follow to protect from sql injection attack?
in a table is b in column k (manikanta,sivananda,muralidhar) i want result like (mnikanta,sivnanda,murlidhar) please slove it
Find 2nd Highest salery in emp table Select* from emp where &n= select * count from emp where (salery >=emp.salery) Enter n value 2 These query is correct or not. Tell me any other methods.
How you can add messages to the nt event log from within a stored procedure?
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