Viewing 15 posts - 16 through 30 (of 65 total)
On your server, set the option to precompile to false, then save the package. Go back in & set it to True once again & SSIS will receompile & create...
July 27, 2007 at 6:40 am
Hi James,
I decided to post my resolution to this problem on my blog. Check it out - it may help
http://blog.cybner.com.au/2007/07/ssis-extra-carriage-return-at-end-of.html
Thanks,
Catherine
July 9, 2007 at 7:07 pm
try this link:
http://sqljunkies.com/WebLog/ashvinis/archive/2005/06/15/15829.aspx
or try searching "UPSERT" or "SSIS Insert & Update" on Google
July 8, 2007 at 11:16 pm
unfortunately this is true - you cant add a reference to the script tasks without some pretty nasty hacks -
According to technet:
July 6, 2007 at 12:14 am
You can set the properties of each task of a SSIS package to either fail the package or allow it to contunue even if errors are found. Perhops you had...
July 6, 2007 at 12:05 am
Just a thought - Are you encrypting the packages when you load them into SQL so the connections strings are stored correctly?
July 6, 2007 at 12:02 am
I had a problem with this once where the column seperator was also adding a carriage return to the output. It was hard to find as it was in the columns...
July 5, 2007 at 11:55 pm
Hi Matt,
I am just curious as to why you are using a CLR for this and not just a user defined function? You can use the xp_FileExists function - for example:
July 5, 2007 at 11:51 pm
It means that cab file that you have created.
When setting up your subscriber set that you will load the snapshot from an alternate location and point to the cab...
July 5, 2007 at 11:44 pm
try this link:
http://sqljunkies.com/WebLog/ashvinis/archive/2005/06/15/15829.aspx
or try searching "UPSERT" or "SSIS Insert & Update" on Google
July 3, 2007 at 9:23 pm
You may want to try getting the data to a desktop version as it is a bit easier to work with to test that everything is all up & running OK.
I...
July 3, 2007 at 9:18 pm
looks like my last post didnt save so am adding again - apologies if it comes up twice!!
You may need to consider that you would not want to update every...
July 3, 2007 at 7:35 pm
Hi Jeff,
I use a similar style function to show a random product from the10 most recently listed on the front page of the website.
July 3, 2007 at 6:16 pm
Thanks for the suggestion! It was actually that the user I was using was locked out on the computer the file was located on. When I tested i was using...
July 3, 2007 at 1:54 am
Viewing 15 posts - 16 through 30 (of 65 total)