Viewing 8 posts - 1 through 8 (of 8 total)
This script didn't work on a sharepoint server because of the awful long database names sharepoint uses. Enclosing the "Use" [DatabaseName] in brackets [] fixed this problem. On 2012 (at...
December 10, 2018 at 10:32 am
Nobody has any comments? Genius? Completely off my rocker?
March 13, 2018 at 2:44 pm
March 13, 2018 at 2:39 pm
Isn't that what query hints are for?
"Optimize for" usually helps a lot in these situations. Dynamic sql would still be my last choice to handle performance problems.
March 12, 2018 at 9:07 pm
SELECT EXP_Table.Phone_No,
Acct_Table.code,
Acct_Table.cancel,...
March 12, 2018 at 11:55 am
We setup an AlwaysOn configuration on one of our production servers as a test and ran it for 6 months. For our system the expense, complexity and maintenance of AlwaysOn...
March 9, 2018 at 6:07 pm
It even works at 4:00am during a really hectic upgrade!!! Thanks!!!!
May 15, 2013 at 7:04 am
Viewing 8 posts - 1 through 8 (of 8 total)