Which table keeps information about stored procedures?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of indexes available with SQL Server?
How to change the ownership of a schema in ms sql server?
What is compound operators?
Explain the truncate command? : SQL Server Architecture
Do you know sql server 2008 introduces automatic auditing?
How many levels of sp nesting are possible?
What is a select query statement in ms sql server?
difference between truncate, delete aur drop?
What objects does the fn_my_permissions function reports on? : sql server security
What are SQL Jobs, please mention the use of it and how to create them.
i have 4 tables.. T1, T2, T3, T4.. these tables have the same structure and they store the information entered in different years.. T1 stored 2002, T2 stored 2003, T3 stored 2004 and T4 stored 2005.. i want to copy contents in T1 to T2, T2 to T3, T3 to T4 and T4 to T1.. how do i do that? Temp tables cannot be used..
Is there any difference between primary key and unique with the not null condition?