Forum Replies Created

Viewing 12 posts - 1 through 13 (of 13 total)

  • RE: New to SSIS..

    you can create a windows service for the same and make it run repeatedly to check for the existence of the file and if its there then call the SSIS...


    Regards,

    Nitin'

  • RE: Error running package from Management Studio

    even with the package u r facing the problem u can execute the same with the option 'rely on server storage and roles for access control' selected. if possible run...


    Regards,

    Nitin'

  • RE: limit concurrent SSIS sessions

    try using some database intelligence with the user u r running the package with, so that only 1 connection for the user can exist in the SQL Server else denied...


    Regards,

    Nitin'

  • RE: couldn''''t make a .net mySQL datasource

    try, if this helps...

    make a GLOBAL/SYSTEM DSN on the server and then use the same process as u are doing above.

    let me know if it helps....


    Regards,

    Nitin'

  • RE: modify a package in a scheduled job

    hi!

    u must be having the .dtsx file located either on the file system or on the SQL Server where the package is currently deployed. Then by using the VISUAL Studio...


    Regards,

    Nitin'

  • RE: Package creation-SSIS

    hi!

    u must be having the .dtsx file located either on the file system or on the SQL Server where the package is currently deployed. Then by using the VISUAL Studio...


    Regards,

    Nitin'

  • RE: How to convert column in rows

    the above method sounds trueif and only if the developer knows what is the exact row value in the 10 rows that he wish to convert as columns....

    what if there...


    Regards,

    Nitin'

  • RE: Execute Task For Each Row in the Temp table

    Yes u r right....But the thing is that sp_sendmail from db requires windows authentication on the db server...which we dont have on the production...


    Regards,

    Nitin'

  • RE: Execute Task For Each Row in the Temp table

    Yes u r right....But the thing is that sp_sendmail from db requires windows authentication on the db server...which we dont have on the production...


    Regards,

    Nitin'

  • RE: Execute Task For Each Row in the Temp table

    U got it pretty right buddy,

    I have alread tried my hands on wat u have suggested me...But the problem is i m...


    Regards,

    Nitin'

  • RE: Execute Task For Each Row in the Temp table

    Buddy, Thanx for ur suggestion

    But the roadblock that i have in the course of success is, I have made use of the same procedure...


    Regards,

    Nitin'

  • RE: defining SQL Connection in the actuveX Script

    i m not able to work it out man....the package is up n running on the prod. but i needed to change the connection strings within the activeX script for...


    Regards,

    Nitin'

Viewing 12 posts - 1 through 13 (of 13 total)