Viewing 15 posts - 38,236 through 38,250 (of 39,456 total)
Andy is right. This is supplied through the ADO connection and there is no validation or verification. I can easily send a query from my workstation as host_name() "AWarren" if...
January 24, 2002 at 9:38 am
Agree with Brian. There is no way in SQL to track the access, other than profiler. You could use a sniffer, but profiler essentially does that. you could also implement...
January 24, 2002 at 9:37 am
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
Viewing 15 posts - 38,236 through 38,250 (of 39,456 total)