Forum Replies Created

Viewing 15 posts - 211 through 225 (of 326 total)

  • RE: How reliable execuion plan estimates are!!

    Gail

    You mean to say even if there are objects with no stats e.g. table variables ni proc, still both estimated and actual plan will be same?

    I remember somewhere I saw...

  • RE: How reliable execuion plan estimates are!!

    Well , I understand that Estimated execution plan might be giving just "estimates" but actual execution plans should have more accuracy.

    In my question, I was referring to atual execution plan...

  • RE: Catching the culprit!!

    I understand that app or developers shouldn't be updating the tables directly. But this is a dev server and there are some master tables for which we don't have any...

  • RE: Catching the culprit!!

    A bad update can be anything that makes the data which it should not be. e.g. someone running update statement without where clause or someone updating incorrect values e.g. 'b'...

  • RE: query for consecutive alphabets

    Thanks. it helped a lot. Sorry for not putting sample data.

  • RE: Catching the culprit!!

    Then what should be the best way to trace a hostname?

    GilaMonster (4/3/2012)


    mathew.walters (4/3/2012)


    True, but then you could also delete audit data if you wanted to, I assume that it's not...

  • RE: Catching the culprit!!

    Got it....thanks.....had to expand the options.......

    GilaMonster (4/3/2012)


    mathew.walters (4/3/2012)


    True, but then you could also delete audit data if you wanted to, I assume that it's not malicious.

    Deleting audit data requires permission...

  • RE: Catching the culprit!!

    Gail, I dont see the screen you pasted in sql server 2008. Is it for sql server 2008R2 only?

  • RE: Catching the culprit!!

    Thanks So much Grant! Good to see big guys helping out "lesser knowns" 🙂

    Grant Fritchey (4/3/2012)


    Since you're trying to track data changes, batch_requests and rpc_complete are the two events I...

  • RE: Catching the culprit!!

    This one sounds really exciting and elegent...And new to me 🙂

    Can you pls tell which events I can use or any reference link you have?

    I understand I can google for...

  • RE: Catching the culprit!!

    This is exactly what I did 🙂

    Only difference is I created a copy table with these 2 extra columns an dpopulated it for update/delete.

    sqlnaive (4/3/2012)


    For Dev environment, it's better to...

  • RE: Catching the culprit!!

    There are rare updates/deletes in this table. So performance is not an issue.Moreover it's a dev server.So no issue of performane again...

  • RE: Catching the culprit!!

    The development happens on local machines.I am finally thinking of going with trigger. I thought of using CDC, but that won't give hostname which is the main thing for...

  • RE: Upgrading trail version of VS2008 on live SQL Server 2008R2

    Hi

    Here are the answers:

    1.BIDS is from original SQL Server licensed install. It is no trial version.

    2.This is a server.

    3.Edition: 2008 R2 (SP1) - Enterprise Edition on Windows NT 5.2...

  • RE: CAST vs CONVERT or another solution?

    It was really surprising to know that cast is internally implemeted as Convert!!!!

Viewing 15 posts - 211 through 225 (of 326 total)