Viewing 8 posts - 76 through 84 (of 84 total)
Sounds like you need columns for create_date, create_user, update_date and update_user. But of course you wont get the entire change history, which is what youre really looking for (ie....
-Isaiah
November 3, 2003 at 12:44 pm
Can you not break the update into smaller chunks?
Isaiah
-Isaiah
November 3, 2003 at 12:32 pm
Isolate the problem.
back up to disk, if it fails try another disk, then backup disk to tape. You have to get a valid backup asap.
-Isaiah
November 3, 2003 at 10:49 am
Exercise care with the database recovery option. Its best to leave this to "Full" for all databases and make regular backups. Change to "Simple" or "bulk Logged" only...
-Isaiah
October 31, 2003 at 11:11 am
You'll want to address the cause of this growth. Its possible youre loading lots of data at a time. You can manage the growth of the transaction Log...
-Isaiah
October 23, 2003 at 10:49 am
YES!!!!
I want to be able to programatically identify this kind of table. I can identify One-Many (easy) and One-One but many-many split to 2 One-Many seems to be challenging.
...
-Isaiah
September 25, 2003 at 10:22 am
Ive just done something similar....
Your basic approace should not be a problem. The simplest way restore the databases is:
1) Take a backup of user databases to the disks that...
-Isaiah
June 19, 2003 at 11:37 am
Viewing 8 posts - 76 through 84 (of 84 total)