Viewing 5 posts - 1 through 5 (of 5 total)
Just look at here
http://www.databasejournal.com/features/mssql/article.php/3379901
Thanks
Amish Shah
July 7, 2005 at 12:22 pm
Hi
You can do like this
select count(*) from tempdb..syscolumns where id = object_id(<temporary table name>
Thanks
July 1, 2005 at 10:16 am
Hi
you can also use
Set your recovery model to simple.
run the following
Backup log <dbname> with no_log
set your recovery model to full
backup your database immediately.
Thanks
Amish
June 28, 2005 at 9:33 am
Viewing 5 posts - 1 through 5 (of 5 total)