Forum Replies Created

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

  • RE: Project Plan

    Just had to look at this because it had 666 views

     

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

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

     

  • 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,...

  • RE: xp_ExecResultSet

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

     

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

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

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

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

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

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

     

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

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

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

     

  • RE: Starting Query Analyzer

    Also, one little know tip for the Quick Launch menu, re-size the toolbar so that only the double arrows are visible, if you click the arrows a popup menu appears and you can...

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