Forum Replies Created

Viewing 15 posts - 181 through 195 (of 507 total)

  • RE: SQl SERVER CLUSTURING

    Not that I'm aware of. The only issue is if a server fails over to the secondary node the counters will be for that node i.e. counters dont count both...

  • RE: SQl SERVER CLUSTURING

    You can monitor SQL Server metrics through performance monitor or any tool that reads the perf counters. Can you give some detail on what you are looking for?

    Wes

  • RE: Multiple Network card / IP slow performance

    If I'm not mistaken, NAS isn't supported with SQL 2000 in any way shape or form. In any case try Allen's suggestion.

     

    Wes

  • RE: SQL Replication on Win 2003 Server

    Check to make sure DTC is started before SQL Server is. There are several DTC issues and windows 2003 that will be addressed with SP1. We had simmilar issues with...

  • RE: # of Rows in Enterprise Manager and Query Analyzer

    Yep, rowcounts in EM are an estimation based off of your indexes on those tables which can be inaccurate to say the least.

    Wes

  • RE: Reading Profiler data files in QA doesnt work!

    The only time I've seen an error is if profiler or the trace isn't shut down properly. it causes the trace file to be incomplete.

     

    Wes

  • RE: transaction logs grow to much

    Turn on the agent and save yourself a world of grief. There are a ton of good backup scripts here in the script library as well.

     

    Wes

  • RE: IMCEDAs LiteSpeed backup software

    I've also been using Sql Litespeed on several boxes backing up around a terabyte of data across all servers. I had some issues with the older 3.0.123 and up untill...

  • RE: MOM for SQL monitoring

    We monitor around 100 servers here and found out the hard way that some IIS events fire every second or so and MOM will trap them. Our database got around...

  • RE: Citrix and SQL

    memory will be your biggest issue. Citrix and SQL both chew up the ram. If you have to do it shoehorn in as much memory as possible. You can also...

  • RE: Set up SQL server agent with window user account

    The article may be here I would do a search. The one I am talking about is in the Sql Server Standard magazine. It isn't easy but it will make...

  • RE: insufficient memory error

    If you have to have 115 unions then you have other problems than memory issues. You need to break the query up into pieces try subselects or dumping sections to...

  • RE: MS SQL Server - MAPI Login Failure

    If for any reason your server can no longer log into mail you can try three things. One, run the xp stored procedures to start and stop mail. Two, Restart...

  • RE: Set up SQL server agent with window user account

    The account will have to be a local administrator on the server or you will have to go and grant full permissions to everything that SQL Server needs on the...

  • RE: Restarting SQL Server every night

    there are scripts here that will issue a kill command and that will remove any connections from users on the server then you can issue dbcc statements that will flush...

Viewing 15 posts - 181 through 195 (of 507 total)