Forum Replies Created

Viewing 15 posts - 616 through 630 (of 2,487 total)

  • RE: sql database crashes every morning smae time - was stable

    Ok, so make the suggested changes. If it fixes the problem, its $125 well spent, if not get a refund.

    Without knowing any details about the database and server setup, suggested...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Project Plan

    Just had to look at this because it had 666 views

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: sql database crashes every morning smae time - was stable

    "host tech support is telling me it's my fault - I need to optimize my code"

    Geez I just love constructive replies like this. How about you ask this lovely support...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Shrinking VLDB''''S

    Do you have auto-update statistics turned on as well? If you've got a regular re-indexing job already setup then turn off the auto-update.

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: Db Maintenance plan cannot take complete backup

    Error 112 generally indicates that there is not enough space on the disk to complete the backup and is the most likely cause.

    It could also be cause by HD I/O error,...

    --------------------
    Colt 45 - the original point and click interface

  • RE: xp_ExecResultSet

    Hence the mantra ... "Do not use/rely on any undocumented system objects"

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: Creating Procedures and Triggers on SQL 2000

    In regards to the second question,

    "To sort of keep track of all the action made to the Account table, so if someone were to manipulate it, we'd know which...

    --------------------
    Colt 45 - the original point and click interface

  • RE: (COLUMN_UPDATE())

    "Hey Phill - if everyone read BOL then you'd be out of a job..."

    Actually, I might be able to do a bit more SQL 2005 investigation and training...

    Not to mention...

    --------------------
    Colt 45 - the original point and click interface

  • RE: (COLUMN_UPDATE())

    Come on Erik, surely you can read Books Online

    bitwise_operator

    Is the bitwise operator to use in the comparison.

    updated_bitmask

    Is the integer bitmask of those...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Alternative to EM for writing sprocs?

    Highlight row and press,

    Ctrl+Shift+C - Comment

    Ctrl+Shift+R - Un-comment

    Tab  - indent

    Shift+Tab - un-indent

    There are heaps more check "SQL Query Analyzer Keyboard Shortcuts" in Books Online.

    "When I r-clicked and selected Script to...

    --------------------
    Colt 45 - the original point and click interface

  • RE: using dts to create .txt file on a different server

    Ok, when the services run under the local system account they have no authentication for network resources. You'll need to change this, and the SQLServerAgent account, to an Active Directory...

    --------------------
    Colt 45 - the original point and click interface

  • RE: using dts to create .txt file on a different server

    You have two SQL Services MSSQLServer and SQLServerAgent, each of these runs under an account you specify when you install SQL Server.

    Check "Services" in the Administration Tools folder.

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: Log shipping in SQL Server 2000

    Couple of points,

    You shouldn't really be placing your own stored procedures in the master database. Who knows what could happen with the next service pack, etc...

    Better off creating your own...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Commercial Change Management Tools

    Last time I looked around ( quite a few months ago now ), best tool I came across was Embarcadero's Change Manager.

    I especially liked it's ability to capture all...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Combining free text tables

    ... but you're using CONTAINSTABLE and the poster is using FREETEXTTABLE. Aren't these two different things, or are you saying that Books Online is wrong and FREETEXTABLE does support variables?

     

    --------------------
    Colt 45 - the original point and click interface

Viewing 15 posts - 616 through 630 (of 2,487 total)