Viewing 15 posts - 1 through 15 (of 19 total)
Excellent script Markus!!! Huge help with what I was wanting to do.
I made some minor tweaks to it to make it compatible with SQL 2008. I...
April 23, 2013 at 9:27 am
Is any special promo code required at registration time to get into casino night? It's been a couple years since I've been able to make it, and last time...
August 20, 2012 at 2:55 pm
BIG THANKS!!! That is exactly what I needed. Can't believe xp_logininfo never showed up in any of the google searches I did. Maybe I should have used...
December 17, 2009 at 6:32 am
I have a 2000 DTS package that has a T-SQL step that accepts global variables as parameters. One of my users needs to be able to execute this package. I've...
November 9, 2004 at 8:00 am
I take the steps specified in the workaround but still have the same issue. I tried using the wizard and it will export the file fine. I saved the wizard's...
March 18, 2004 at 11:20 am
That worked great! Thanks.
I've got another question now. I am unable to execute the package unless I specify a SQL login. Does this method require SQL Authentication?...
November 25, 2002 at 4:10 pm
Andy: Yes, every line has a CR and LF. This was my first theory as well, but I found that everything looked good.
Simon: Data Pump. I had looked...
October 21, 2002 at 6:57 am
I seemed to have found where my error was. It had nothing to do with the DTS package. The problem existed in the job. I had the...
May 14, 2002 at 12:21 pm
Through the help of another developer, we found a solution. Believe it or not, this actually worked. We found that the DTS wizard ignored the Null EOL and...
February 11, 2002 at 8:58 am
Not the way I understand the problem. Chr(0) is the NULL EOL. I want to get rid of it. Then take the data in the line (which...
January 10, 2002 at 10:38 am
The company I work for is creating a web based program that will report on job statuses. Basically, I'm trying to find any supporting tables that are used by...
October 9, 2001 at 10:39 am
Try this:
print Dateadd(day, -1 * (day(getdate())), getdate())
Unless there's a system proc that does it, I think this is about as clean as you'll get.
October 8, 2001 at 3:26 pm
I figured out my problem this morning. Sorry to bother you. It seems that if you are hard coding a path to the attachment you need single quotes...
September 24, 2001 at 9:30 am
Thanks everyone. I appreciate all your help.
September 20, 2001 at 7:13 am
I don't know if this will help or not but here's something I just found out. My local machine has Service Pack 3. The server its running on...
September 19, 2001 at 2:18 pm
Viewing 15 posts - 1 through 15 (of 19 total)