Forum Replies Created

Viewing 15 posts - 43,036 through 43,050 (of 49,566 total)

  • RE: Jonathan Kehayias: SQL Hero!

    Jonathan Kehayias (11/21/2008)


    how to write badly performing code which I have always wondered how to do. 😀

    😛

    Congrats on the award. I intend to take the app for a...

  • RE: Reading data from the .LDF file

    Lynn Pettis (11/22/2008)


    Ahh geez, Gail, you're taking the fun out of it! :P;)

    Oh, I'm sorry. I'll play dumb next thread... 😉

    11pm Seattle time and I'm checking the forums. still...

  • RE: Any one can send me answers for these

    venkat (11/21/2008)


    Hi,

    Do you know I'm a Sr. DBA. Some times I am full bizzi thats why I'm sending forum response for finding easiest and fastest way.

    A senior DBA who...

  • RE: Reading data from the .LDF file

    The transaction log is not there for auditing purposes. If you're wanting to audit data changes, look at triggers. DML triggers to capture data changes, DDL triggers to capture schema...

  • RE: How can I join derived table

    I don't have time right now to try and rewrite your entirequery, especially not without table schemas or sample data. Look at the sample update statement I posted above and...

  • RE: Are the posted questions getting worse?

    Jeff Moden (11/21/2008)


    Another favorite are those that ask things like "which would be faster" and they post the code for both... talk about "lazy". :hehe:

    Yeah, but at least those are...

  • RE: Weired Security Error

    does that login have a mapped user in that database/

  • RE: Strange behavior for stored proc

    The different settings may cause problems. Make the settings in management studio the same as in the app and see what behaviour you get.

  • RE: How can I join derived table

    Don't have time to rewrite it now.

    Can you try moving the subquery with the sum into the from clause and treating it as a derived table? I know it's not...

  • RE: Strange behavior for stored proc

    There are articles on my blog on parameter sniffing.

    Were all the parameter values the same? All the options (ansi_nulls, etc) the same?

  • RE: DBCC SHRINK FILE with NOTRUNCATE , how to see the results?

    Don't shrink. Even with the notruncate, you will badly fragment your indexes. There's little gain in moving the free space to the end of the file.

    There will be no change...

  • RE: Strange behavior for stored proc

    Parameter sniffing?

    Did you run the proc from management studio, or did you run the contents?

    Can you post the proc?

  • RE: SQL database service will not start during SQL 2005 install

    Anything in the event log? Anything in the error log?

  • RE: How can I join derived table

    Right. Now we can talk about this.

    Consider moving the subqueries into the from clause of the update. I can't rewrite the entire things now, I'm in a presentation.

    So, the general...

  • RE: Query Plan's

    Can you post the exec plan please?

    There are places where this does happen and isn't a problem. The estimated rows is the estimated rows affected per execution of the operator...

Viewing 15 posts - 43,036 through 43,050 (of 49,566 total)