Helpful bits of SQL, C#, ASP.NET and related articles that we feel may be useful to the community at large. Enjoy!
select
'Delete from ' + convert(varchar(max),name)
from sys.tables
No comments:
Post a Comment