Viewing 15 posts - 436 through 450 (of 1,118 total)
January 28, 2010 at 11:12 am
Colin Betteley (1/26/2010)
Not sure what happened there, but just wanted to say thanks for any suggestions that people may have.Cheers
Colin
What's happen with this issue? Did you make it work?
January 28, 2010 at 11:09 am
Eric,
You have to quote the complete parameter and double quote, the quotes inside.
Try this:
DTEXEC /DTS "\MSDB\MyPackage" /SERVER "ERIC" /SET "\Package.Variables[User::ConfigDbConn].Value;""Data Source=whatever;Initial Catalog=MyDb"""
or this:
DTEXEC /DTS "\MSDB\MyPackage" /SERVER "ERIC" /SET "\Package.Variables[User::ConfigDbConn].Value;\"Data Source=whatever;Initial...
January 28, 2010 at 11:07 am
phina_el (1/24/2010)
I m trying to run ssis package from SQL SERVER AGENT, and it give this error:
Message
The job failed. The Job was invoked by User sa. ...
January 28, 2010 at 10:55 am
NERO (1/22/2010)
I am planning to transfer data from a source Excel spreadsheet to another desination spreadsheet. But I need to create multiple lines in the destination from a single line...
January 28, 2010 at 10:46 am
imani_technology (1/22/2010)
"Test connection failed because of an error...
January 28, 2010 at 10:43 am
Brad Johnson-378105 (1/28/2010)
Back to square one. I didn't realize that DB2 Connect was a purchased application and necessary for the .NET provider to work. Oh well...
Brad,
You have to...
January 28, 2010 at 10:28 am
Brad Johnson-378105 (1/28/2010)
January 28, 2010 at 9:53 am
There is solution based on the third-party commercial CozyRoc SSIS+ library. CozyRoc has implemented data flow destination script, which creates memory-efficient range dictionary object. The dictionary object can then be...
January 27, 2010 at 1:22 pm
Jack,
Is it possible to query multiple GUIDs using this custom DLL library? If that is the case, you have to change your script a bit making it asynchronous and buffer...
January 20, 2010 at 4:28 pm
This sounds like a nice workaround. However this situation looks like a bug to me. Have you tried reporting this problem to Microsoft?
January 20, 2010 at 2:08 pm
You have to setup your source SQL statement to provide the date as string in the data flow. Then use standard Data Conversion transform to convert this string column to...
January 20, 2010 at 1:40 pm
yosiasz (1/19/2010)
How can I use a Data Flow Task to read an Excel file and write it to a named sheet in my destination workbook? I am trying to create...
January 20, 2010 at 1:30 pm
maryam7756 (1/19/2010)
I have a SSIS Package which is creating a flat file from a table in my db. and it works great.
but I have over 360,000 records in it....
January 20, 2010 at 1:24 pm
Viewing 15 posts - 436 through 450 (of 1,118 total)