Forum Replies Created

Viewing 15 posts - 121 through 135 (of 497 total)

  • RE: Control Flow: differentiating between source files already processed/not processed

    I agree that keeping a record of the files that you've processed is best way to accommodate your requirements, but it doesn't have to as complex as the previous suggestion....

  • RE: Sent Mail task

    annam.dba (7/9/2014)


    Hi Lempster,

    Rowcount transformations i can used between source and destination. where can i mention user-defined variables and where can i refer those variables in Send Mail task. Please let...

  • RE: Sent Mail task

    You'll need to use Rowcount transformations in each dataflow to store the count of extracted/inserted rows in a number of user-defined variables. You can then reference those variables in your...

  • RE: Interview question :critical issue faced by dba

    SQLRNNR (7/3/2014)


    A lot of the point to relaying a story where a problem occurred and you fixed it is to see a) how you fixed it, b) your attitude (are...

  • RE: Cost threshold for parallelism - Subtree Cost

    Where do you get these nuggets of information from Gail? 🙂

  • RE: SQL 2012 Maintenance Clean Up Task

    The msdb.dbo.sysmaintplan_logdetail table is the one you want to look at then.

    Regards

    Lempster

  • RE: Schema comparision

    Phil Parkin (7/3/2014)


    I was thinking that this would be the process:

    1) User uploads Excel file

    2) Format of Excel file is validated

    a) If fail, error feedback to user and return to...

  • RE: SSAS processing

    yayomayn (7/3/2014)


    1- What will be the optimal scenario for processing? PorcessData follow by ProcessIndex?

    This is the same as doing a process full.

    True, but recommended best practice is to...

  • RE: Windows administrator privileges on your own workstation-new management policy

    That's a funny story, but just to point out, the term is 'pidgin' English, not 'pigeon'!

    Regards

    Lempster

  • RE: SQL 2012 Maintenance Clean Up Task

    Although there are a number of tables in msdb relating to Maintenance Plans, the Maintenance Plans themselves are actually SSIS packages so if you need to change something such as...

  • RE: Schema comparision

    If the users can upload any Excel file then I don't see how you can have a static Excel Source.

    It is possible to create a dynamic Excel destination through...

  • RE: Table Designing

    Sean Lange (7/2/2014)


    And unless this is a distributed system I just don't care for guids. They are exceptionally wide and a complete pita to work with. Debugging and such is...

  • RE: Replication In Mirrord Database

    Sherlock (7/2/2014)


    Thanks Lempster for your kind reply.

    I'm using Transactional Replication.

    Now please let me know, is there any option to create failover replication? if yes, how to do that?

    Failover Replication?

    Do you...

  • RE: Replication In Mirrord Database

    I expect someone like Perry Whittle will answer this in more detail, but when Server-1 goes down, your Subscriber databases(s) on Server-3 will no longer receive transactions (or snapshots -...

  • RE: Table Designing

    Bill Talada (7/2/2014)


    Set your own standards and stick to them....

    I agree with that! Everything else (trying to promote your standards over others) just opens up a can of worms and...

Viewing 15 posts - 121 through 135 (of 497 total)