Viewing 15 posts - 12,106 through 12,120 (of 13,870 total)
Sounds like your row delimiter may be set up incorrectly.
What appears at the end of every row of your source data?
May 5, 2010 at 9:45 am
You can assign values to variables within a Script Component if you use the VariableDispenser class.
See more here.
May 5, 2010 at 8:43 am
Please explain what you mean by "manually executed through SQL Server"
I guess you mean as part of a job. Are you logged in to SQL Server as the same user...
May 5, 2010 at 8:33 am
da-zero (5/5/2010)
DTS is the old version of SSIS. DTS uses .dts files, SSIS uses .DTSX files.
You can compare it with .xls for Excel 2003 and...
May 5, 2010 at 6:44 am
You cannot open dtsx files in DTS.
May 5, 2010 at 4:21 am
Maybe this will help:
http://msdn.microsoft.com/en-us/library/dkkx7f79%28v=VS.71%29.aspx
May 5, 2010 at 3:18 am
Use the connection you defined in Connection Manager in the Script Task - that is the way to work.
May 5, 2010 at 1:01 am
I am assuming that you tried creating a new connection using Connection Manager?
What happened when you selected New Connection / ODBC? Were you not able to see your system DSN...
May 5, 2010 at 12:40 am
Are you using a 64-bit machine by any chance?
May 5, 2010 at 12:12 am
Put a data viewer after your source to check that the 'bad' records make it into the pipeline OK. Look for 'special' characters - commas, quotes, empty fields/NULLs, tabs, CRs.
Maybe...
May 4, 2010 at 11:28 pm
Do your backups and restores using Execute SQL tasks.
After backing up on server 1 you'll need to transfer the file to server 2 before it is restored. I would probably...
May 4, 2010 at 11:08 am
Are both these databases on the same server?
May 4, 2010 at 10:28 am
You are writing data from a DW back into an application database and want to mimic the application's IDENTITY logic?
Leaving aside the fact that the requirement sounds a little strange,...
May 4, 2010 at 7:35 am
If all of DB2's data has been copied from DB1, what is the reason for Step 2?
How complex is the db? Have you considered BACKUP / RESTORE / ALTER TABLE...
May 4, 2010 at 7:02 am
Without knowing the specifics, I can't get very detailed.
I would be tempted to create all of the Excel layouts as new tables in Access (with PK/FK Referential Integrity applied across...
May 3, 2010 at 1:06 pm
Viewing 15 posts - 12,106 through 12,120 (of 13,870 total)