Forum Replies Created

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

  • RE: DATA CENTER Relocation

    You might also want to check here[/url]

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: unable to modify "subject line" of the sql server 2005 email notification

    Instead of the easy way, using Notifications, you might want to use a call to an SP passing as parameters for example the server name (although that can be pulled...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: SQL Server 2005 SP2 - Cannot create Maintenance Plans (Error: 207)

    Version 9.00.3042 is Sp2, see here

    SQL Server 2005 Build List[/url].

    I think there was another dll that also might needed registration, but can't find the link now.

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: partitioning to help queries on large table slowing insert times

    ... or, besides what Lynn mentions, you can go granular adding the NOLOCK hint to your queries, if that is possible that is.

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: SQL Server 2005 SP2 - Cannot create Maintenance Plans (Error: 207)

    I had a similar issue this morning... couldn't save a new or existing maintenance plan.

    Open a DOS prompt and type:

    regsvr32 msxml6.dll

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Script to Monitor the Drive Space on a Server

    ... right, but in the discussion there's a method using an OLE Object to obtain the total disk space. That, together with the Free/Available gives you both pieces of info....

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Script to Monitor the Drive Space on a Server

    Did you check the DBMail queue? It might give a hint on why it's not sent?

    Also, if not mistaken, when you execute your SP, besides the "4 rows effected" it...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Script to Monitor the Drive Space on a Server

    You can start by reading here[/url]. Don't forget to read the Join the Discussion part

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: TempDB mdf file has grown to 11GB

    sarvesh singh (6/16/2009)


    ...I have a weekly Back up Job...

    and then you state

    ...It's a 24 hour system where it's receiving transactions every minute...

    I hope you:

    1) have the database in...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Convert RTF data

    RBarryYoung (6/16/2009)


    Lowell (6/16/2009)


    wow i could make an article on SSC over this...lots of questions below got my thoughts flowing.

    Sounds like a good idea, Lowell. 🙂

    I second that.... this...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Convert RTF data

    Right, we ended up doing it that way as well, as our documents were longer than 8000 chars as well....

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: one character of data

    Alvin Ramard (6/5/2009)


    Have fun loading Unicode characters in your char(1) column!

    ... well, that's part of the problem, the question did not properly specify the rules of the game..... In my...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: one character of data

    This is just one more of these questions that have been put out there without checking/thinking about the possible correct answer.

    As we have seen from previous posters, either char(1) or...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Change of Computer Name

    ... in this case server refers to the machine that hosts the SQL Server instance....

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Change of Computer Name

    Taken from BOL:

    The local definition takes effect only after the server is shut down and restarted. Only one local server can be defined in

    each server.

    And, not sure if the...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

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