Viewing 11 posts - 1 through 11 (of 11 total)
Only tried it once with the end user and can't remember error message. It didn't seem to matter at the time cause I knew they didnt have a login...
January 31, 2013 at 3:48 pm
I beleive Windows. Here is my connection string from the ADO code.
Provider=SQLOLEDB.1;" & _
"" & _
...
January 31, 2013 at 2:26 pm
Awesome SSC Rookie... this works :w00t: Not sure if you can mark your reply as the answer or not, but it works
Thanks
October 24, 2012 at 5:11 pm
need to run regsvr on following files (regsvr32 msxml3.dll" & regsvr32 msxml6.dll
I ran command line, browsed to C:\Windows\System then pasted in "regsvr32 msxml3.dll" and then "regsvr32 msxml6.dll" ...
July 5, 2010 at 1:31 pm
I installed all updates. I tried downloading SP1 but there is no version for my operating system. Windows XP is not on list of supported operating systems. ...
July 5, 2010 at 8:59 am
declare @T1 table
(Customer int,
Job int)
INSERT INTO @T1 (Customer, Job) VALUES (1, 22)
INSERT INTO @T1 (Customer, Job) VALUES (2, 23)
INSERT INTO @T1 (Customer, Job) VALUES (3, 24)
INSERT INTO @T1 (Customer, Job)...
June 3, 2009 at 10:53 am
rebuilt package from scratch and it works. File must have been corrupt or something.
August 6, 2008 at 9:11 am
it ran once, then i tried again and it fails. I didn't change anything. I just tried to run it again. I thought it may be a...
August 5, 2008 at 7:51 pm
i have a script task in the loop and pass a column as a variable into the loop. it is reading each variable correctly. if i disable the...
August 5, 2008 at 6:38 pm
yes, i use the proper schema name. I took out the Crimes for the forum only.
August 5, 2008 at 6:12 pm
I took out parameter and still can't get procedure to execute.
It works in the query builder pane of the SQL task, but not in package. I get error says...
August 5, 2008 at 3:21 pm
Viewing 11 posts - 1 through 11 (of 11 total)