Viewing 15 posts - 211 through 225 (of 1,536 total)
If you are really wanting to look at compression on heavily used tables you might want to consider ROW level rather than PAGE level. You obviously won't get the same...
March 25, 2010 at 1:28 pm
Additionally, check to make sure that the SPN is registered correctly.
March 22, 2010 at 8:02 pm
I've had no problems either. Just be aware that there are certain caveats as regards data types and compression, check out http://msdn.microsoft.com/en-us/library/ms143241.aspx for more info.
March 17, 2010 at 9:48 pm
You have SQL Agent setup to use the localsystem account which does not have access to remote resources (ie the share on the app server).
You'll need to change the Agent...
March 12, 2010 at 8:19 am
Check the security settings on your remote share to see if the SQL Server Agent account has the access you need.
March 11, 2010 at 10:39 pm
Paul White (3/10/2010)
Lynn Pettis (3/10/2010)
Paul White (3/10/2010)
Lynn Pettis (3/10/2010)
Actually, I'd carpet the office area in the warehouse, just not the warehouse area itself.
C'mon guys, think outside of the box! ...
March 10, 2010 at 8:26 am
What might help is creating a proc sp_send_cdosysmail and calling sp_send_dbmail from it thereby not having to adjust the existing code you have calling sp_send_cdosysmail.
March 9, 2010 at 3:56 pm
If you're running Enterprise Edition then don't forget to set Lock Pages in Memory.
March 8, 2010 at 6:57 am
It could be any number of things.
You need to take a look at the way memory and cpu are being handled, whether it's the page draw that's causing the issues,...
March 5, 2010 at 12:48 pm
And...you are trying to returns 59k records to the web server?
March 5, 2010 at 12:02 pm
You need to have at least one disk available that is not assigned elsewhere.
You can put all of the SQL resources on that one disk (obviously not recommended) should you...
March 4, 2010 at 3:08 pm
Regional keyboards are brutal. These windows admins, they'll kill you every time :hehe:
March 4, 2010 at 8:24 am
That is worth a blog post or article right there.
How did you ultimately discover this?
March 4, 2010 at 7:34 am
It very much depends upon whether you are going to be running things like replication and how many connections you expect to have, whether you have SSIS packages executing etc.
Working...
March 3, 2010 at 10:16 pm
Just want to confirm, you are able to login from one machine using the sa account however you get a failure when attempting to use the same sa login from...
March 3, 2010 at 11:43 am
Viewing 15 posts - 211 through 225 (of 1,536 total)