Forum Replies Created

Viewing 15 posts - 7,936 through 7,950 (of 9,713 total)

  • RE: recompilation due to deferred name resolution

    It checks to see if Anna_User has a schema first. That is still a step that can be avoided if you use schema.object qualifications.

    You may not notice the performance hit...

  • RE: Do you know your getdate()?

    Jeff Moden (5/12/2010)


    Joe Celko (5/12/2010)


    I just wish that Microsoft has used the ISO/ANSI Standard CURRENT_TIMESTAMP and CURRENT_DATE instead of more dialect.

    I haven't checked the other versions of SQL Server but...

  • RE: Maintenance plan backup issue

    Sorry, I was out of the office and didn't get to respond until now.

    What version of client tools is the workstation using? And did you say that you logged directly...

  • RE: recompilation due to deferred name resolution

    This article doesn't actually say the server *will* recompile the proc. It says it might.

    Best Practice

    It is best to owner qualify stored procedure names when you execute a procedure. This...

  • RE: recompilation due to deferred name resolution

    So far as I know, procs do NOT get recompiled just because you leave off the schema name in the EXEC statement, not even in 2000. I'd like to see...

  • RE: How do I restrict a login to only 1 connectin to the database server?

    I know of no way to only allow one connection via a login. Through the server properties, yes, but not on the login level.

    However, you could give this person access...

  • RE: IO Affecting Blocking?

    Whisper9999 (5/12/2010)


    Thx. I should have been a little more specific. What I mean is that we are seeing a "perfectly fine" query blocking, as in when you...

  • RE: Audit Login and Statements

    Server-side profiler trace is your best option to get all the data you want and not miss any logins.

    Make sure to include the TextData field to get the procs and...

  • RE: IO Affecting Blocking?

    You are not off base. I/O is basically reads & writes to the hard drive. If your disk controller went whooey recently or if there's another problem bottlenecking your I/O,...

  • RE: logic/algorithm behind mirroring?

    If I'm not mistaken, Data Mirroring uses the Service Broker to transmit data over to the mirror. So everything is queued up as messages that are read into the mirror....

  • RE: Maintenance plan backup issue

    Try this from different workstations and from the server directly. Do you still get the same error?

    What edition & version (including service packs) of SQL Server are you using?

  • RE: Do you know your getdate()?

    If someone asked me about the accuracy in an interview, my response would be "I don't know. I've never needed GetDate() or related functions to be that precise. If and...

  • RE: check list for Migrating sql server 2000 to 2005

    GilaMonster (5/12/2010)


    How does a DBA can plan or prepared for such a scenario?????

    Same way you plan for any other scenario. Examine the risks, the chances of it happening, examine the...

  • RE: Tempdb GROWS

    2cams (5/10/2010)


    The vendor thought we were complaining about a performance issue which there was initially. We re indexed the database and updated the stats

    Re-indexed as in recreated the ones that...

  • RE: Tempdb GROWS

    That seems to be an awfully low number of allocated pages. Did you run this after hours or during business hours?

    Also, did you run it while the queries you...

Viewing 15 posts - 7,936 through 7,950 (of 9,713 total)