Viewing 15 posts - 3,541 through 3,555 (of 18,926 total)
I also remember this tool being mentioned. It changes the background color depending on the server you're connected to.
It could save some heartache if used properly.
August 9, 2011 at 11:14 am
This is not the right way to code in SQL, period.
I won't go through all the problems with this here but go straight to the solution.
What business need(s) are you...
August 9, 2011 at 11:09 am
Only 1 really likely suspect.
The application is doing insert into default values. Or something like that.
This reserves them the next id. After that they run an update filling...
August 9, 2011 at 11:03 am
Always easy when you know it ;-).
EXEC [daps_linked].[db name].dbo.sp_help 'dbo.Calendar'
August 9, 2011 at 10:59 am
SQLRNNR (8/9/2011)
I also recall that there is no way to do that. I'd love to be wrong on it though:-D
Same here, the thread had like 100 answer. I...
August 9, 2011 at 10:52 am
Been discussed here lately and IIRC there's no way.
August 9, 2011 at 10:48 am
SQLRNNR (8/9/2011)
August 9, 2011 at 10:29 am
Please post the actual execution plan and the query. We can't help without that.
In the meantime I can recommend this reading => http://sqlinthewild.co.za/index.php/2009/01/09/seek-or-scan
August 9, 2011 at 9:56 am
Right click on the group, modify group, sort.
August 9, 2011 at 9:55 am
I might suggest the sql error log to get a more precise idea of the problem. I'd be guessing at tempdb atm, but that's jsut a guess without a...
August 9, 2011 at 9:48 am
I think Breant Ozar put something out there, but that's all I can offer.
August 9, 2011 at 9:37 am
This always cheers me up. I'd strongly recommend you signup to the newsletter. It's really full of great stuff (compared to most).
August 9, 2011 at 9:07 am
I was waiting a little bit to go there lowell (6 B rows) and distinct <seems to> always screws up the estimates. It might not be the cases if...
August 9, 2011 at 8:58 am
This install nothing on the server (but needs a separate server to log data into).
August 9, 2011 at 8:56 am
Viewing 15 posts - 3,541 through 3,555 (of 18,926 total)