Forum Replies Created

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

  • RE: Security Settings for replication

    Where? When setting up the distributor? When setting up the publication? When setting up the subscription? There are a number of places where security gets set doing replication.

    Generally the SQL...

  • RE: Jonathan Kehayias: SQL Hero!

    rbarryyoung (11/22/2008)


    You were there too? Rats! If I had know that I would have tried to find you...

    Jonathan was the one who commented about Linq.

  • RE: Security Settings for replication

    What settings where do you not understand? When setting up the distributor? The publication? The subscription?

  • RE: Undocumented Routines: Forbidden fruit.

    Phil, you say

    I include DBCC Log, and its offspring fn_dblog, where there seems to be no documented way of doing perfectly legitimate actions to maintain or audit your own data.

    You...

  • RE: how to identify pc name

    If you don't already have some form of auditing in place, there's no way you're going to identify historical events. If you're setting up auditing, then you can use the...

  • 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?

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