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

Pivot Data using T-SQL and SSIS

Hello Everyone, I m looking for ways to pivot data using T-SQL script, SSIS and SSRS. Below attached is the input table and output required after pivoting the data. ![alt text][1] [1]:...

View Article


Why we create SSIS packages eventhough we can accomplish the same requirement...

What is the use of creating a SSIS package? We are calling a procedure or sql statement inside a package.So, why don't we use a procedure directly instead of creating a package..Even in sql server...

View Article


What is the best way to import excel data to sql server?

We can import excel data in sql server using many ways like - 1. Import/export wizard 2. SSIS 3. OpenRowSet But common issue in all this is 1. Excel by default decides its own data type and size for...

View Article

SSIS Package for creation of Excel file with files and Folder names in any...

I just want to create SSIS Package for creation of Excel file with files and folder/sub-folder names in any drive and folder. I mean to say if there is a folder say C:\Temp in my computer then I want...

View Article

sql job doesn't save password

i have ssis package with protection level encryptallwith password. when i create the job and try to edit the command line and enter the password there /DECRYPT password/, it is not saved. i get the...

View Article


SSIS Web Service Task was working now throwing "out of disk space" error

I have an SSIS package that grabs a current conversion rate for Canada to US and places the result in a table. I use a Web Service Task, then an XML task, and the a SQL task to place the result into...

View Article

SSIS FST moving files from remote drive to local fails in SQL Agent

Hi everyone, I have been racking my brain with this one all morning. My problem is that I have an SSIS package which moves files from a remote folder to my local server using a file-system-task. The...

View Article

Invalid Objet Name SSIS, Error code: 0x80004005

Hi, Using a SSIS package we are connecting to a server which has two databases. The package dynamically fetches the data from both the databases.when we execute the packages from production server ,...

View Article


Increment primary key on SSID import?

I currently have a database that has a user profile table with a primary key of PatientID that auto-increments when a new patient is added to the table. I am importing data via SSIS from a similar...

View Article


SSIS Execute SQL Task Performance

Using SQL 2008 r2 and SSIS, I reload a fact table everyday. There are no PKeys, FKeys, or indexes on any of the tables. It is also not a relational database setup. Records are extracted from TableA,...

View Article

ssis import not clean

Hello SSC, I need help to perform an import from share point list to sql table. I am using SSIS for this. Sql server 2012 and Visual Studio is 2010. I have setup connection from Share Point Source to...

View Article

variable as Oledb destination table or view name variable fast load

I am trying to load a table created dynamically through a variable how do i do this? i have a 2 varaibles created one get the table name and other variable creates the table using the variable value i...

View Article

SSIS data being imported into destination different than returned by Lookup...

I currently have two tables. The first, User, has a column "Inactive", that has a boolean value of 0 if they are Active, and 1 if they are Inactive. I am importing into a table that has a column "User...

View Article


how to use a File Connection Manager?

I am trying to import sas datasets to sql server.execution of ssis from a batch file works but if we schedule it as a job it won't work and it has no proper error code.i have verified to see if the...

View Article

SQL Server 2012 -

In SQL Server 2012 - it appears a user needs Administrator priviledge on the Machine to access SSIS packages. Is this true and or is there a way around this?

View Article


To transfer data from Source table to destination table in SSIS Package on...

![alt text][1] [1]I have 2 tables named SourceTable(DATABASE_1) & DestinationTable(DATABASE_2) on 2 different Server SERVER_A and SERVER_B respectively. [2]I want to transfer all data of...

View Article

text parse data transformation in ssis

ssis This seems so simple, yet I can't figure it out. I am transferring one table to another in a different database. I am using SQL Server Data Tools 2010. I have everything lined up, column to...

View Article


Can we SSISDB classify as a SYSTEM_DB?

I saw this "new" database on my SQL2012 server. Since it contains SSIS data, you could classify this database as a MSDB v2 database. So treat it like a SYSTEM_DB (ola?)

View Article

LookUp Issue

Hi! If I use full cache in look up it does not get the records ,but when in partial or no cache it gets them. Any suggestions/thoughts how to rectify this as the task takes a long time in partial...

View Article

Using SSIS to connect to Informix

I am trying to make a connection to a secure Informix server using VS 2005 SSIS. When I make the connection to (example, ConnectDev@Buzzard_tbi) it works fine. But when I make it as...

View Article
Browsing all 813 articles
Browse latest View live