Viewing 15 posts - 21,391 through 21,405 (of 22,184 total)
We use just 1204. I'm wondering though if we shouldn't switch it over to 1222. The XML output looks easier to read. Anyone using that?
December 11, 2007 at 5:27 am
Not stupid, you just needed a nudge.
I've been going around telling all & sundry that the bit data type wouldn't take a null. Then Gail just simply tells me I...
December 11, 2007 at 5:19 am
Instead of VARCHAR, if you use NVARCHAR, that might address the issue.
December 10, 2007 at 1:06 pm
I love the missing index DMV's. They're not a panacea either, but they sure can help you spot something simple quickly.
December 10, 2007 at 12:34 pm
Just to toss in a contrarian view point, I've never had DTA recommend a single index that was worth the trouble it took to run a series of scripts through...
December 10, 2007 at 10:47 am
If you're not already cycling your error log, you should.
Daily seems a bit high. We cycle ours once a week.
December 10, 2007 at 10:43 am
Boy. I don't know where I've been. I sure thought it was that way. Maybe I'm channeling some old bit of knowledge from a different system. Damn. I hate being...
December 10, 2007 at 7:09 am
You have to start from a concurrency model. It's either pessimistic or optimistic. You seem to be assuming an optimistic model, there are unlikely to be very many or any...
December 10, 2007 at 7:02 am
That's about as open ended a question as it's possible to ask.
Obviously, the Books Online would be a great place to start. I'd also suggest perusing Itzik Ben Gan's TSQL...
December 10, 2007 at 6:50 am
If it's possible, format the delimited list as XML and use XQuery to retreive it from there. We've started to find this a more optimal approach than the old one...
December 10, 2007 at 6:34 am
Not wrong, at all, but with something this large, I'd suggest the possibility of looking at exporting to a file and then using BULK INSERT to move across. It's a...
December 10, 2007 at 6:31 am
Great comments. That is one of the most difficult problems we encounter working with development teams. They don't trust us and we certainly don't trust them. It takes a while...
December 10, 2007 at 5:57 am
A large part of how the optimizer gets the data out of the tables faster is statistics. When you're creating artificial tables, such as table valued functions, there are no...
December 10, 2007 at 5:43 am
Ah, I wasn't aware that changed in 2005. Thanks for letting me know. That'll change decisions in the future.
Personally, I kind of don't care, bit or tinyint, but if something...
December 10, 2007 at 5:27 am
I'd say it's because it can, and probably did, put statistics on the columns in the temp table that you did with calculations in the other queries. That would make...
December 7, 2007 at 1:10 pm
Viewing 15 posts - 21,391 through 21,405 (of 22,184 total)