Forum Replies Created

Viewing 15 posts - 316 through 330 (of 1,524 total)

  • RE: Migration from SQL 2005 CU4 to SQL 2012 R2

    Before you move run this special version of CHECKDB on each database

    DBCC CHECKDB with data_purity

    If you have time it is a good idea when you upgrade to a...

  • RE: Downgrade SCOM Database

    Here is the command to run against the databases you want to downgrade from Ent to Std edition

    SELECT * FROM sys.dm_db_persisted_sku_features

  • RE: Downgrade SCOM Database

    If you are taking advantage of database options that are allowed in Enterprise Edition it is not possible to downgrade a db from Enterprise to Standard Edition. There is...

  • RE: What affects the speed of index rebuilds?

    Has the number of rows in the tables that you are rebuilding the indexes on greatly increased? Has anyone created any new indexes?

  • RE: Talking baseball

    There are some pitchers that work extremely slow... some players that take way too many adjustments between every single pitch. Don't know how you can limit those without...

  • RE: Talking baseball

    Funny. I would bet the pace of the game from 1981 until now has a significant jump in commercial time... they CERTAINLY won't cut that!

  • RE: Talking baseball

    Looking forward to the season starting up again. Although my Red's I don't think are going to be that good. All star game is in Cincinnati for...

  • RE: Closer to the Heart

    I think it would be absolutely fascinating to be a data analyst for a MLB Team. I am absolutely intrigued with Baseball stats.. I love listening to games and...

  • RE: Scripting SQL Agents Jobs using Powershell

    Works very well for just jobs. However, if that job is tied to a Maintenance plan it generates the job part but is worthless without the maintenance plan.

  • RE: Best Practice for SQL Maintenance Jobs

    I use maint plans for Update stats weekly and integrity checks daily.

    Also a couple of other things to look into.... MSDB cleanup process (it is a task in Maint...

  • RE: Where do senior SQL DBAs land finally?

    I have reached the peak of what I want to do. I like being a senior DBA. I have been a DBA since 1993.. first with Mainframe DB2,...

  • RE: SQL Server looking for wrong master log file on startup

    how long have you had this installed? Did SQL Server start previously OK?

    Something odd happened or someone got in and changed startup parameters somehow.

  • RE: SAN Response Times

    silly question but I have to ask... are you running Update Stats on a regular basis?

    SAN issues are the most difficult to pin down. It could be the BIOS,...

  • RE: Real World:SQL server configuration Quality check script for DBA's.

    Very interesting. I had something similiar but it isn't as good as this one. Thanks for sharing.

  • RE: Tempdb Shrink takes long time.

    You have some process that is doing it... maybe large temp tables... or are their any rebuild index jobs with sort in temp db running>?

Viewing 15 posts - 316 through 330 (of 1,524 total)