Tagged Questions

0
votes
4answers
36 views

Advantages of using SSIS packages over stored procedures?

If I can do the required ETL requirements using stored procedures, any advantages of using SSIS packages instead? My ETL stuff is nothing major. I feel like using an old technolog …
6
votes
2answers
99 views

Import huge XML data (> 1Gb) into SQL Server 2008 daily

Dear all: I have encountered a problem that I need to import a huge XML (> 1Gb) into SQL Server 2008 daily. What I have now is a sample XML file and the XML schema of it. The XML …
1
vote
1answer
25 views

Transform date represented as String to Date in Visual Basic

I am using SSIS and I need to transform a date. How can I transform a date in String format (e.g. 14/09/1980) to the same but in date format in VB.NET? I would like the datetime f …
0
votes
2answers
28 views

how to import data from Excel sheet to SQL Server using SSIS by counting through the number of sheets

Hi, I am doing an application where in I have to import data form excel workbook having multiple sheets and the count of the shets is not known exactly and I need to get the data …
1
vote
2answers
16 views

SSIS Packages Version Controlling.

Hello All Is there a good way of version controlling SSIS packages. Any suggestions / ideas please thanks
0
votes
1answer
15 views

SSIS and WCF webservice

Hi I need to populate a table B by selecting a from table A but for every single record selected from Table A for some of the fields I need to pass it to a WCF webservice and do s …
0
votes
1answer
21 views

How can I flatten a resultset in SSIS?

Hello, I have a requirement to "flatten" a resultset in an SSIS package - this is, take a result set consisting of a number of rows and produce a single string with the concatena …
0
votes
1answer
19 views

parent package in SSIS

Hi, I need to execute 29 ssis packages. So planning to create one master package which will execute all these packages. I don't know how to implement this. Can you please explain …
0
votes
1answer
15 views

SSIS version controlling + subversion.

Hello all I got a situation where need to maintain version controlling on SSIS packages. Subversion is in place for other .net apps. Now want to move ssis packages to subversion. …
1
vote
2answers
27 views

ssis sql server 2008 for access .mdb database

I want to know how to import .mdb (MS Office 07) file into Sql server 2008 by SSIS. I need to run this ETL packet in such a way that it checks for duplicates, and if any doesnt re- …
0
votes
1answer
11 views

path issue in File connection manager SSIS

Hi, I am executing a parent package which will excute the child packages. In the parent package I have established connection to child packages using file connection manager. It w …
1
vote
2answers
81 views

SQL Agent Job - Connection may not be configured correctly or you may not have the right permissions on this connection?

I'm getting this error when running an SSIS package through SQL Agent Failed to acquire connection "ORACLE ADO.NET". Connection may not be configured correctly or you may not have …
0
votes
3answers
54 views

Importing from excel “applications” using SSIS

Hello, I am looking for any tips or resources on importing from excel into a SQL database, but specifically when the information is NOT in column and row format. I am currently …
0
votes
2answers
30 views

How do you set the command timeout in SSIS?

I have a datareader source firing some sql which takes longer than 30 seconds to run, so it's timing out. I can not find a command timeout property on the datareader source compon …
0
votes
3answers
31 views

SQL Timeouts and SSIS

Hi All, I've an SSIS package that runs a stored proc for exporting to an excel file. Everything worked like a champ until I needed to a do a bit of rewriting on the stored proc. …

1 2 3 4 5 39 next
15 30 50 per page