Viewing 6 posts - 76 through 81 (of 81 total)
Sorry for the incomplete syntax tsc1, the caffiene has just kicked in
Also I have tried shrinking logs in EM via taskpad, but it never works. ...
June 18, 2003 at 3:30 am
Hi,
You can either do
dbcc shrinkfile (dbid, n) --where dbid is the fileid in sysfiles and n is the target MB size
Or
backup log yourdbname with truncate_only
Ritch
Edited by - Ritch on 06/18/2003...
June 18, 2003 at 1:29 am
Hi,
I don't know whether this will help but I had a similar problem with a job I migrated to another server. I had to change the originating_server field in...
June 13, 2003 at 9:58 am
Viewing 6 posts - 76 through 81 (of 81 total)