Forum Replies Created

Viewing 15 posts - 676 through 690 (of 2,436 total)

  • RE: DBA without system administrator privileges

    I can see, and have had to make due, without LocalAdministrator on a SQL Server before. This is workable but a handicap.

    But a DBA without sysadmin ??? No way !!!

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

  • RE: EXCEPTION_ACCESS_VIOLATION...?

    I dunno ... errors from Macromedia and IIS ??? It sounds like something is amiss ...

    Why don't the developers try reinstalling QA and a reboot.

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

  • RE: resize Temp DB

    Here is a sample script (adjust the sizes for your environment):

    ---

     use master

     go

    ---

     alter database tempdb modify file

      (name = tempdev,

      size = 8192MB,

      maxsize = 10241MB,

      filegrowth = 2048MB)

     go

     alter database tempdb modify file

      (name = templog,

      size...

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

  • RE: Performance of joins across filegroups

    Now another complete different thought ...

    It might not make any difference at all depending on the size of your database and the number of rows of data in the tables being joined....

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

  • RE: QA environment design

    While I'll be ...

    A 'common sense' decision made by management !

    Is your company looking for DBA's ?

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

  • RE: QA environment design

    You could try to outline the time and money for efforts expended for keeping no databases other than the ones being tested on the QA server. Then it might be...

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

  • RE: sql 2000, memory and processors do not report in server properties

    The old adage 'what changed last' may apply. However the soulution is relatively easy - I'd just reinstall EM !

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

  • RE: How to stop a long rollback?

    I have never tried this approach. However I believe that it wil not work since the rollback process will have a some type of lock on the table. I believe...

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

  • RE: Script of the day

    Here is a link if you ever have some 'spare time' (yeah, right) if you ever want to go over a trillion ...

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

  • RE: Performance Goes Down - Help!

    You may have a back door into the cluster is the SQL Server service and the cluster service are using domain user accounts, they have to be local admins,  and...

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

  • RE: Performance Goes Down - Help!

    Here is one all important question, that depending on the answer, may go a long way towards explaining things. Since you are in a 'hosted' environment, is your SQL Server...

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

  • RE: Performance Goes Down - Help!

    Many times I have seen applications and databases 'go down the tubes' performance-wise when adding or reaching a certain threshold of users. This is generally due to some limitation (bad...

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

  • RE: Learning SOA

    Remember when there was: Initialization-Process-WrapUP

    Then there was: Constructors-Instantiation-DeConstructors

    Now there is: LaDeDa-LaDeDe-LaDeDo

    BFD (I do not mean 'Big Furry Dog' either):

        Different shop window - another marketing pardigm

        Diffrent sales staff -...

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

  • RE: debugging bcp command line utility

    The only assistance the command provide that I am aware of is the "-e errfile" option which is only useful on bcp "in" operations.

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

  • RE: Any idea how to monitor for databases that aren''''t being used anymore

    Slick ALZ ... very slick ... scanning the SQL errorlog tells all ... far better than read only or offline ...

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

Viewing 15 posts - 676 through 690 (of 2,436 total)