Viewing 15 posts - 11,356 through 11,370 (of 11,678 total)
I think the problem lies in the fact that you can't configure an Excel Source dynamically.
Each time that you change the sheet name, the metadata changes and SSIS can't handle...
June 4, 2010 at 6:16 am
My question was, how do you want to capture it?
Do you just want to read it? Do you want to write it to a file? To a table? To be...
June 4, 2010 at 3:18 am
Well, if you use the Script Task that I gave as an example, you can write your own custom log entries.
June 4, 2010 at 3:18 am
Phil Parkin (6/3/2010)
What is this, some sort of examination?
And you failed 😉 😀
I believe the poor chap had a terrible job interview and that he has posted the questions he...
June 4, 2010 at 2:49 am
If I use Execute SQL Tasks to force a transaction, I use the following commands:
BEGIN TRAN
(at the beginning)
and
COMMIT
(at the end).
Make sure the connection manager to your database has...
June 4, 2010 at 2:46 am
Do you need the data in a table or do you just want to view the data?
ps: your caps lock is broken
June 4, 2010 at 2:40 am
Can't you put the DB Name in the string that you log?
June 4, 2010 at 1:39 am
Ali_SQLDBA (6/2/2010)
My package is on sql 08. But, my package will traverse through different servers which includes sql 05. Does this matter?
No, the version is important because the .NET code...
June 3, 2010 at 6:15 am
Colin Betteley (6/2/2010)
Each Task is speparate having its own SELECT clause and own connection manager to each server. The only connection between the tasks...
June 2, 2010 at 5:01 am
kanth.vishal (5/28/2010)
I have already converted this into string using data transformation column ie DT_STR
Strange, this works at my system:
declare @test smalldatetime;
select @test = CONVERT(char(8),19010101);
print @test
Is it only for the date...
June 2, 2010 at 2:54 am
Are you working with SSIS 2005 or 2008?
I know you can do the following in 2008:
Try
' Test here for the space in the name and put all your other code...
June 2, 2010 at 2:46 am
imani_technology (6/1/2010)
June 2, 2010 at 2:40 am
stewartc-708166 (6/1/2010)
a SQL job can execute a step of type "SQL Server Integration Services Package", irrespective of whether the package is stored in SQL Server...
June 1, 2010 at 3:19 am
Viewing 15 posts - 11,356 through 11,370 (of 11,678 total)