Forum Replies Created

Viewing 15 posts - 106 through 120 (of 133 total)

  • RE: Top Wait Types - CXPACKET and SOS_SCHEDULER_YIELD, but Low CPU?

    We get CXPACKET waits because we have some Stored Procedure queries that run in parallelism. Some of these cause so much blocking to itself, that we change the Query in...

    Thomas LeBlanc, MVP Data Platform Consultant

  • RE: Getting A Clue About Your Databases

    This procedure for space does not get space taken up by text fields???

    I am trying to see why Unused space on a table is large(40GB) through Disk Usage by Table...

    Thomas LeBlanc, MVP Data Platform Consultant

  • RE: Track t-sql Queries

    Idera Diagnostic manager does a good job for us with putting the history in a database.

    But, you can accomplish this with a Server-Side trace.

    Read up on SQL Profiler, and...

    Thomas LeBlanc, MVP Data Platform Consultant

  • RE: Transaction Log Free space

    Based on the couple of questions you have posted, I would suggest to you to go to some SQL Server Administristration classes focused on databases, files and maintenance.

    You questions are...

    Thomas LeBlanc, MVP Data Platform Consultant

  • RE: rebuild index

    reindexing in our shop depends on the application and database size.

    Some are re-indexed every night, when there are no users on the system.

    But the large databases (200+ GB with 40-50...

    Thomas LeBlanc, MVP Data Platform Consultant

  • RE: post Restore rebuilding indexes

    I ran DBCC ShowContig on a 2000 database, then restored it to 2005 and ran DBCC ShowContig. The results were exactly the same, which leds me to believe the indexes...

    Thomas LeBlanc, MVP Data Platform Consultant

  • RE: Moving Indexes

    Get job...

    I agree with Ninja's_RGR'us about a single file to download.

    Thomas

    Thomas LeBlanc, MVP Data Platform Consultant

  • RE: SSIS 101: Object Variables, ResultSets, and Foreach Loop Containers

    Great article, thanks... you should do more on SSIS

    Thomas

    Thomas LeBlanc, MVP Data Platform Consultant

  • RE: Memory_Parallelism Performance Problem

    Other info:

    IBM and CMA (reseller) of these IBM machines can not find one customer using these machines for production server sql machines that will share information about their configuration.

    1 customer...

    Thomas LeBlanc, MVP Data Platform Consultant

  • RE: Memory_Parallelism Performance Problem

    MS PSS Solution to the discussed problem:

    I am a DBA with Noel (no longer with us) and we have a solution from PSS that seems to have worked (for the...

    Thomas LeBlanc, MVP Data Platform Consultant

  • RE: Fixing Orphaned Users

    What is the difference between Auto_Fix and Update_One?

    ThomasLL

    Thomas LeBlanc, MVP Data Platform Consultant

  • RE: Does "Alter Index All Rebuild"...

    I can follow it for a non-cluster index, but a cluster index is the table itself. Rebuild rebuilds the whole table - tree and leaf nodes?

    Thomas

    Thomas LeBlanc, MVP Data Platform Consultant

  • RE: SQLBrowser error: 3-node cluster

    Restart the service on each node of the cluster and the error went away...

    ThomasLL

    Thomas LeBlanc, MVP Data Platform Consultant

  • RE: sqllib error: sysdatabases in SQL server instance is empty

    Check with Backup software and it is not using a agent to backup SQL Server. This is a 2005 server, and the only agent available in the software is for...

    Thomas LeBlanc, MVP Data Platform Consultant

  • RE: Don''t Upgrade to SQL Server 2005

    You can not run 64-bit version of 2000 on non-Itanium CPUs. This forces us to upgrade to 2005.

     

    ThomBeaux

    Thomas LeBlanc, MVP Data Platform Consultant

Viewing 15 posts - 106 through 120 (of 133 total)