Forum Replies Created

Viewing 15 posts - 151 through 165 (of 395 total)

  • RE: DBCC DBREINDEX question

    They are Cl index on small tables:

    DBCC SHOWCONTIG scanning 'tblTag' table...

    Table: 'tblTag' (1110295010); index ID: 1, database ID: 12

    TABLE level scan performed.

    - Pages Scanned................................: 6

    - Extents Scanned..............................: 6

    - Extent Switches..............................:...

  • RE: Perf Mon in Cluster Env

    we run a job from the monitoring server ( every 2 hours) checking if perfmon counters are running on the production cluster

  • RE: Perf Mon in Cluster Env

    you may want to run some scripts ( job) notifying you that when cluster failover occur and perfmon stop, you may want to restart them...

  • RE: shrinkdatabase taking looooong time

    use DBCC SHRINKFILE instead of SHRINKDATABASE

  • RE: Reindex

    make sure to flip your database in simple recovery mode while doing reindexing...

  • RE: TempDB

    make sure to delete old tempdb files in original location after restart

  • RE: Profiler leads to blocking

    use server side traces ( try to collect only needed info though) instead of profiler and you will be fine...

  • RE: THE way to monitor mulitple servers - trends

    Maintain a central server (database) with all server names and make all servers as linked servers and run all your stored procs in the loop ( server by server) locally\OPENQUERY. Make...

  • RE: Server cannot resolve (local) name

    Shoot in a dark: It can be your sysservers table in messed up?!

    Also by placing select @@servername in a job and running it, say, every 5 minutes ( detecting...

  • RE: Emptying data file on very big DB

    1 TB was shrinkdatabasing for over a day, when I had to cancel it. 100 gb file was shrinkfiling for about 10 hours. However we got data back in 3 months....

  • RE: SMO vs SQL-DMO

    If you have SS2K and SS2005 on the same box as well as VB6 and Visual Studion, DMO wouldn't work. Period. So I had to spent a bunch of time...

  • RE: Autostart a trace in sql server 2k

    can't you just incorporate it ( using server server side trace) into Stored proc with sp_procoption?

  • RE: SS 2005 Licensing per proc

    Thanks guys, Anyone has a supporting link???

    Colin, Most likely we will go for dual core, once we fnalize our budget.

  • RE: enabled AWE

    After you enabled AWE, did you restart the box?

  • RE: Reporting Services 2005

    Can you do that in Stored Proc, so it will return zero records?

Viewing 15 posts - 151 through 165 (of 395 total)