Forum Replies Created

Viewing 15 posts - 1,546 through 1,560 (of 2,436 total)

  • RE: sql 2000 Performance issue

    Here's my 'short list' for tuning:

    Round I

        DBCC UPDATEUSAGE

        UPDATE STATISTICS (with FULL scan) for all tables

        exec sp_recompile for all tables

    Round II

        DBCC DBREINDEX

        UPDATE STATISTICS (with FULL scan)...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: sql 2000 Performance issue

    Here's my 'short list' for tuning:

    Round I

        DBCC UPDATEUSAGE

        UPDATE STATISTICS (with FULL scan) for all tables

        exec sp_recompile for all tables

    Round II

        DBCC DBREINDEX

        UPDATE STATISTICS (with FULL scan)...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Bad Eyes

    My vision deterioration beganh after welding for 2 years in the late 70's. My eye stats were 20-30(R) and 20-40(L) in 1981 when I got my fort set of glasses. Add...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Arithmetic error caused by division operator

    You are experiencing the results of 'implicit' conversion. See BOL under "implicit data type conversions".

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Job Properties

    Here's a link no DBA shoud be without:

    http://www.microsoft.com/sql/prodinfo/previousversions/systables.mspx

     

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Old SQL 6.5 Server Not Backing Up

    That referenced discussion is pretty good information.

    We also did something similar way back when ... using UNC targets specified with dump devices (as opposed to files). You definitely need a...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Installing another Instance on SQL2000

    I agree with Yelena ... after SQL installation, Service Pack installation or 'hot fix' installation I always reboot. Just a habit left over from the NT 3.5 and SQL v4.21...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: RE:

    In the King's English please ...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: MSDTC for IBM Cluster

    What IBM hardware are you running ? What OS and SP ? What is the type of shared disk (SAN or direct attached) ? What is the exact error that...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Zip Codes

    http://www.usps.com/ncsc/faq/

    There's some pretty good info there regarding monthly changes. I'd suggest posing your question directly to the email address at the USPS for a definitive answer based on the...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Event Log does not log all SQL Server Backup Events

    It may be that the application event log has become corrupt. You've got a couple of choices. First have your Windows Admin clear the application event log. If this does...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: How to kill the process id''''s

    Please do not cross post. I answered your first thread: http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=145&messageid=247419

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: How to kill the process id''''s

    Have you executed sp_who (or sp_who2) in QA to find out wgho/what the offending connections are ? It could be you in EM monitoring things or another process. Once you...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Procedure locks self only on large datasets

    Try using a non-clustered index. In a clustered index the leaf pages of the index are your acrual data pages whereas in a non-clustered index they are not.

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: PageAudit property after disk crash

    As a DBA you are not as good as your last backup, but only as good as your last restore ... Good Luck !

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

Viewing 15 posts - 1,546 through 1,560 (of 2,436 total)