Viewing 15 posts - 46 through 60 (of 196 total)
The child package ( Error 0xC0012050 while loading package file "R:\Sanctions.dtsx") may have DelayValidation = True set at the package level. Set it to False.
If u need delay validation,...
October 21, 2009 at 7:54 am
Did u try connecting from an ODBC source (create one for DB2) withe the credentials u have.
October 14, 2009 at 9:01 am
Looks like a connection problem b\w Windows auth and SQL Auth. Your program may be running under windows auth and the user (maybe u) have access on every SQL Server...
September 30, 2009 at 9:00 pm
1. Create an SSIS Package with Execute SQL Task (Create a SSIS variable of datatype 'object' - call it SQLParam)
2. Add your stored procedure to it (EXEC StoredProcName @Param or...
September 17, 2009 at 7:25 am
So if i understand correctly u correctly u want to know if the results of an update statement can be used as the from clause in a select??
September 16, 2009 at 7:50 am
My apologies, i may have read the question incorrectly. I thought u wanted an "insert statement - exec proc" method.
September 16, 2009 at 7:46 am
I dont think so, but if u find a way i would be delighted to know.
U could do a INSERT INTO TableName EXEC ProcedureName
-----------------
CREATE TABLE #Temp(ID int)
CREATE PROC Test1
AS
SELECT 1
INSERT...
September 16, 2009 at 7:35 am
Do u have a password to connect to your sql server? i.e. r u connecting with sql auth or win auth
September 16, 2009 at 7:32 am
Did u just right click and selected Edit package for an existing package??... is the package a part of a solution?? Create a blank solution --> Add Existing Item (add...
September 16, 2009 at 7:30 am
If u are looking at testking and all those resources for just passing the exam dont they also give u a cheat sheet with answers ??????????????????????:-D
September 16, 2009 at 7:25 am
You could write VB.NET script\script task to read from db and update the connection string dynamically.. would this solve your problem?
September 16, 2009 at 7:21 am
see if it has any of the reasons in this blog
sqlscape.blogspot.com
if u r not able to solve even after looking at the above options, post back and i will look...
September 16, 2009 at 7:19 am
Looks like one of the routine tasks that a dba\dev would do right? i would create a dynamic sql script based on the metadata tables (system tables) that would build...
September 13, 2009 at 8:28 pm
You need to post this in the SSIS forum. Anyways - lookup running SSIS job with SQL Agent via proxy, you will find the solution to your problem.
September 13, 2009 at 8:22 pm
I would split the debugging (ps - not talking abt the conditional split). Just test the NULL(DT_DATE) without the other else.
Then try only using your custom function\transformation. I think there...
September 13, 2009 at 8:19 pm
Viewing 15 posts - 46 through 60 (of 196 total)