Viewing 15 posts - 1 through 15 (of 27 total)
Why? And, no... that's not a smart-guy answer on my part. Knowing the reason you want to know may help folks structure their answer better.
For comparison with the...
September 22, 2015 at 5:51 pm
Grant Fritchey (9/22/2015)
My last employer had four levels: Junior, DBA, Senior, Principal
We were part of the overall IT organization, under a VP responsible for Server Administration,...
September 22, 2015 at 4:33 pm
lrosini (10/11/2013)
October 14, 2013 at 8:59 am
Here's the full SQL Server stored procedure for reference. Yes, the Oracle procedure returns 5 result sets each with one column (don't ask... I have no good answer and the...
October 10, 2013 at 2:04 pm
Stewart "Arturius" Campbell (10/10/2013)
Have you considered using the WITH RESULT SET option of the EXECUTE command?
Thanks for the suggestion. Explicitly defining result sets using WITH RESULT SETS (...) returns the...
October 10, 2013 at 1:56 pm
Erland,
Thanks for your help and advice.
It was on SQL Server 2000 prior to moving. I made a mistake in my earlier post also: it's not on SQL Server 2012 now,...
September 16, 2013 at 9:32 am
Oh dear... you're testing my memory with that one...
If I recall correctly, you'll need to allow an inbound rule for either the msdtssrvr.exe executable or the port SSIS listens for...
February 6, 2013 at 12:29 pm
@@version will report the version of the node currently serving the instance. I believe you would need to fail over the SQL Server instance cluster service to the node you...
November 13, 2012 at 10:32 am
Thanks for all the input! I will be publishing our policy in the next couple of weeks, and I believe it is better for the information in this thread.
Thanks again.
October 10, 2012 at 9:19 am
By the way, SQL Server consuming all its available memory isn't unusual. In fact, it's usually a good thing when configured right and the OS has room to breathe. I...
October 3, 2012 at 5:51 pm
D-SQL (10/3/2012)
Are there requirements anywhere to show a baseline on what to add or use on a 50GB database?Thanks
There are so many variables to consider in memory usage problems. If...
October 3, 2012 at 5:48 pm
brendan woulfe (10/3/2012)
I will just say that if I was you I would try to write the policies so that they accomplish your goals without adding too much red tape.
Glad...
October 3, 2012 at 12:37 pm
foxxo (10/3/2012)
October 3, 2012 at 11:02 am
Thanks, all. It seems every post confirms my thoughts on exclusion.
Love the community here, I knew I'd get some good answers.
May 25, 2012 at 2:26 pm
Viewing 15 posts - 1 through 15 (of 27 total)