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?
IBM,
8 10830how to write the query to select the rows are in the order of either 1,3,5,7... or 2,4,6,8,...
7 13815can you anybody tell me the how can you restore the master database. while migraion(one server to onther server)?
1 4516
How does SSIS(Sql Server Integration Services) deffer from DTS(Data Transformation Services)?
How to enter binary string literals in ms sql server?
Other than truncate statement, which other command can by-pass the trigger on the tables?
Explain tables in SQL Azure?
write an SQL query to list the employees who joined in the month of January?
Explain the categories of stored procedure i.e. System stored procedure, local stored procedure, temporary stored procedure, extended stored procedure, remote stored procedure?
What are the types of joins in sql?
What are trace flags?
Explain “row_number()” in sql server with an example?
how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration
Tell about MOM Tool(Microsoft Operator Manager)?
How to include text values in sql statements?
What do you mean by recursive stored procedure?
‘Order by’ is not allowed in a view how can you sort information from a view?
What is the architecture of ms sql reporting service?