Viewing 15 posts - 1 through 15 (of 39 total)
sp_who returns only the spid which I am running the query. I can see many spid are opened but those are not listed. Whenever i run it returns only open...
August 27, 2010 at 2:22 pm
Hi,
I am trying to run SSIS package using DTEXEC command. While executing the config file is not picked up. Could you please let me know what was the issue here....
July 9, 2009 at 3:56 am
Hi,
I am trying to run SSIS package using DTEXEC command. While executing the config file is not picked up. Could you please let me know what was the issue here....
July 9, 2009 at 3:56 am
Hi,
I am trying to run SSIS package using DTEXEC command. While executing the config file is not picked up. Could you please let me know what was the issue here....
July 9, 2009 at 3:55 am
Balaji (7/3/2009)
Can anyone please post the script component code. I couldnt able to open the solution file.
I am using sql server 2005 and VS 2005
I took the code from the...
July 3, 2009 at 12:26 am
Hi,
Can anyone please post the script component code. I couldnt able to open the solution file.
I am using sql server 2005 and VS 2005
I took the code from the article...
July 3, 2009 at 12:25 am
I dont thing it will fail if i change the date from '01/01/0001' to '01/01/1753'?
CREATEDT is the source column from DB2 TABLE.
I found the below equivalent option for IIF....
June 25, 2009 at 5:07 am
Phil, You are right, In DB2 the least datetime is 01/01/0001 but in Sql Server '01/01/1753' .
Hence we are using the if else statement. My question is how to change...
June 25, 2009 at 3:09 am
CREATEDTS is the colulmn from DB2 Server. This is in DATE Format.
June 25, 2009 at 1:15 am
Hi,
IIF(TO_CHAR(CREATEDTS)='01/01/0001 00:00:00',to_date('01/01/1753 00:00:00'),CREATEDTS)
The above code works in informatica like below
IF CREATEDTS = '01/01/0001 00:00:00' THEN
CREATEDTS = '01/01/1753 00:00:00'
ELSE
CREATEDTS = CREATEDTS
END
How do u...
June 24, 2009 at 10:54 pm
Hi Julio,
I got the solution and now its working fine.
Inside the for loop, used execute sql task.
From execute sql task am getting "ConString" value and assigned this to the...
June 18, 2009 at 5:31 am
Hi Julio,
The idea is great. Could you please explain further how to implement the logic.
I created Variable in the package called "SourceConString".
Name : SourceConString
Scope : Package1
Data type : String
Value :...
June 18, 2009 at 4:04 am
Lutz,
The result is achieved joining tables MAC,INST,DB,TBL. To avoid that I am looking to change the XSD. Declaring DB element attribute as global attribute. In that case I will...
June 11, 2009 at 4:16 am
Lutz,
Element "DB" has attributes 'MNM','INM' and 'DBNM'. How do you make these as global attributes.
And "DB" element has its child element 'SOB,TBL,VW,CNST,etc..' I need all the child element should have...
June 10, 2009 at 11:11 pm
Viewing 15 posts - 1 through 15 (of 39 total)