SQL Server Agent - Job Step Properties [set values tab]
Would like to ask if someone can help me figuring out how to put a shared folder path to the Value column in "Set Value" tab in "Job Step Properties".I found out that a local path can be set as...
View ArticleGetting DB2 files from Mainframes using SSIS
Hello Friends,Its been a long time i have'nt been here.... Today i have a good question and i hope all my friends to help me out...I need to connect to the DB2 server and get a file through ssis.... I...
View ArticleConnection failed
Hi All,Failed to acquire connection database. Connection may not be configured correctly or you may not have the right permissions on this connection.
View Articlesql server agent job fails to run a package
i have a package in my pc which sucess fully runs when i scheduled it in sql server agent job it fails to run.how to check sql server agent credentials
View ArticleLoad SSIS .dtsx files (XML) into RDBMS
I feel like I may be reinventing the wheel so I thought I would ask here:I have 100+ SSIS packages to analyze, get all the connections, procs used, tables touched, queries, all setting etc. I was...
View ArticleDoes SSIS use OpenQuery?
If I run a select statement using the SSIS data transfer widgets does it convert those to an openQuery?Am I better off just writing my own SQL instead of using the data transfer widgets?thanks,CS
View ArticleData flow task: Oracle RDB 7.2 and SQL Server 2012
Hello Everyone,I am a newbie to SSIS just started couple of days agoProblem Statement: I want to migrate data from SQL Server 2012 to Oracle RDB 7.2 using SSIS Data flow task.I have tried ADO .NET...
View ArticleSSIS connectivity to Tally
Hi All,I have configured the Tally ODBC server to run on the Port 9000. But when I try to connec it thru ssis it gives me the following error.Am I missing something?Test connection failed because of an...
View Articlexml source editor generate xsd throws an error '♂ '
When I click 'generate' xsd file on xml source editor '♂ ', hexadecimal value 0x0B, is an invalid character. Line 551, position 1418.How do I deal with this? Is there any issue in xml file? Without...
View ArticleHow do I Initialize SSIS Variables from a Database Table
Hi there,I would like to extract some configration values (more than one) from database table [Config] to save in variables accordingly.What is the easiest way to do it?Is it possible to be done by...
View ArticleUnable to Transfer large no of records (9 Million) from sql server to oracle...
Hi ,I have SQL server 2005 SP4(on win 2k3 R2 32 bit) from which i am transferring 9 Million recors to Oracle 11g(64 bit) .I have used both oledb provider for Oracle and ODBC driver for oracle to...
View ArticleUnable to schedule the SSIS by connecting the Excel Source
Hi All,Thanks in advance.I have developed the SSIS Package in SQL Server 2008 with 32 bit environment.My scope of work is to migrate the data from excel source to SQL Server. The package works fine...
View Articleselect Distinct query
HI,I am using select distinct query in oledb source in ssis.When I use that query in SQL server I am getting 2000 records from a source which has got 9000 records.But when I use the same query in ssis...
View ArticleFirst character is removed in ntext columns
Hi,I am trying to copy tables from Filemaker to SQL Server. I am connected to Filemaker with ODBCDriver through ADO.NET Source component.My destination is OLE DB Destination component connected to SQL...
View Articlemulti cast issue in SSIS
If I need to load one source data to one flat file and one sql server table. Its basically loading same data to both destinations.I can do it with multi casting but If I want to disable falt file...
View ArticleSSIS Today's date
I have an execute sql task and I have to store a global variable GivenDate = getdate().select @givendate = convert(varchar(10),getdate(),101) I have selected the parameters and given @givendate to...
View Articlesceduling packages
I created an agent to run two packages in succession, but execution of the 1st package stops when the 1st job completes. Some documentation indicated that I had to set properties in the individual job...
View ArticleWriting 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 ArticleString data type to Date in SSIS
hi im trying to push the data of an Excel sheet to SQL table column. my Excel is having dateofbirth column (ex: 4/28/1965, 2/28/1986) i want to push this column to my destination table of data type...
View ArticleDoing SSIS Tutorial Lesson 1 - Step 1 in SQL Server 2012 Express & SQL Server...
Hi all,I just have Microsoft SQL Server 2012 Express and SQL Server 2012 Management Studio installed in my "Windows 7" PC. I tried to the Microsoft SSIS Tutorial: Creating a Simple ETL Package =>...
View Article