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:

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

  • RE: Today's Random Word!

    snickers

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

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

  • 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

  • RE: Show database size info across an instance

    Hi,

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

    Rich

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

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

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

  • RE: Backup file size is 0 KB

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

  • RE: Performance

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

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

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

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

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