Viewing 15 posts - 136 through 150 (of 185 total)
D smith,
questions:
If the values coming in from the flat file do not contain blanks at all, can I bypass the NULL reference? Also in Derived Column what do you...
January 29, 2008 at 2:17 pm
Assuming that your database that contains the table is set to 90 Compatibility (SQL 2005)
1. This is an assumption that you need to create the table and that the table...
January 29, 2008 at 12:56 pm
I think with an upgrade it takes into affect the license option you had chosen for SQL 2000. But here is the Microsoft web link that provides in great...
January 29, 2008 at 12:50 pm
Using FORMATFILE as per BOL you must meet one of these criterias...
The data file contains greater or fewer columns than the table or view.
The columns are in a different order.
The...
January 25, 2008 at 3:03 pm
Can you provide syntax that includes the BULK INSERT?
January 25, 2008 at 12:57 pm
Cannot see your attachment.
Please open SQL Books online and in the search enter CREATE ASSEMBLY
Read up on the syntax when using this command, this should point you in the right...
January 24, 2008 at 12:00 pm
g_harrow,
Informix DB is made by IBM and is not a MS SQL Server product.
I found this link this could help you
http://publib.boulder.ibm.com/infocenter/idshelp/v10/index.jsp?topic=/com.ibm.dba.doc/dba.htm
January 24, 2008 at 11:57 am
Ok so place the error within the batch file....thanks
January 24, 2008 at 10:51 am
That's just too cool and I can't believe that after all these years Microsoft and other large companies can't just build something cool. Not neat, not solving a problem, but...
January 23, 2008 at 8:28 pm
The problem was the destination table.
The flat source file for bank_acct_nbr was char(17) and after digging around the net, SSIS doesn't allow a char to char from outside source to...
January 17, 2008 at 1:17 pm
Let me see if I understand this:
"Access DB (external/ remote data source) --> SQL DB
My system is such that I have to constantly import work orders from Access db into...
January 14, 2008 at 12:57 pm
If I am understanding you, you want to run this script for each database on your server.
You need to use the undocumented stored procedure from Microsoft called 'sp_MSforeachdb'
What you want...
January 14, 2008 at 12:46 pm
Thanks Jack,
Did the data control steps after flat file then to export steps look good
January 11, 2008 at 12:49 pm
jack one more question.
if I have my Flat file as the source and OLE DB as destination, I want to clean the data in the DB table but when I...
January 11, 2008 at 9:53 am
Thanks jack I will remove the Bulk Insert Task from Control flow tab and go straight to data flow...
January 11, 2008 at 9:16 am
Viewing 15 posts - 136 through 150 (of 185 total)