Viewing 7 posts - 31 through 37 (of 37 total)
Thanks, all. Managed to get it done.
Backed up database, backed up transaction log, truncated the log then ran shrinkfile on the log.
Worked a treat.
Once again, thanks to everyone.
March 31, 2004 at 12:49 am
Thanks Ian,
I suspected as much (about the capped log size).
I'll give the BACKUP LOG function a try.
Once again, thanks for your time.
March 29, 2004 at 7:58 am
Thanks too jpipes. Think that would work too.
I just figured this out and it seems to work, this is what I've done:
....Get the field names into a rs as...
June 13, 2003 at 7:10 am
Hey, thanks for that.
I see what your're doing there. This is where I'm up to at the moment:
EXEC( 'SELECT ' + @FieldName + ' AS RetrievedValue FROM Jobs...
June 13, 2003 at 4:25 am
Viewing 7 posts - 31 through 37 (of 37 total)