Writing data from stored procedure to flat file in SSIS script task is...
Hello All,Please help.I am loading data from sql stored procedure with two results sets into a flat file destination in SSIS script taSK.My code below is not wrting data to flat fiile. Please help....
View ArticleSAP R3 Connectivity with SSIS
Hi All,I have a requirement where we do need to pull the SAP R3 data in SQL Server. I am looking to see if microsoft provides any free adaptor for the same. We are in the SQL server 2012 versio. I...
View Articledtutil cannot verify that package exists
Hi All,I have two SSIS packages, "Package" and "Package1" under MSDB, but when I tried to execute the following command in Command Prompt to see if they exist, the result is negative:dtutil /sql...
View ArticleFunction in OLEDBSource components expands string to 8000
Hi, The sourcecolumn is 255 characters long and the destinationcolum is too. But when i'm using a function (REPLACE) in the OLEDBSource, the string is expanded to 8000 characters. Should I use a Cast...
View ArticleTables row are being deleted during look up.
Hi,I am wondering why my table rows are being deleted during my look up. What my data flow is suppose to do is during my first look up, it checks 3 columns from rows from data source against my table....
View ArticleSelect a field based on month
Hello friends,Is there a way to select fields based on a month. my oledb source pulls 12 different fields but I need to load a single field based on month like below.my oledb source query selects Id...
View ArticleCannot connect to Integration Services with SQL Server Management Studio
I am unable to connect to Integration Services with SSMS, and get the message below.I have tried the solutions suggested and set the permissions as per the documentation. The service is runningand...
View ArticleGetting specific value from file name using expression
Hi ,I want to get the the value "999088881" from following file name. Every time, I load the file I should get the value from the file name after "JOBID_" and before ".txt".Here is the file name...
View ArticleSSIS Command from Variable Fails with Certain SQL
I have an SSIS package running against SQL Server 2008. Each of the tasks in this package use a SQL command from variable to which I pass in the entire sql string for that task (no additional...
View ArticleNo records written to flat file by Script component.
Hi All.Am writing a result set to a flat file in SSIS. My data source is stored procedure. The requirement is to write Header data without the header columns and append detail data to the same file...
View Articlehttp connection manager configuration value in the sql sever table
i have http connection manager with file path, username and password in it. i would like to store that information in configuration table in sql server. How do i do that? what should be the configured...
View ArticleUniversal execution of batch job
I have a sql job which has a step to execute a batch file. We have 3 different environment ( DEV,PROD and QA). Evereytime we have to edit our batch file to run in 3 different environment since system...
View ArticleOracle Connectivity from Windows 2012/SQL 2012 Server
I have been researching this in the Microsoft and Oracle sites, but have not found any answers. we even opened an SR with Oracle, but thing new came from that. We are attempting to escalate, but in the...
View ArticleSSIS (2012) package is getting failed when scheduled from Agent Job
I have an SSIS package that runs without any problems when executed through BIDS.However, when I schedule the SSIS as an Agent job, it fails and the following is the error in the job's errorlog. Any...
View ArticleHow to Paramaterize the Putty PSFTP file commands referenced in a batchfile...
Hi ,I'm executing a batch file c:\putty\psftp.exe test@abc.com -i PrivateKey.ppk -batch -b myscript.scrMyscript.scr contains a get command to extract files,I want to make the get...
View ArticleSSIS Error usind xp_cmshell dtexec SQL2008 64BIT and w2k8 64 bit
Hello anybodyI have problem when I try to run this commandexec Master.dbo.xp_cmdshell 'dtexec /DTS "\MSDB\DTStest10" /SERVER SERVER1 /CHECKPOINTING OFF /REPORTING V 'Is very simply, export table to...
View ArticleSSIS configuration file
I have more than 50 different SSIS packages which should be run in sequence. I want to create a single config file for all the packages so that it can read the connection from that and run all the...
View ArticleUsing Table Variable
Q: Create a stored procedure which returns the employee details. Data to be retrieved are empid, ename, salary, dname and location. Input: DnameEname:employee nameDname: department nameI am not...
View ArticleHow to parametrize a SSIS Package?
Hi I want to run a SSIS package based on a input value that is given as a parameter to the package. Is it possible?How to do that???Any Suggestion will be helpfulThanksSuu30Sucharita Dansana
View Article