Viewing 15 posts - 38,536 through 38,550 (of 39,754 total)
Any changes to DTS packages that might attach files? Perhaps some file attachment is causing the failure. There is an error in the KB mentioning sending open files.
Steve Jones
January 23, 2002 at 3:19 pm
You can restore with move option. This allows you to move the log file.
Or buy a bigger disk.
Steve Jones
January 23, 2002 at 3:17 pm
January 23, 2002 at 3:16 pm
January 23, 2002 at 1:58 pm
Brian,
nice introductary article. I'd love to see a followup dealing with more complex designs and including child tables.
Steve Jones
January 23, 2002 at 1:30 pm
January 23, 2002 at 1:26 pm
I'm a problem solver. I enjoy working with T-SQL and finding the solution to some query issue.
Building DTS packages is fun and I've been working with VB and Dmo a...
January 23, 2002 at 1:13 pm
Has anything changed on the server or the exhchange server recently?
Also, when you say you stop and restart, is this to get SQL Mail working, or is there a problem...
January 23, 2002 at 1:12 pm
January 23, 2002 at 12:25 pm
Sorry,
select host_name()
The user will be
select suser_name(), user_name()
depending on if you want login or db user. You can get all of these from sp_who
Steve Jones
January 23, 2002 at 12:19 pm
January 23, 2002 at 12:05 pm
The best way is to insert the audit record by joining back to the original table. To handle multi row inserts, I've done the following.
in trigger:
if update()
begin
...
January 23, 2002 at 12:04 pm
January 23, 2002 at 12:02 pm
Viewing 15 posts - 38,536 through 38,550 (of 39,754 total)