Viewing 15 posts - 38,401 through 38,415 (of 39,466 total)
Sorry. when my water pipe broke last week I go confused
BTW, these would be great for your fraternity brothers!!!
Steve Jones
January 8, 2002 at 11:06 am
I agree with Brian. don't fire it from a trigger. If you need to run it, store some flag value in a table based on the trigger and then run...
January 8, 2002 at 11:01 am
I'd produce the file, then check for records using an Active X script and then delete the file if there are no records.
Steve Jones
January 8, 2002 at 10:56 am
January 8, 2002 at 10:50 am
January 8, 2002 at 10:45 am
Haven't seen it. Verified this occurs in SQL 7, does not occur in 2000.
Personally, I always avoid select into. Create the table and use insert select. It allows you the...
January 8, 2002 at 10:44 am
Agree with Paul. I've done it, but usually only with shrink wrapped apps. They tend (not always) but tend to leak memory less simply because they recieve more testing.
I'd be...
January 8, 2002 at 10:38 am
When you execute the package, it runs under the context of your login and from your workstation. When it runs from the scheduler, it runs as the SQLAgent service account...
January 8, 2002 at 10:20 am
I tend to agree with Brian. I looked around, but couldn't find anything on this. Everyone mentions writing event messages, but no-one has info on changing the category. I suspect...
January 8, 2002 at 10:14 am
I believe in SQL 6.5, that you can script the procedures from Enterprise Manager. If I remember, it is in the Tools menu.
If not, you could get an eval of...
January 8, 2002 at 10:13 am
Write the select query first and see if it returns the info you desire. If not, post it and we'll take a look. Paul and Andy provide a great solution.
Steve...
January 8, 2002 at 10:11 am
Great suggestion. I'll take it up with the founders and see. you can get a short one here:
http://www.sqlservercentral.com/other/AboutUs.asp
Steve Jones
January 8, 2002 at 9:43 am
January 8, 2002 at 9:32 am
January 7, 2002 at 4:42 pm
You could let one package call another conditionally based on a global variable. The dynamic properties task can handle this and change the name of hte package to execute based...
January 7, 2002 at 4:16 pm
Viewing 15 posts - 38,401 through 38,415 (of 39,466 total)