Viewing 15 posts - 976 through 990 (of 1,047 total)
does he have execute permission on the procedure? He needs that, and control permission to modify it.
September 23, 2009 at 2:55 pm
rmechaber (9/23/2009)
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...
September 23, 2009 at 6:46 am
the old stats will age off after a while
September 22, 2009 at 3:07 pm
That is the best way, but requires all the users to be using integrated security.
September 22, 2009 at 12:43 pm
is that the only index on the table?
September 18, 2009 at 8:00 am
bounce SQL server and see if it is still consuming that much. If so then check the actual min and max memory configuration settings.
September 10, 2009 at 12:15 pm
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...
September 10, 2009 at 12:12 pm
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)...
September 9, 2009 at 2:34 pm
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...
September 8, 2009 at 2:26 pm
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...
September 4, 2009 at 2:05 pm
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...
September 3, 2009 at 1:19 pm
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...
September 3, 2009 at 6:43 am
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...
September 2, 2009 at 12:44 pm
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...
August 25, 2009 at 7:54 am
Viewing 15 posts - 976 through 990 (of 1,047 total)