Forum Replies Created

Viewing 15 posts - 5,131 through 5,145 (of 11,678 total)

  • RE: SSIS : Cannot open the datafile

    hitesh.ramchandani (8/16/2013)


    Koen Verbeeck (8/16/2013)


    anil.kumars13 (8/16/2013)


    Thank you, I came up with the same issue. but got it resolved by your post.

    Thank you,

    Anilkumar

    Remember that you now gave everyone full access to your...

  • RE: First unread post in a thread?

    I don't think there is something similar at this site, but it would make an awesome feature.

  • RE: Indexes

    Would you get any benefit if the data is sorted according to ID and empNo?

  • RE: Number of logins

    In my data warehouses I usually have three logins: an administrator group, a reader group and a writer group. I give permissions to those groups and it is up to...

  • RE: how to convert vertical data to horizontal

    I said use IS NULL to compare.

    For example:

    CASE WHEN myColumn IS NULL THEN do something ELSE do something else END

    You cannot compare columns directly with NULL (myColumn = NULL will...

  • RE: SSIS : Cannot open the datafile

    anil.kumars13 (8/16/2013)


    thanks for sharing the information

    so, what we have to do to give access to particular user, who can run the job as well.

    Thank you,

    Anilkumar

    Use proxies in the SQL Agent...

  • RE: how to convert vertical data to horizontal

    Just add another CASE statement where you check if the expression is NULL with IS NULL. If it is, use the expression m / tt. You might want to put...

  • RE: SSIS : Cannot open the datafile

    anil.kumars13 (8/16/2013)


    Thank you, I came up with the same issue. but got it resolved by your post.

    Thank you,

    Anilkumar

    Remember that you now gave everyone full access to your data in the...

  • RE: User with total points more than 30000?

    This makes me wonder when Gail will reach the SSC Guru level 🙂

  • RE: User with total points more than 30000?

    Apparently a bug in the total leader board not showing the correct levels above SSChampion.

    If you go to the thread mentioned in the reference, you see the correct level with...

  • RE: Are the posted questions getting worse?

    Jan Van der Eecken (8/15/2013)


    Koen Verbeeck (8/14/2013)


    ChrisM@Work (8/14/2013)


    ... Not bad for a European.

    I shall take this as a compliment! 😀

    Hartelijk gefeliciteerd, Koen.

    I need to start posting more replies so we...

  • RE: SSIS Deployments with SQL Server 2012

    Phil Parkin (8/15/2013)


    jbowers (8/15/2013)


    You state that the wizard method of project deployment "is of course not suited to deploy projects to the production server". As someone who is just upgrading...

  • RE: SSIS Deployments with SQL Server 2012

    Phil Parkin (8/15/2013)


    mtassin (8/15/2013)


    Hey Koen,

    Nice article. I hope you'll at some point discuss the headaches of managing the execution logs of projects deployed to SSISDB. 🙂

    Especially with the...

  • RE: Import\export wizard

    s_osborne2 (8/15/2013)


    I only use the wizard if I have to transfer hundreds of tables and I'm too lazy to create the data flows myself.

    So i guess BIML will become your...

  • RE: Is It common practice to use a Master Package to run a Child package

    There's no benefit of creating a master package for just a single child.

    However, if you have a lot of child packages, you can let them all run in parallel, cutting...

Viewing 15 posts - 5,131 through 5,145 (of 11,678 total)