Forum Replies Created

Viewing 15 posts - 42,211 through 42,225 (of 49,552 total)

  • RE: Synchronizing databases using Service broker

    Please read through the links I posted. There are pages of examples in there, much better than I can think up in a few minutes.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: User Defined Function: order by won't work

    RBarryYoung (12/20/2008)


    But it does have to respect the interior ORDER BY's for local TOP clauses, right?

    Yes, providing the TOP is row-limiting. Currently, that just means not TOP 100 %,...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Synchronizing databases using Service broker

    Read the links I posted. There should be lots of examples there.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Synchronizing databases using Service broker

    sql server developer (12/20/2008)


    When we update data in the first database how the service broker automatically sends the message to the second database and updates it in the second database?

    Service...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Synchronizing databases using Service broker

    sql server developer (12/20/2008)


    Can you send me a sample code for synchronizing two databases using Service Broker if possible?

    That's a pretty huge request. There's a lot that goes into service...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: What is the best way to Secure Production Data from Developers SQL2000

    Osmar Fernandez (12/20/2008)


    Let's Say that I use an Encrypted Pwd.

    1. Does SQL have a way to internally Decrypt The Pwd?

    No. The encryption I'm talking about is purely within the...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Database Replication for SQL Server 2000 Standard Edition

    In that case, look up Snapshot Replication in SQL's Books Online. That should give you a good overview of the subject. If you have specific questions afterwards, post them.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Error in starting sql server in single user mode

    Ahmad Osama (12/20/2008)


    Do I need to stop sql server services before starting the instance in single user mode.......

    Of course. An instance can't be running twice, it would conflict on network...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Database Replication for SQL Server 2000 Standard Edition

    What do you mean by database replication?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Need help diagnosing a problem

    Paul (12/20/2008)


    Honestly if it is performance then I'm worried.

    That probably is the root cause. Timeout simply means that the query took longer than the client app was willing to...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: complex search logic

    Read this - http://www.sommarskog.se/dyn-search.html

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: What is the best way to Secure Production Data from Developers SQL2000

    Osmar Fernandez (12/19/2008)


    Still, If I can Access the Store Procedure from Another App (ex: Access) I can push incorrect data or modify data with no integrity.

    Which is also the case...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: User Defined Function: order by won't work

    kathyoshea (12/19/2008)


    Is there something in 2005 that won't see the order by?

    Order by is only valid in the outermost select statement, ie the one calling the function. If it's any...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Certification

    weitzera (12/19/2008)


    The first question is about the classes. Do people recommend going through the microsoft curriculum to prepare for the exams, or should I try to tailor something to...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Indexes

    Lynn Pettis (12/19/2008)


    But if you read the documentation, SQL Server will use the index on an indexed view when querying the base table if it the optimizer determines that it...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 15 posts - 42,211 through 42,225 (of 49,552 total)