Forum Replies Created

Viewing 15 posts - 1,291 through 1,305 (of 2,436 total)

  • RE: I need longer!!

    The site owners cannot keep things open forever. Just try to get in the habit of selecting everything with CTRL-A then copying with CTRL-C .... this way those long important...

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

  • RE: Logging in tempDb

    This is not the case. tempdb is like any other database it contains at a minimum of an .mdf file for data portion of the database and an .ldf file...

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

  • RE: A Tool I Need

    Not always the case ... I use Nextel and their phones store this stuff on a chip. I can even take the chip out of one phone and put it into...

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

  • RE: How to get Cluster Information

    Have you tried using the Cluster Administrator ?

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

  • RE: UID in SYSUSERS change During DTS

    Just curious as to why you are not storing name instead ? It would seem that this method would lend itself to fewer issues.

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

  • RE: SQL is slow for the larger of two active DBs

    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

        exec sp_refreshview for all views

    Round II

        DBCC DBREINDEX

       ...

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

  • RE: ssms express : view the sql server error log

    Has anyone called MS PSS about this issue ?

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

  • RE: Local variable in Grant statemant

    You also might want to search the forums here for 'dynamic sql'. There are lots of discussions on this here. This way you will have a better understanding.

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

  • RE: A Tool I Need

    I want 'just a phone' <period> ... the good old days of th Nextel flip phone were great except for the 2 way feature which just encouraged endless babble, incomplete...

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

  • RE: Restore History?

    Here's a handy link no DBA should be without:

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

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

  • RE: I accidently restored a database over the master, need to restore master now

    I am curuous. How can you over-write the master database when you are not in single-user SQL Server startup mode ? Has SQL 2K5 changed this ?

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

  • RE: Gadget Day

    Wishing in the present for a reality out of one possible future ... I'd opt for a device worn on the ear (or someplace fairly inconspicuous) that could serve as...

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

  • RE: Monitoring SQL Server

    MOM - Microsoft Operations Manager

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

  • RE: Exception_Access_Violation Error? VB.Net 2003 + SQL Server 2000

    You might also want to execute DBCC NEWALLOC and DBCC CHECKCATALOG as well. Also, have you examined the system and application event logs for additinal errors ? If both of...

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

  • RE: Have you come across these people in your office?

    Yelena, this post is a keeper !

    I have not seen such common sense and wisdom in a great while ...

     

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

Viewing 15 posts - 1,291 through 1,305 (of 2,436 total)