Viewing 15 posts - 3,271 through 3,285 (of 18,926 total)
>= is a comparaison operator. You need to compare something to something else. Which will return true or false. Which is what is then applied as a...
August 12, 2011 at 9:00 am
Grant Fritchey (8/12/2011)
August 12, 2011 at 7:43 am
I hope it goes well on monday, but I can say for sure this application is not tuned to my specs.
Try waiting running that query every few weeks to see...
August 12, 2011 at 7:41 am
Sounds about right ;-).
Thanks for the feedback.
Anything else?
August 12, 2011 at 7:29 am
Did you try the alter db set single_user option? I would also do with rollback immeditate. Drop it then restore the fresh version.
Warn people that on sunday night or...
August 12, 2011 at 7:23 am
Log shipping could be what you need here. But keep in mind that this forces you to be in read-only mode on the test db.
Would that work for you?
August 12, 2011 at 5:18 am
easy enough to test.
Take your closest test server, take a full + tail log backup (puts the db into norecovery, recycle the sql server) and see what happens.
Let us know...
August 12, 2011 at 5:15 am
Are you reffering to unused indexes or something similar?
August 12, 2011 at 5:12 am
This is wrong on so many levels I wouldn't know where to start.
I've heard of a case where a heap had balloned to 15 GB on a table with 190...
August 12, 2011 at 5:09 am
You need to also select the invoice id in your derived table. The server doesn't see the base table, it sees what's left after that little statement has run.
August 11, 2011 at 7:46 pm
The only thing of value I can add here is tha cxpackets is not a problem and not a real wait. It only means that this is running under...
August 11, 2011 at 7:43 pm
Best one ever.
Got the bumper version of this?
Or maybe 3D cinemax?.
I need to show this to a few "hurried" people in Montréal (who ironically enough...
August 11, 2011 at 7:40 pm
If you want the current value and not the compile values (or both) , you need to use profiler performance xml plan with statistics profile. Which will containt the...
August 11, 2011 at 7:35 pm
When you call someone getting a new job a couple days ahead of time you can make fun of this as much as you want...
or now if you preffer ;-).
In...
August 11, 2011 at 7:31 pm
Viewing 15 posts - 3,271 through 3,285 (of 18,926 total)