Quantcast
Channel: Questions in topic: "ssis"
Browsing all 813 articles
Browse latest View live
↧

SSIS loading the same file over and over

OK, here is my problem. In SSIS, I am using a foreach loop to iterate through a bunch of Excel files to load the data into one of my tables. There are two steps in the loop, one to load the file into...

View Article


SQL Job is showing the job ran successful but is not completing the move of...

Hi, I have a package that creates a CSV file and moves the files to an FTP vendor site. The package works fine but when I create a job to run the SSIS package, the job shows that it successfully ran...

View Article


New Integration Services Catalog 2012

can we schedule package to run in New Integration Services Catalog 2012 like SQL server agent job? Thanks in advance

View Article

ssis card number check

Hi i've come up with the following code for a SSIS script component. My programming is pretty weak so could someone check this for me and let me know if there is a better way of doing it? It basically...

View Article

XML Config

Hi All, I created the XML configuration file for SSIS package, In that selected the properties server name,initialcatalog and password for one of the connection string. After that entered the password...

View Article


Passing Sub Query Result to variables in ssis

am getting result from for each loop conatiner and assigned those results to 4 variables which are if string datatype in my package. For example, Inside for each loop container---> under Variable...

View Article

How to create dynamic table based on csv file?

I am trying to create a package to load latest csv file into the sql server and every time it should create a new table based on csv file. 1) First past of recognizing latest csv file is done, using...

View Article

Import Multiple flat files to SQL Server 2012 database

Hi, I have around 480 flat files which need to be imported to SQL server 2012 database. All flat files are separated with "^" and have double quotes for all columns. All files donot have same number of...

View Article


How to load data dynamically using ssis

Sorry, I didn't frame my question properly. I updated my question. I am trying to automate a process using SSIS where 1)A csv file comes from some database into a folder. *(completed)* 2) My etl...

View Article


SSIS Package Variable Problems

HI, I am trying to set a package variable(Transdate) to the date to pass to a package variable(SQLSource) that will hold my sql query. I plan to use variable SQLSource as the data source for an Oracle...

View Article

ssis scheduled job Login failed for user 'Domain\Name$'

Hi all, i'm trying to execute a scheduled job that runs an SSIS package but am getting nowhere. The account that SSIS is running under has a server login on the servers it is trying to access. What am...

View Article

Load Excel/Delimited files as tables in SQL server

I am being asked to load data for the data quality assurance team. Someone else is extracting the data from the application data source for me. I receive the data as .xls/.xlsx files or sometimes as a...

View Article

Execute SQL task returning output variables

I am trying to use the Execute Sql Task to retrieve specific date values from the database that are assigned to package variables. Here is what I have set in the General Setting tab: ![alt text][1] The...

View Article


SSIS Package Source Parameters

Hi, I have created a package in SSIS. I want to now run the package on different DB's in Management Studio but need to find a way to pass in the the OLD DB SOurce as a paraemter instead of a hardcoded...

View Article

temp table vs data flow task on physical table

Here is the scenario I have one staging table for csv file which is My source I am loading it into physical staging table I will be doing transformations on this staging table data in later part of...

View Article


Error while dumping multiple excel files through ssis

Hi All, I had a package where I am dumping multiple excel files (only sheet1 having data) from a folder to my database. I had taken a for each loop container configured it, Used a Variable @dump in the...

View Article

SSIS Excel Import ALWAYS NUMBERS WITH DECIMALS

HELP!!! I know what to do to import mixed data types or force the import to treat everything as a text. But what about the other way round??? I have spent weeks (really!) to search for a good solution...

View Article


Error on SQL Agent job that executes and SSIS package (2008r2)

I have a SQL agent job that executes an SSIS package. It throws the error message below. It's seems strange since the SSIS package executes successfully in BIDS. Any help would be greatly appreciated....

View Article

Force Excel import to fail when there is text in numeric column

Hello, I import excel files via SSIS to a sql server table. In order to get numeric values for a column that sometimes can have no entries or blank cells, I have set 8 template rows at the top with...

View Article

SSIS Excel-SqlServer

I have a date in a sql server table defined as datetime. I'm improting that into an excel column defined as DT_Filetime. Some of these dates may be null. , I can't get the null values to import into...

View Article
Browsing all 813 articles
Browse latest View live