Forum Replies Created

Viewing 15 posts - 751 through 765 (of 1,118 total)

  • RE: HOWTO: export with SSIS!!! is a new dimension of SQL?

    David Brea (6/10/2009)


    Hi there.

    Has somebody exported a Select (TSQL) result set to a DBF file (DBase iv, FoxPro 2.0 Dos).

    How you did it?

    Import, it the easy way,...

  • RE: xml task in SSIS

    washawgolla (6/10/2009)


    thank you cozysoc;

    what if I have multiple xml files

    If the XML format is same then you can setup the XML source to be configurable and use different...

  • RE: service pack 2 for x64 bit processor for Integration services

    ALZDBA (6/10/2009)


    Hi Alif,

    Did you ever got this issue solved ?

    I'm having issues exporting to access.mdb with SSIS sql2005 x64 EE.

    This is not the correct discussion to post your question....

  • RE: xml task in SSIS

    washawgolla (6/9/2009)


    I have a DTS package which imports xml data into a table; I have vb script in ActiveX script to accomplish this

    see sample code

    Dim objBL

    Set objBL = CreateObject("SQLXMLBulkLoad.SQLXMLBulkLoad")

    objBL.ConnectionString...

  • RE: Send an email if a child package called from an execute package task fails

    Griffster (6/2/2009)


    I need to send an email and close the parent package down if a child package called from an execute package task fails. Any ideas please?

    This should be easy....

  • RE: To increase the performance in SSIS for SCD

    abhijitka (6/9/2009)


    How we can increase the performance while transforming the large amount of data in SSIS using SCD. Thanks

    Have you checked Todd McDermid's SCD component?

  • RE: I need to change the with out cursor in the code?

    This is not the best place to ask this question. This is "SQL Server Integration Services" forum. Try in the TSQL forum.

  • RE: Recordset destination in SQL Server 2005

    ruchi (6/4/2009)


    Hi, I am working on Recordset destination in SQL server 2005, But the problem is:

    Whenever I am trying to specify a variable name : "It says that...

  • RE: The easiest question in the world?

    Another approach you can use is to configure a flat file reader where:

    1. First column separator is ;

    2. Second column separator is [space]

    3. Third column separator is [CR][LF]

    And then import...

  • RE: SSIS File Deployment

    anjali.vishwakarma (6/1/2009)


    Thanks Cozyroc once again !!

    One more small query - what rights do we need to set on folder storing the package ?

    I think reading should be enough because the...

  • RE: SSIS File Deployment

    anjali.vishwakarma (5/31/2009)


    Also the system I am going to deploy my package will not have SQL server installed in it. It will be just a web server. Integration Services is a...

  • RE: SSIS File Deployment

    anjali.vishwakarma (5/31/2009)


    Thanks Cozyroc.

    By SSIS Framework you mean Integration Services. Right ?

    Also what about the sharing part ? Do we need to set some sharing rights on the folder...

  • RE: SSIS File Deployment

    anjali.vishwakarma (5/28/2009)


    If we deploy the SSIS package on our web server using file system deployment, what all needs to be installed on that server so that we can call and...

  • RE: Where the SSIS stores the data temporarily

    anandhakrishnabca (5/28/2009)


    Hi,

    I have to pull the data from one database to another database(Using OleDB Source and Destination Controls). Both are SQL Db's. I created...

  • RE: How to call SSIS package deployed in different machine

    ramchaitanya_4 (5/28/2009)


    I need to call an SSIS package from stored procedure using dtexec utility. My SSIS package is deployed in a different machine than my database server. My package is...

Viewing 15 posts - 751 through 765 (of 1,118 total)