Forum Replies Created

Viewing 15 posts - 5,566 through 5,580 (of 49,552 total)

  • RE: help in making query

    It's not an error. It's a message informing you that the database you're using has been changed.

    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: Copying system databases from SQL Server 2005 to 2014

    I strongly recommend against moving the master database from one instance to another. I suspect it won't even be possible to move them up-version.

    For your certificates, back them up...

    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: Do we need to perform DBCC CHECKDB for TempDB

    Please note: 4 year old thread.

    And you can run CheckDB on TempDB. It doesn't do the same amount of checks as for other databases, but it can be run.

    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: Newly created Index and execution plan

    If the index is not in the execution plan, then it's not useful for that query and is not been used.

    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: [Microsoft][ODBC SQL Server Driver][SQL Server]Could not find stored procedure

    Alvin Ramard (6/17/2015)


    GilaMonster (6/17/2015)


    Please note: 10 year old post.

    Hopefully the OP isn't still looking for that procedure.

    Hopefully the SQL 7 server has long since been relegated to the trash...

    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: [Microsoft][ODBC SQL Server Driver][SQL Server]Could not find stored procedure

    Please note: 10 year old post.

    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: gathering results from extended events trace

    JimmyJones (6/17/2015)


    Do you have any 'foolproof' method to check the stored proc usage?

    Yup. Extended events run for a full business cycle (usually a year). Use the bucketiser and group on...

    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: gathering results from extended events trace

    PearlJammer1 (6/16/2015)


    The trace returns the object_id's of many stored procedures. I then query the sys.procedures and plug in the object_id to return the stored proc name.

    Why don't you join 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: gathering results from extended events trace

    JimmyJones (6/17/2015)


    This will tell you if a stored procedure in your DB had been run since the last server restart (or freeproccache)

    Or other event which removes plans from cache, or...

    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: Rounding problem

    Edit: ignore, misread question.

    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: Query execution plan

    Please don't cross-post

    No replies here please, replies to http://www.sqlservercentral.com/Forums/Topic1695235-391-1.aspx

    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: Sql server Service Account And HA

    If you change the service account using SQL Server config manager, Config manager will add all the permissions that SQL Server needs. You'll only need to add in optional ones,...

    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: Problem in procedure

    j.grimanis (6/16/2015)


    I am afraid that it is executed during the commit, thats why it cannot read the updated table

    That is not possible.

    Statements run sequentially. If you have a call...

    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: Problem in procedure

    j.grimanis (6/16/2015)


    Is there a possibility that rows are still in commit process (multiple users call the first procedure ) and when the second procedure is running, the respective tables...

    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: deadlock error msg 1205

    As I said, Traceflag 1222 is to get the deadlock graph written to the error log.

    The error's thrown no matter what, which means that any alert on the error will...

    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 - 5,566 through 5,580 (of 49,552 total)