Viewing 15 posts - 46 through 60 (of 85 total)
http://msdn.microsoft.com/en-us/library/ms137643.aspx
Data types. The Excel driver recognizes only a limited set of data types. For example, all numeric columns are interpreted as doubles (DT_R8), and all string columns (other than memo...
August 25, 2014 at 2:47 pm
I am not sure under what kind of pressure you are working but normally after telling how to do it for one parameter,
you should have done it for others....
August 25, 2014 at 1:48 pm
nsaxena9 (8/25/2014)
I have recently taken over the SSIS packages from a colleague who left the company.
I am trying to look for a task that was disabled. Looking at that package...
August 25, 2014 at 1:20 pm
jkalmar 43328 (8/25/2014)
CREATE TABLE PRE_LOAD(
KitID varchar(20) NULL,
BatteryID varchar(20) NULL,
TestID varchar(20) NULL,
LBSTAT varchar(8) NULL
)
INSERT INTO PRE_LOAD
(KitID, BatteryID,...
August 25, 2014 at 12:43 pm
Jack Corbett (8/25/2014)
1. 0 can't be converted to a date by .NET (the...
August 25, 2014 at 12:15 pm
amolacp (8/25/2014)
I'm having an issue with adding parameters to the report with the below statement. When I add @Start as a parameter in report and set the default value...
August 25, 2014 at 12:13 pm
August 25, 2014 at 11:04 am
The reason why asked it is, sometime the data might be there in the right table.
but while querying in the SSMS, if we don't specify the schema name, the...
August 25, 2014 at 9:39 am
Do you have any other table named dimClient with different schema?
August 25, 2014 at 9:23 am
though MS documentation says that Conversion from DT_STR to DT_BYTES is a legal conversion, Nether data conversion or derived column column compopnents seems be doing this right with out throwing...
August 25, 2014 at 7:52 am
nishav2 (8/22/2014)
I am facing similar kind of problem.I have an SSIS package which has a flat file source and an oledb destination.
I am transferring flat file content to a table.This...
August 22, 2014 at 3:00 pm
I am jut trying to understand the statement "key columns of a table doesn't performs In Place Updates but does delete and insert"
Isn't every column of table available through the...
August 22, 2014 at 1:51 pm
how about using the script task.
August 22, 2014 at 11:44 am
Lynn Pettis (8/22/2014)
Two, the following works:
--===== If the test table already exists, drop it
IF OBJECT_ID('TempDB..#Table1')...
August 22, 2014 at 11:08 am
Viewing 15 posts - 46 through 60 (of 85 total)