Forum Replies Created

Viewing 15 posts - 1 through 15 (of 32 total)

  • RE: A SSIS Design Pattern for Change Data Capture

    i agree with the comment above. merge statement is fabulous. you got your data instaging with a bulk load insert. then you can handle updates, deletes and inserts the way...

  • RE: SSIS dynamic mapping of columns

    You can use the data flow plus component from cosyrock.

    If you only use on BIDS (and not on sql server agent) it is free. You can then do true ETL...

  • RE: Taking Risks

    I also agree with Jeff. I would not take any risk at the data tier. Your data constantly changes and it is your main dependancy for your applications to work....

  • RE: Configuring Database Mirroring

    jorge.rodriguez (2/1/2011)


    When I try to partner the principal to the mirror I get the error:

    The server network address "TCP://<server>:5022" can not be reached or does not exist. Check the network...

  • RE: Configuring Database Mirroring

    sireesha.budagala (2/1/2011)


    How Can we modify the Login permissions on SQL Mirrored Database ?

    for ex : 'abc' is the Login we need to reduce the level of permission from 'db_owner'...

  • RE: Configuring Database Mirroring

    This is a very nice little introduction by this article lacks of several issues that should be looked at.

    - certificate authentication

    - mirroring replication

    - linked server failovering

    - job failovering

    I had the...

  • RE: Data Distribution - Part 2

    I do understand that everything handled properly will not alter too much performance but I do not think the use of triggers is a good practice. I prefer ETL/asynchroneous processes...

  • RE: Data Distribution - Part 2

    Hello,

    The article is interesting but I believe we have to avoid triggers at all price for performance and maintainability reason. I usually put a timestamp or datetime column like ModificationDate...

  • RE: Restricting SecurityAdmin on SQL Server 2005/2008

    Excellent article!

  • RE: Multi-Script, Multi-DB Deployments

    Thanks for your feedback on my two remarks.

    I think we are on the same page as you enable then disable xp_cmdshell.

    When I meant within the line, I was referring to...

  • RE: Multi-Script, Multi-DB Deployments

    Hello,

    I might have read the article too quickly. So I apologize if I miss some information.

    The methodology you are taking is very similar to the methodology in place at my...

  • RE: Use Dynamic SQL to Improve Query Performance

    I feel the article is actually pretty poor. All the dbas know this kind of dynamic sql.

    Someone suggested recompile and with (optimize) option and he is spot on!

    I was able...

  • RE: Understanding and Using APPLY (Part 2)

    Very interesting. I alrady use cross apply (mostly with table-valued functions) and I use a lot of xqueries. I like the last t-sql code about xquery. I was not using...

  • RE: Methods For Converting a Stored Procedure

    I have performed recently a PCC-DSS Sql server audit and one of the best practice on the list was to avoid distributed transactions.

    therefore if your industry requires stringent security rules,...

  • RE: Methods For Converting a Stored Procedure

    When I deployed the code, the linked server was not recognized (the name of my server is ServerName\Instance1.

    It seems that the code does not work with named instance.

    I set...

Viewing 15 posts - 1 through 15 (of 32 total)