Viewing 15 posts - 16 through 30 (of 51 total)
I was researching how to roll my own solution like this using a job and tsql itself.
I'm totally going to give this a shot and look into taking it...
December 19, 2011 at 10:36 pm
I learned a bit here, but it turns out that my database is already set up in days with various attributes on them and then periods with their own attributes.
I...
December 13, 2011 at 11:30 am
PaulB-TheOneAndOnly (11/18/2011)
ShawnTherrien (11/17/2011)
November 18, 2011 at 11:57 am
Dev (11/18/2011)
To me this is like saying that everything about a car is an attribute of the car, so the car table can be a flat 800 fields....
November 18, 2011 at 11:43 am
This article looks very promising.
I've got my own trigger based CDC (field at a time) capture set up created by dynamic SQL pointed at a table.
I would prefer to...
November 1, 2011 at 11:46 am
Martin Nyborg (11/1/2011)
November 1, 2011 at 11:25 am
Nice article!
I've been trying to learn all the regex I could and got frustrated when I found out SSMS implemented a MS version of regex
October 11, 2011 at 5:21 pm
I've had this exact issue come up on deployments.
Drop FKs, drop Indexes, recreate FKs.
It makes sense that this would use the clustered index for the FK, though I can't say...
October 10, 2011 at 9:25 am
Lowell (7/5/2011)
one of the settings it uses for increasing perforamnce can also prevent the full text of...
July 5, 2011 at 10:12 am
Dave Ballantyne (7/5/2011)
I did reference this in Part 1 , but take a look at http://www.sqlbits.com/Sessions/Event6/High_performance_functions for a full demonstration.
lol, your url got a little hijacked.
http://www.sqlbits.com/Sessions/Event6/High_performance_functions
July 5, 2011 at 9:58 am
That might be something.
Results to Grid: 65535 characters. Seems to be the max.
Results to Text: 256. Explains the short text. I can set this to a max of 8192....
July 5, 2011 at 9:56 am
Thank you.
I understand the topic of optimizing a cursor based routine pretty well and yet again another day comes where I learn how much more I have to learn....
June 28, 2011 at 11:03 am
Thanks 🙂
I'm running READ COMMITTED SNAPSHOT.
The issue is only in writes. A lot of deletes and inserts on a single table.
Things have been better since I've optimized the indexed...
June 23, 2011 at 4:07 pm
I did attempt a read uncommitted transaction around the statements, but that didn't help, it still deadlocked on heavy testing.
Then I did some research on ISOLATION LEVELS. Found a guy...
June 23, 2011 at 11:13 am
Well thank you all for your input.
I can see that I really opened up a can of worms in the way I asked this question... maybe it was too...
June 8, 2011 at 1:26 pm
Viewing 15 posts - 16 through 30 (of 51 total)