This is my Technical area of troubleshooting and learning new Programming skills and many more. Here you will find answers for many new technologies like asp.net 2.0/3.5,4.0 C# access, mysql, Amazon Webservice ,Sql-server, JD Edwards, SAS, Salesforce, APIs, MVC and many more. please visit & discuss.
Wednesday, September 29, 2010
drop table if exists sql-server 2008/2005
drop table if exists sql-server 2008/2005
In this sample I am dropping a temp table #temp4 :-
IF OBJECT_ID('tempdb..#temp4', 'U') IS NOT NULL DROP TABLE #temp4
No comments:
Post a Comment