Viewing 15 posts - 31 through 45 (of 45 total)
I've found a solution which works perfectly without using a TEMP or Staging table. It is a bit complex but works very well and is very adaptable for future changes.
Here...
March 11, 2009 at 3:37 pm
Well here it is! Script Task success! I hope this script may help someone else using MYOB Order imports.
FYI, I am recently new to SSIS and don't claim to be...
March 7, 2009 at 9:43 pm
Phil, point taken. Therefore i'll put the feelers out there to anyone who may have an SQL based solution?
Once i get this script worked out i'll post it up to...
March 5, 2009 at 9:57 pm
We already attempted to create the line break ASCII characters as part of the SQL Statement but then it just became too difficult to build a top down query using...
March 5, 2009 at 8:12 pm
Thanks for the response Tim. This is a new script approach than the one i had in mind but exactly the same concept i was thinking of as follows:
1) Run...
March 5, 2009 at 4:37 pm
Perfect! It worked exactly as i needed using T-SQL REPLACE function. One correction to the format:
Replace(Replace([ColumnName],CHAR(13), ' '),CHAR(10),'')
There was in fact both scenarios where Line Breaks (CHAR(10)) as well...
March 3, 2009 at 3:19 pm
Thanks Jack.
I understand using the OLEDB source T-SQL statements would probably be better and more efficient. I might give them both a try and see what works. Then test...
March 2, 2009 at 3:53 pm
Sounds like i need to find and replace ASCII coded character for return codes as well as line feeds?
Does this mean adding Derived Column transformations (i think that's what...
March 2, 2009 at 3:13 pm
I have done a Data Conversion before but without success on ntext due to the fact that we have data greater than 8000bytes which i understand is stored in the...
March 1, 2009 at 4:10 pm
I assume when i re-install RS, i can then run the SP3 update and hopefully it will be fixed and working?
My only concern is that this a Production database....
February 26, 2009 at 9:10 pm
I'm not a database administrator, nor an expert with asp.net but i think our server runs a Windows 2003 64 bit O/S, however i think all application software including SQL...
February 9, 2009 at 5:02 pm
Hadn't thought too much about the table columns yet but i'd like to keep the information to a minimum so the user doesn't feel like they have to give all...
November 27, 2008 at 10:16 pm
Thanks to both of you. Thats exaclty the type of advice i was looking for.
November 20, 2008 at 2:31 pm
Of course that is a very simple solution, however we need to keep it active for regular updates using 'sa' login.
Plus we want to restict access entirely for any...
November 19, 2008 at 6:28 pm
Thanks for the point in the right direction. I can follow most of your logic so far with the permissions you mentioned. Still a little confused with the proxy account...
October 27, 2008 at 4:53 pm
Viewing 15 posts - 31 through 45 (of 45 total)