Difference between report and query parameter. Why do we need different type of parameter?
What is the purpose of a table?
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?
How many cores do I need for sql server 2016?
What is tablesample?
Which is best Subquery (or) joins in sql server? explain why
How do you debug a procedure in sql server?
please give me query code of unique fuction select UNIQUE (name) from emp_info Incorrect syntax near the keyword 'UNIQUE'.
In which situation you use Self joins?
1 Answers CarrizalSoft Technologies, HP, TCS,
How to get a list of columns using the "sp_help" stored procedure in ms sql server?
How can delete duplicate records in cte in sql server?
What is the difference between Stored Procedures and triggers?
What are the four main query statements?