Viewing 15 posts - 166 through 180 (of 215 total)
May want to run sp_blitzindex from Ozar to get a handle on what your indexes are really like, in some cases unused indexes are as much a problem as missing,...
January 22, 2015 at 8:49 am
thanks that did it found what you had given me in an old substring sample I found
January 16, 2015 at 3:10 pm
Found out cant use rule and message with their app, looks like constraint syntax is a little different if I want to allow any numeric values up to 5
ALTER TABLE...
January 16, 2015 at 1:07 pm
luckily or sadly depending how you look at it we will be lucky to get to 2012 this year, bigger problem with their custom code is to try to get...
January 16, 2015 at 12:42 pm
brainfreeze over remembered syntax
CREATE RULE phonext_rule
AS
@value LIKE '[0-9]'
terrible getting old
January 16, 2015 at 12:28 pm
you may try this for starters, your wait times could be the key, over 30 does sound like an issue
http://www.brentozar.com/archive/2012/03/how-fast-your-san-or-how-slow/
January 9, 2015 at 3:25 pm
look at brent ozar's blitzindex, awesome tool and free. before you do what I did years ago and jump on the add index (unless this goes against sql you...
January 9, 2015 at 1:08 pm
thanks, this is an internal sql server (hopefully wont be getting restarted on any regular basis other than maintenance)
November 7, 2014 at 9:07 am
you are correct, 2nd instance will use dynamic port not sure if changing the port is that essential or not
November 7, 2014 at 7:58 am
when I put it back but drop the unique part I save 30% on logical reads.
November 3, 2014 at 12:56 pm
I used Brent Ozars blitzindex, not sure if he would ever check for a duplicate unique index, if the transaction_id is unique there is no logical record that would...
November 3, 2014 at 11:00 am
that i get the issue is it is going to try to force uniqueness when it is not needed, if the transaction_id is unique the engine is forced to look...
November 3, 2014 at 9:58 am
the cluster is a standard active/passive cluster, the other node will actually be used for reporting. Forgot to mention will add a stand alone win2012/sql2012 machine for DR
September 4, 2014 at 7:24 am
should have elaborated plan is
have a win2008/sql2008r cluster log ships to a stand alone 2012/sql2008r2 server.
Plan on killing log shipping upgrade win2012/sql2008r2 box to win2012/sql2012
Take one node out of win2008/sql2008r2...
September 4, 2014 at 6:43 am
Viewing 15 posts - 166 through 180 (of 215 total)