How to encrypt Strored Procedure in SQL SERVER?
Why use triggers?
How to insert multiple rows with a subquery?
If the job running very slow what is the action you do
Write a Select Query to display title for each group of records, which are collected with Compute Clause? Like titlefield column-A column-B ..... ..... ..... Sum ... titlefield column-A column-B ..... ..... ..... Sum ...
What is acid properties?
wht's the differece between sqlserver05 and sqlserver2000
create procedure proc1 (@a int) as begin if @a=1 create table #temp(a1 int) else create table #temp(a1 int) end while executeing the above code it shows error like '#temp already exist' .why it shows an error?
difference between Clustered index and non clustered index ?
how to know Who Is Blocking Your SQL Server?
How to download and install microsoft sql server management studio express?
Explain view in sql server?
How do you start single user mode in clustered installations?