Viewing 15 posts - 5,041 through 5,055 (of 7,164 total)
Which software is on your list at the moment?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 2, 2011 at 12:49 pm
sqlserver12345 (11/2/2011)
Do the appdomain errors mean issues with the server/database?Does this error mean trouble?
Error:appdomain is marked for unload due to memory pressure.
It can mean trouble.
What are the results of the...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 2, 2011 at 11:54 am
ehhh...same dead ends. I ended up installing the advisor on one of my 2003 servers instead of trying to run it from my desktop and the reports are happier.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 1, 2011 at 4:59 pm
I found this post through Bing. I am having the same issue. Did you ever find a resolution?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 1, 2011 at 2:48 pm
What does this say?
SELECT *
FROM sys.configurations
WHERE name = 'max server memory (MB)' ;
You can set the max amount the buffer pool can use by...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 1, 2011 at 9:01 am
Ninja's_RGR'us (10/31/2011)
What I have done in the end was to edit the create connection function & put the web login name in the application name.
You saved yourself the headache of...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
October 31, 2011 at 2:30 pm
I know this thread is super-old but I am in the same boat...did you ever figure how to bring back the wrapper proc?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
October 31, 2011 at 2:17 pm
This is how I update a job step command via scripting:
EXEC msdb.dbo.sp_update_jobstep
@job_name = N'Job Name',
@step_id = 2,
@command...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
October 31, 2011 at 1:35 pm
My preference is to have each physical user log in with a different server login. From a troubleshooting perspective I like to be able to trace runaway processes to specific...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
October 31, 2011 at 12:56 pm
okbangas (10/21/2011)
...and in fact it is kind of the intention too allow a single column represent several types of entities. It would be a nice feature for generalization.
I thought...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
October 31, 2011 at 10:26 am
How many physical users are you expecting to have to manage?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
October 31, 2011 at 10:02 am
Have a look at the Start-Job CmdLet. Also, check the results of your favorite search engine when entering "asynchronous powershell".
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
October 26, 2011 at 7:16 am
To answer one of your other questions, fill factor is set independently on all indexes, clustered and non-clustered alike. i.e. you can have 100 on your clustered index and 90...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
October 25, 2011 at 1:46 pm
praveen_vejandla (10/25/2011)
I am trying to...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
October 25, 2011 at 11:38 am
patrickmcginnis59 (10/25/2011)
...Ok I guess I would be one of the "whats wrong with it" folks so I shouldn't have replied. Sorry about that!
No need to apologize. It's just a discussion,...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
October 25, 2011 at 10:22 am
Viewing 15 posts - 5,041 through 5,055 (of 7,164 total)