Forum Replies Created

Viewing 15 posts - 541 through 555 (of 631 total)

  • RE: Handling different Time Zones

    Do you have a Location Dimension which is linked into your fact table?

    If so, then I'd add the offset values in hours from your 'base' location / time zone in...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Migrating from SQL Server 2000 to 2005

    Make sure you do an update statistics once you've got the data over too

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Shrink DB

    If you've only deleted a few million records from a database that size, why shrink the database?

    You're probably only going to have to see it expand again as records are...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: !! Online SQL Server ??

    http://www.microsoft.com/azure/sql.mspx

    hth

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: sql server upgrade (2000 to 2005) question

    Update statistics might be an idea too

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Reverse Engineer Huge Database (Table Relationship Diagram)

    Chris (8/18/2009)


    Hi there everyone,

    My employer has purchased an ERP with an off the shelf database of over four thousand tables. Even the vendor doesnt have a diagram of it. (So...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Database cant shrink

    Mind - a good point earlier - some index maintenance (SQLFool has a very well regarded script for reorganising and rebuilding - and there's some very good stuff on here...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Database cant shrink

    Briefly.

    Why do you want to shrink your database file? Do you have a pressing reason such as a critical discspace shortage that can not be addressed any other way?

    Assuming...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: how to apply style cop for sql db

    StyleCop is a C# tool.

    If you're looking for a way of refactoring SQL code to meet specific style rules - look at SQL Refactor from Redgate (which I've used and...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Are there issues with ONLINE INDEX REBUILD

    The way hte online rebuild works, as I understand it, is that the system effectively takes a copy of the current index, and uses that for queries while rebuilding the...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: calculating the number of DBs an array can support

    There are really too many variables at play here to give a definitive answer there. However, have you checked your disc partition alignment on the RAID array? If...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: NULL Cached Query Plan for stored procedure

    Marios Philippopoulos (5/8/2009)


    Grant Fritchey (5/8/2009)


    Actually, if it's still in sys.dm_exec_sql_text and in sys.dm_exec_query_stats, then it's still in cache. It hasn't aged out yet. If it were not in cache, then...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: NULL Cached Query Plan for stored procedure

    Marios Philippopoulos (5/8/2009)


    Grant Fritchey (5/8/2009)


    Actually, if it's still in sys.dm_exec_sql_text and in sys.dm_exec_query_stats, then it's still in cache. It hasn't aged out yet. If it were not in cache, then...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: NULL Cached Query Plan for stored procedure

    No, plans get aged out if there is no more memory available in plan cache due to the need to hold plans for more recently used queries. This is...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Understanding Execution Plans

    Have you checked out Gila's sqlinthewild stuff on indexing?

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

Viewing 15 posts - 541 through 555 (of 631 total)