Forum Replies Created

Viewing 15 posts - 886 through 900 (of 984 total)

  • RE: Gathering Random Data

    Brian,

    Thanks!

    I have just been trying to generate random data, and wondering why rand() doesn't behave as expected. I thought I would wrap it up in a single function, but...

    Thomas Rushton
    blog: https://thelonedba.wordpress.com

  • RE: SqlServerCentral.com... The Book?

    quote:


    For info - my copy ordered on 19 Sept arrived in the post this morning. Just over 4 weeks to United Kingdom.

    Thomas Rushton
    blog: https://thelonedba.wordpress.com

  • RE: change of owner

    take a look at sp_msforeachtable -- this takes a command and runs it against every table...

    Thomas Rushton
    blog: https://thelonedba.wordpress.com

  • RE: Master Console (MSX)

    Do you mean the MMC snap-in?

    I like it, mostly. I think the management tools for SQL Server have improved with each revision -- anyone remember the pain that was...

    Thomas Rushton
    blog: https://thelonedba.wordpress.com

  • RE: Solaris file saving to floppy

    AFAICR, it's something like

    mount /dev/fd0

    then copy your file(s) across to /dev/fd0

    then umount /dev/fd0.

    It's been a very long time since I was a unix admin, so things may have changed!

    Thomas Rushton
    blog: https://thelonedba.wordpress.com

  • RE: Dynamically Create a #table from existing Table

    Using a method like this to create a temporary table of zero rows has the added benefit of not locking up the source table while creating the temporary table. ...

    Thomas Rushton
    blog: https://thelonedba.wordpress.com

  • RE: Upgrade 7 to 2000 and ODBC "Unknown Token" Error

    quote:


    [Microsoft][ODBC SQL Server Driver]Unknown token received from SQL Server

    We are on Win2K Advance Server SP2. No errors reported in Windows or SQL....

    Thomas Rushton
    blog: https://thelonedba.wordpress.com

  • RE: The worlds most destructive computer virus

    quote:


    If you just want to go directly to help, right click on the assistant (I prefer Rocky the dog for occasional amusement),...

    Thomas Rushton
    blog: https://thelonedba.wordpress.com

  • RE: "Ghost Cleanup"? Configuration?

    If it's something that would happen in slack time, there's plenty of that around at that ungodly hour of the morning! We have a few scheduled jobs that take...

    Thomas Rushton
    blog: https://thelonedba.wordpress.com

  • RE: SQL Server Setup Poll

    All ours are set up to use a single domain account, which is granted local admin rights on each server.

    It's not the safest way, but I've not yet got round...

    Thomas Rushton
    blog: https://thelonedba.wordpress.com

  • RE: "Ghost Cleanup"? Configuration?

    quote:


    To confirm your observations, found this on TechNet


    I saw that too, before I posted here....

    Thomas Rushton
    blog: https://thelonedba.wordpress.com

  • RE: "Ghost Cleanup"? Configuration?

    quote:


    So much for that theory.


    Sorry. Nice try, though!

    quote:

    Thomas Rushton
    blog: https://thelonedba.wordpress.com

  • RE: "Ghost Cleanup"? Configuration?

    quote:


    Is the database set for autoshrink?


    No. I've just checked.

    Thomas Rushton
    blog: https://thelonedba.wordpress.com

  • RE: Backup Compression: SQLZip vs SQLLiteSpeed

    Thanks for your help.

    I shall do some evaluations of my own in a couple of weeks' time. The problem itself has been relieved slightly by clearing out a few...

    Thomas Rushton
    blog: https://thelonedba.wordpress.com

  • RE: Service Accounts Permissions gotcha's

    The main roles the service IDs need include (so far as I understand it):

    • Logon as service
    • Act as part of OS
    • Log on as Batch job

    I could be wrong. We...

    Thomas Rushton
    blog: https://thelonedba.wordpress.com

Viewing 15 posts - 886 through 900 (of 984 total)