Forum Replies Created

Viewing 15 posts - 121 through 135 (of 206 total)

  • RE: Today's Random Word!

    Tired - watched some of the SQL Pass webmeetings until the early hours :doze:

    Hope this helps,
    Rich

    [p]
    [/p]

  • RE: How to Drop the DB wich is presently replicating

    Last time I had to do something like this I needed to change the properties of the distributor too. Easy enough though.

    Hope this helps,
    Rich

    [p]
    [/p]

  • RE: Today's Random Word!

    snickers

    Hope this helps,
    Rich

    [p]
    [/p]

  • RE: MCTS content

    The link provided by Gail is exactly what you need. The Syngress book is very good, I used it and passed with a good score. Make sure you take the...

    Hope this helps,
    Rich

    [p]
    [/p]

  • RE: Advice on Indexing Tables for Performance Imporovement

    It just so happens that today is T-SQL Tuesday and the theme is indexes, you may want to look here. The book that Steve recommended was written by Grant and...

    Hope this helps,
    Rich

    [p]
    [/p]

  • RE: Today's Random Word!

    CirquedeSQLeil (8/26/2010)


    crookj (8/26/2010)


    CirquedeSQLeil (8/26/2010)


    Hammer Nail

    Hammer Time?

    joe

    Can't touch this

    Baggy Trousers

    Hope this helps,
    Rich

    [p]
    [/p]

  • RE: Show database size info across an instance

    Hi,

    It appears that there is a parenthesis ")" missing after DATA_COMPRESSION = PAGE

    Rich

    Hope this helps,
    Rich

    [p]
    [/p]

  • RE: Show database size info across an instance

    Hi all,

    Thanks for your replies, I've not been able to respond before due to illness.

    Matt: That's really interesting, I'll bear that in mind, thanks.

    Pei Zhu: This is the way...

    Hope this helps,
    Rich

    [p]
    [/p]

  • RE: bulk insert vs openrowset

    I'm a big fan of SSIS (SQL Server Integration Services). You'll find that you can do a lot more with the data in terms of cleansing and logging exactly what...

    Hope this helps,
    Rich

    [p]
    [/p]

  • RE: Excel Number to SQL Date

    The following in theory should work.

    Find out the 0 date in Excel, for this example let's assume it's the same 0 date as the datetime data type 1/1/1900.

    If the Excel...

    Hope this helps,
    Rich

    [p]
    [/p]

  • RE: Backup file size is 0 KB

    That's really interesting, have you tried doing a restore with verifyonly?

    Hope this helps,
    Rich

    [p]
    [/p]

  • RE: Performance

    Real world database errors on a SQL forum - you gotta love that 😀

    Hope this helps,
    Rich

    [p]
    [/p]

  • RE: Sysprocesses Question

    Really you should be using the new DMV's rather than the old system style tables.

    One that you might be interested in is: Sys.DM_Exec_Query_Stats

    you can link this dmv to sys.dm_exec_sql_text and...

    Hope this helps,
    Rich

    [p]
    [/p]

  • RE: SQLCMD

    What details are you trying to collect exactly?

    You say that you're going to collect it on every database on the domain, if you're going to do this I would suggest...

    Hope this helps,
    Rich

    [p]
    [/p]

  • RE: Temp DB - Optimal Settings

    There are lots of opinions on how TempDB should be set. Some people show metrics on how much quicker it is when split across multiple files whilst others have shown...

    Hope this helps,
    Rich

    [p]
    [/p]

Viewing 15 posts - 121 through 135 (of 206 total)