Forum Replies Created

Viewing 15 posts - 2,251 through 2,265 (of 2,436 total)

  • RE: Jobs with Status "Performing Completion Actions"

    "SQL Server 97" ???

    How about running QA with the following:

     

    select @@version

     

     

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

  • RE: sql server service account and cluster

    Just remember to schedule a failover/failback to test it (you wouldn't want to find out at 3:00 AM on a Sunday morning that is did not take !)

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

  • RE: Question of the Day for 14 Apr 2005

    I guess I have to install v6.0 and v6.5 on servers along with v7.0 ...

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

  • RE: BCP from a mapped Drive

    UNC file naming is the way to go from xp_cmdshell. Just make sure that the SQL Server service account has access if you are running from QA. If it's a...

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

  • RE: Best Backup Strategy

    Three things matter most overall. Database size and the type of disks you are using and whether o not your backupos go directly to tape or disk. First off, backups to...

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

  • RE: SAN AND SQL Server 2000 Configuration for OLTP and OLAP

    Separation is another key point. Database data, Transaction Log(s) and Backups need to be on their own distinct LUNs/Mets-LUNs. Separation of database Data and Log is SQL 102.

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

  • RE: SAN AND SQL Server 2000 Configuration for OLTP and OLAP

    I'm not familiar with EVA but I've worked extensively with Hitachi and EMC SAN and SQL Server. The underlying arrays are important but not paramount (RAID 5, 1+0, 1 more...

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

  • RE: Dynamic server connections

    Have you considered the use of an 'MSX' server ? It can handle scheduling and execution (along with error reporting) for all 'enlisted' servers.

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

  • RE: Sqlserveragent service started and then stopped

    Also, if you are using a domain\username account for the SQL Agent service you might want to check in SQL Server that it is a valid account and has sysadmin...

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

  • RE: To index or not to index?

    Another option might me to utilize a reverse engeneering tool in a database design product like ErWin or PowerDesigner. Products such as these could take a rather large database and then tell...

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

  • RE: Error 22528: [sql-dmo] after power outage

    Have you looked at the SQL Server error log ? The Windows System/Application/Security event logs ? They may provide more information. The spectrum of potential problems is just too large...

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

  • RE: What is your ''''Rule of Thumb'''' for db file size.

    My rule of thumb is 1 and 1 for databases under 100-200 Gb. After that, it all depends ... on size, storage, activity, application availability ...

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

  • RE: Read error logs that are generated by MS SQL Server 7.0. URGENT!!

    I do not know if this SQL2K extended stored priocedure exists in v7.0:

     

    master..xp_readerrorlog

     

     

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

  • RE: Windows 2003 and SP_change_users_login

    Have you checked the accounts used for executing the services on both servers (mainly the 2K3 server) to make sure that they have the proper permissions ? Just a thought...

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

  • RE: Weird behaviour in SQL EM. Can''''t save Maint. Plan correctly

    I've had varying success with Maintenance Plans on MSDE. Some of them just do not work. While others save the plan but are missing parameters on the SQL JOB. Try...

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

Viewing 15 posts - 2,251 through 2,265 (of 2,436 total)