Viewing 6 posts - 1 through 6 (of 6 total)
Dbezze is fine for small amount of rows say 2000. It keeps write to the text box , becoming heavy after a lot of rows .
July 31, 2003 at 1:02 am
a5xo3z1 use a "status" field ( I add also a timestamp , and a user field ). But adding a column on a production table sometimes it's not possible, but...
May 29, 2003 at 3:01 am
I've read again all the posts and I think there's no way to wrap stored procedures so you can run a SP that you don't have permissions . If so,...
May 16, 2003 at 3:28 am
If your DB has a lot of transactions its probably your Transaction Log it's growing and growing. We used to have one DB that had 7GB total and 5GB Just...
May 15, 2003 at 1:05 am
Usually some dba don't want do give permissions for xp_cmdshell ( very powerful ). So if you want to manipulate files ( create, read ,etc ) try use sp_OA's and...
May 15, 2003 at 12:43 am
quote:
(...) log file to shrink ?
Why don't you try to run a schedule job with the 2 steps:
BACKUP LOG [<BD_name>] WITH TRUNCATE_ONLY
DBCC...
September 26, 2002 at 4:54 am
Viewing 6 posts - 1 through 6 (of 6 total)