Forum Replies Created

Viewing 15 posts - 12,421 through 12,435 (of 49,552 total)

  • RE: How to clean up my master database?

    sql_sabis (7/9/2013)


    Also, very strangely, I don't see a Tables folder under my master database, unlike other regular databases.

    Right click the master database -> refresh. Object Explorer does not...

    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: How to clean up my master database?

    sql_sabis (7/9/2013)


    Also, why does SQL Server create everything in the master DB given my script? Please help. Thanks a lot!

    Probably because you didn't have a USE MyApplicationDb between 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: How to know who deleted / when deleted data in a table in sql server 2008 r2 please

    Deleted data is not recorded in the default trace.

    You need triggers, change data capture, change tracking or SQL Audit set up before the deletes occurred to have any record of...

    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: creating new ldf file

    paul.knibbs (7/9/2013)


    GilaMonster (7/8/2013)


    It will use the first then the second then the first again then the second again, etc. The log files will only grow if both are full.

    Just curious--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
  • RE: Are the posted questions getting worse?

    wolfkillj (7/9/2013)


    At first, I thought Gail must be psychic to know which page I was trying to link, but I'm only slightly less impressed that she thought it worth viewing...

    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: Order of rows in a Table with Identity Column.

    dwain.c (7/8/2013)


    In that case, without an ORDER BY shouldn't the rows be returned in the order established by the clustered INDEX?

    No. Without an order by there is no guarantee of...

    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: OpenQuery to Postgres Error on text field

    Please note: 6 year old thread.

    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: Insert rows

    Please note: 3 year old thread.

    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: ORDER BY in a cursor

    Never said it would. Hopefully however it will prevent people wasting time trying to solve a problem that's been solved for 5 years (as I did this morning before I...

    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: MCSA 70-461 --Question 2

    psingla (7/9/2013)


    I think instead of clustered index he should have used clustered table to make it clear..

    There's no such thing as a clustered table. There are heaps and tables with...

    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 Mirroring Suspended - OS error 3 Reason 15105

    DBANewbie (7/9/2013)


    I think the error is related to the fact that a task is taking place to create .ndf files on the primary database but when this same task tries...

    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: MCSA 70-461 --Question 2

    btw, same things apply to nonclustered indexes, this isn't something special to a clustered index.

    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: MCSA 70-461 --Question 2

    psingla (7/9/2013)


    If this is special case of clustered index scan then that means clustered index scan and index order scan both should be the answer...

    No.

    It's asking for the specific name...

    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: ORDER BY in a cursor

    Please note: 5 year old thread.

    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: MCSA 70-461 --Question 2

    The key there is that the question is asking about a specific type of clustered index scan, specifically one that runs in the logical order of the index. Hence 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

Viewing 15 posts - 12,421 through 12,435 (of 49,552 total)