Forum Replies Created

Viewing 15 posts - 2,161 through 2,175 (of 2,436 total)

  • RE: CPU Usage

    SQL 101 --> A SQL Server is a dedicated machine. Dedicated to SQL Server and no other software.

     

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

  • RE: SQL Server Agent Account

    One other point. When changing the account for the SQL Agent service you will need to stop and restart the service. The same hold true for the SQL Server service....

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

  • RE: Latches and Access Violations

    Have your server admins executed memory tests ? (In particular a memory march test. I've seen bad, but intermittently bad, wreak havoc on a server. The only reason I mention...

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

  • RE: SQL 7.0 Upgrade to 2000 on Clients

    For software updates and management I'd suggest SMS (Microsoft Systems Management Server). It allows you to inventory the environment, package updates and roll out upgrades to software.

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

  • RE: Tables missing from sysobjects

    sysobjects is a table that exists in every database.

     

    Here's a link for a reference on system tables innSQL 2000:

     

    http://www.microsoft.com/sql/techinfo/productdoc/2000/systables.mspx

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

  • RE: Restricting rights and deny of access based on access channel

    I also agree that this is not possible whether you use SQL Security or Integrated Security. Once your login is authenticated to the SQL Server the only thing prohibiting/governing your...

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

  • RE: Seen This?

    This is nothing new. If servers, file systems and backup media are secure it is really not an issue. Just as an additional FYI SQL Server backups are not the only...

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

  • RE: Removal of Processor

    I do not believe that you will suffer any 'ill' affects other than possibly performance since you are removing 2 CPUs. The only other possiblility of an issue I see...

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

  • RE: Connecting to a remote database

    ... another point of view ... SQL Server and EM are client/server tools. By definition client/server tools are meant to be utilized over a LAN. You are attempting LAN operations...

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

  • RE: Should You Write Down Your Passwords?

    The password quandary, it's one dynamic subject. Well, I'd just like to address the complexity and cracking portions. Complexity ... well we require

    3 of the 4 following criteria upper...

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

  • RE: Security in an SP

    I do not believe that this capability exists in SQL2000 or in SQL2005. If a user has read access and can create a stored procedure (freely available decrypting ones on...

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

  • RE: MSDTC cross domain fails

    I'm no expert here but have the proper 'trust' relationships and permissions been set up ?

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

  • RE: ConnectionRead (recv()). [SQLSTATE 01000] (Message 10054) General network error.

    I'm not familiar with HP. Are you dual-pathed to the SAN ? Can your SAN admin change the ports that you are using ? Maybe a call (or support case)...

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

  • RE: Jobs hang on "Running Completion Tasks"

    If you switch to using SMTP Mail or CDOSYS Mail the problem will also go away.

    Here's the link if you're interested:

    http://support.microsoft.com/default.aspx?scid=kb;en-us;312839

     

    I've shunned SQL Mail since it's inception due...

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

  • RE: Shrinkdatabase job running via the SQL Server Agent

    Search this website for 'shrink transaction log' ... there are some interesting threads. The 'WITH' thing does not have to do with your problem. It determinese whether ot not messages...

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

Viewing 15 posts - 2,161 through 2,175 (of 2,436 total)