Viewing 15 posts - 1 through 15 (of 42 total)
Thanks Christopher, unfortunately that is not working I need to find a back door into this file... it appears that either the file is corrupted or when trying to open...
January 26, 2005 at 11:31 am
Here is how I was able to address the issue that I was having. I ended up creating a sproc that altered another sproc.
1. sproc:
CREATE procedure prAlterprRecCount @vTbl varchar(25) as
declare...
June 21, 2004 at 2:30 pm
thanks for the input Frank I will take a look at the execution plan of both alternatives.
Steve Johnson
December 9, 2003 at 7:42 am
I found the problem..... there was a carriage return at the end of each slspsn2's name....not sure how it got there..... I removed the return and all is well....
Thanks guy's
Steve...
May 28, 2003 at 7:43 am
yes the 4 values that I am looking for are ('FSALBY','FSKENT','FSAURO','FSRAIN')
Steve Johnson
May 28, 2003 at 7:29 am
I have tried this statement to see what I get and nothing is returning???? I went to the table and select the 'FSAURO' straight out of the table, I know...
May 28, 2003 at 7:27 am
I suspected that I would need to us VB or JAVA to pull the data in but wasn't sure....
Steve Johnson
March 24, 2003 at 8:02 am
It is setup to use On Success of the Task
Steve Johnson
November 26, 2002 at 4:04 pm
Thanks... I looked all over yesterday for this and couldn't find it....
Steve Johnson
October 11, 2002 at 11:20 am
Antares686 I will take you up on your offer... I need the O'Hare functionality
Thanks
Steve Johnson
October 11, 2002 at 10:13 am
select upper(substring(col,1,1)) + substring( col,2) this will work for what I need. Thanks guys....
Steve
Steve Johnson
October 11, 2002 at 9:53 am
thanks guys, I got it to work...
Steve Johnson
October 10, 2002 at 5:39 pm
Is it possible to save a DTS to the server using a script??
Steve Johnson
July 25, 2002 at 2:18 pm
Viewing 15 posts - 1 through 15 (of 42 total)