How to provide default values to stored procedure parameters?
No Answer is Posted For this Question
Be the First to Post Answer
explain query execution plan
Does a full backup include transaction log?
What is change data capture (cdc) feature?
How does a profiler work?
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?
Can we use where and having clause together?
What is auditing in sql server?
What is the default schema of your login session in ms sql server?
what are the problems in logshipping?
What command must you use to include the not null constraint after a table has already been created?
how can you attach more than 20 ldf files in sql server
What is normalization of database? What are its benefits?