Forum Replies Created

Viewing 15 posts - 976 through 990 (of 1,048 total)

  • RE: Cannot execute store procedures

    does he have execute permission on the procedure? He needs that, and control permission to modify it.

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Rebuilding Indexes Results in Double Entries in dm_db_index_physical_stats

    rmechaber (9/23/2009)


    Thanks sturner. Two questions:

    How long is "a while" and how do I force a recalculation of those stats? It's a real problem if I'm trying to verify...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Rebuilding Indexes Results in Double Entries in dm_db_index_physical_stats

    the old stats will age off after a while

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Soliciting IDeas on Security Issue/Question

    That is the best way, but requires all the users to be using integrated security.

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Fragmentation while Rebuilding indexes

    is that the only index on the table?

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: SQL Server 2008 Consuming Too Much Memory?

    bounce SQL server and see if it is still consuming that much. If so then check the actual min and max memory configuration settings.

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Table Design for XML Message logging

    Only advise I could give is to avoid XML and use straight text. XML is costly in terms of resources and if all you are doing is just logging the...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: How to find on which account SQL server agent is running

    There is no way to tell which account the SQL Agent is 'configured' to run as by looking in the database. It uses whatever Windows account (local, domain or system)...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: single user mode before rebuilding indexes

    look at ONLINE option for index rebuild, see if it can be done on your particular table. Beyond that, you should be able to set up an Agent job...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: SQL 2005 Encryption and PCI Compliance....

    What is this "built in key management" you are talking about?

    To answer your questions, for a) make sure you have appropriate time and backups. For b), I would re-encrypt to...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Index

    if the column being updated causes a page split, it will affect the indexes.

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Beginning T-SQL

    Performing a number of DBA type duties can be done sans TSQL, but I would never hire someone as a DBA managing large amounts of critical data unless they were...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Beginning T-SQL

    This subject has been covered at length in another thread. In my opinion a DBA must know TSQL to be 100% competent.

    As to your second question, there are quite a...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: sql server upgrade (2000 to 2005) question

    As you stated, the database conversion takes place during and after the restore to the 2005 server. It will be in version 8 compatibility mode. There is no need to...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: What to should you make sure you utilise when upgrading to 2005

    A few things like better connection pooling and multiple active result sets (mars) [need to upgrade to SQLNCLI], better management tools [and better interface i think]in SSMC, better security granularity.

    But...

    The probability of survival is inversely proportional to the angle of arrival.

Viewing 15 posts - 976 through 990 (of 1,048 total)