Viewing 11 posts - 61 through 71 (of 71 total)
Maybe I don't get you right, but as I suppose that later you want to load your changed ADO recordset into some table why not use the normal way by...
February 6, 2008 at 1:14 am
Online Help states that the ole db destination does not support parameterized insert statements and recommends using the ole db command transformation.
February 6, 2008 at 1:08 am
Exactly, some way to initialize these fields.
February 5, 2008 at 8:31 am
Are you sure that this is the correct path? AFAIK "E:\" means E on the server not the client.
January 18, 2008 at 1:56 am
Do a datatype conversion to a numeric datatype (DT_UI4) and then back to a String (DT_STR).
January 18, 2008 at 1:51 am
It depends on how you change your excel sheet. I think SSIS scans the first 10 (or so) rows to determine the column data type. Say you have column A...
January 18, 2008 at 1:43 am
Once again to the singular vs. plural topic: Of course there are valid arguments for using plural.
But most of them are weak especially the one that says: "An employee table...
March 8, 2007 at 12:52 am
Lyle wrote: "A table that contains information about employees becomes the Employees table, a noun. A table is a collection similar entities, plural. "
I strongly vote for singular, because (OO)...
March 7, 2007 at 7:59 am
I don't agree with the naming conventions of identifying columns (<tablename>ID). That does not work with compound identifiers. First, you need more than the tablename, second, "ID" suggests that this...
March 7, 2007 at 1:31 am
Sorry, wrong link:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1059616&SiteID=1
March 6, 2007 at 7:33 am
Microsoft suggests that this is an error and should be fixed by SQL Server 2005 SP2:
http://www.eggheadcafe.com/aspnet_answers/SQLServerintegrationsvcs/May2006/post26942448.asp
HTH
Alexander
March 6, 2007 at 7:28 am
Viewing 11 posts - 61 through 71 (of 71 total)