Forum Replies Created

Viewing 15 posts - 271 through 285 (of 497 total)

  • RE: Bit of a "Newbie" question. Compare and join databases.

    aaron.reese (2/11/2014)


    If they would only add an SSIS / SSRS documenter solution it would be perfect.

    Aaron

    PragmaticWorks have a BIDocumenter product that may meet your needs. Disclaimer: I don't work for...

  • RE: Biml Basics - Level 2

    I don't expect Mist sells very well in German-speaking countries! 😉

  • RE: Choose Datatype for PK

    Koen Verbeeck (2/11/2014)


    How can a single column be a composite key?

    😀

    Assuming that there is at least one more column involved here, I'd say that to some extent it depends...

  • RE: Redirect flow if no rows

    You're welcome. 🙂

  • RE: Redirect flow if no rows

    Use a RowCount transform in your Data Flow task just after your OLEDB Source component and store the result of the RowCount in a variable, scoped at the Package level.

    In...

  • RE: How comma separated values are divided into rows?

    It's an interesting discussion this. I think most of the time we gravitate to what we are most comfortable/familiar with to solve a problem, rather than choosing the 'best' option...

  • RE: SSAS Multidimensional Model Book

    I have a book titled 'Practical MDX Queries for Microsoft SQL Server Analysis Services 2008" by Art Tennick that contains over 300 practical MDX examples, but I think the OP...

  • RE: Developers and SSIS Packages settings in Visual Studio

    Kevin,

    1) Should developers use their own windows login? Or a Generic Domain User Account (which means they would have to log onto windows with this Domain User Account each time...

  • RE: SQL job is getting hanged

    Alone (2/5/2014)


    We have sql2005 standered edition and now a days one sql job is getting hanged frequently.

    Have you tried:

    sp_configure 'disable capital punishment', 1?

    😀

  • RE: Linked server error

    p.swathi4 (2/3/2014)


    The ole db provider "sqlncli10" for linked server '' servername" indicates that either the object has no columns or the current user does not have permissions on that object.

    The...

  • RE: how to deploy single ssis package in ssis 2012 .

    Jeff Moden (2/3/2014)


    Thanks, Lempster. Seems like all of that makes emergency repairs pretty tough.

    Yes, I guess a lot of DEVs\DBAs would prefer to tackle break-fix issues using scripts. Reading...

  • RE: how to deploy single ssis package in ssis 2012 .

    Jeff Moden (2/3/2014)


    Understood and thanks for the information. I've never made anything that's "solution/project" oriented in SSMS (Save Solution 1?) but now I'm going to have to do a...

  • RE: how to deploy single ssis package in ssis 2012 .

    Koen Verbeeck (2/2/2014)


    asranantha (2/2/2014)


    Hi friends, in my project having 10 packages with shared connection used.here i need deploy only single ssis package please provide how to solve this issuse ,any...

  • RE: Comparing string with date

    Jeff Moden (1/31/2014)


    The truth be told, they're both not that great because of the mixed character data in denormalized columns instead of using the correct DATETIME datatype.

    Yep, and I think...

  • RE: SSAS Deployment Utility

    sneumersky (1/30/2014)


    Dude, I really feel for you getting put through the ringer like that.

    Thanks! 🙂

    I have to be phlegmatic about it and think that at least I'll learn something along...

Viewing 15 posts - 271 through 285 (of 497 total)