Forum Replies Created

Viewing 15 posts - 5,746 through 5,760 (of 7,429 total)

  • RE: Extend Stored Procedure

    What did you change? Sorry but I got busy and lost the post, but had looked and did not see anything right off.

    "Don't roll your eyes at me. I will...

  • RE: New SQL Worms in the Wild

    Actually there is are several excuses but none are any good. This should be the first thing you learn. Also audit your passwords for things like 'God', 'dog', 'cat', '1234',...

  • RE: Monitoring database connections

    Profiler will probably be your best bet, you can limit to audit connections login and filter for a specifc database in addition to collecting appilcation (if it supplies it's name),...

  • RE: Missing Info in Enterprise Mgr

    Sorry Steve meant SQL SP, run SELECT @@VERSION and post the output if you are not sure, we can figure out from that. However I would try a reinstall of...

  • RE: Configuring Max Memory Option

    The cache is your primary speed augementor as it stores execution plans of queries and some datasets that are called often or have been recently called. If you adjust the...

  • RE: Column Name [POSITION]

    Yes EM recognizes reserved words for the version of EM is installed from and automatically generates the [] to qualify. They do not actually exist if you look at in...

  • RE: SQL 2000 uses 100% resources

    Also I had one instance on a test database that corrected itself when I dropped and recreated the indexes. Also, open the DTS package and resave, don't think so but...

  • RE: Upgrading Client Software

    This list which cam efrom http://www.sql-server-performance.com is the mot complete but some beta numbers and possible hotfixes are missing but for the most part is accurate. Also run SELECT @@VERSION...

  • RE: other user versus dbo

    The biggest issue with doing this is it breaks the ownership chains and you will most likely have to give direct access to the tables where a stored procedure or...

  • RE: DBCC (urgent!!)

    You are better off running without AutoShrink anyway. Problem with Auto Shrink is it seems to always do this when it is most inconvenient.

    "Don't roll your eyes at me. I...

  • RE: DBCC (urgent!!)

    Please do not crosspost. See responses in http://www.sqlservercentral.com/forum/topic.asp?TOPIC_ID=4370&FORUM_ID=5&CAT_ID=1&Topic_Title=DBCC+%28urgent%21%21%29&Forum_Title=Administration

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

  • RE: Upgrading Client Software

    Looks like the client tools were not updated. Try reinstalling SP3 and check the version afterwards. Should change, then try the same on the other machine.

    "Don't roll your eyes at...

  • RE: SQL Server Administartion/Maintenance

    1) Backups DB and Log fitting your time constraints and data recoverability needs.

    2) Reindex on 7 or DefragIndex on 2000, properly maintained indexes keep speed up.

    3) Update statistics.

    4) Reorganize data...

  • RE: Filegroup dropping problem

    Ok here is a thought as seems to be something I cannot think of off hand. Launch Profiler and do a trace of TSQL Stmt:Completed items for this database. At...

  • RE: Row count via sysindexes

    Yes this has long been an issue in SQL 7 and had not yet checked in 2000 but I figured something was up. Personally I aim for COUNT from actual...

Viewing 15 posts - 5,746 through 5,760 (of 7,429 total)