Viewing 15 posts - 21,406 through 21,420 (of 22,202 total)
But if you're using the GUI and you still need to change the schema, display the properties page from the table creation screen. You can change the schema there. Same...
December 11, 2007 at 6:02 am
It can be useful if you're returning a large amount of data and you don't want to wait for all the rows to process prior to the data returning. You...
December 11, 2007 at 5:58 am
If you're getting primary key violations, something else is up. You may also need to post the structure of the table you're inserting into.
Is that the complete procedure? Is there...
December 11, 2007 at 5:50 am
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
Viewing 15 posts - 21,406 through 21,420 (of 22,202 total)