Viewing 15 posts - 106 through 120 (of 217 total)
Well, as I research the issue further, I am beginning to agree with all of you. RCSI is not going to help, and it just might make things worse.
I'll...
December 28, 2011 at 8:36 am
You seem to be trying to embody the good coding practices of encapsulation and reuse in your SQL code.
I won't say it can't be done, but that is very hard...
December 28, 2011 at 5:03 am
Gianluca Sartori (12/28/2011)
With RCS enabled writers don't block readers. Is this the kind of concurrency issue you're trying to address?
As far as the dangers is concerned, you could read...
December 28, 2011 at 4:25 am
This is an extremely bad idea - for very large values of bad. :w00t:
Please review this article: http://www.sqlmag.com/article/sql-server/what-are-your-nested-views-doing-
Then review this forum discussion: http://www.sqlservercentral.com/Forums/Topic1224077-391-1.aspx
You are making a serious mistake.
December 28, 2011 at 4:10 am
Sigh. :pinch: Where shall I begin? We have concurrency issues. (The root cause of these concurrency issues is poor design, but that - alas - is water under...
December 28, 2011 at 4:01 am
You know, I was just reviewing your code, and I have to ask: Is TableX, by any chance, a VIEW?
I have a hideous number of atrocious views in my...
December 27, 2011 at 4:34 pm
I've been doing some research on Read Committed Snapshot Isolation myself. I was just asking about possible problems with it on Twittter (#SQLHelp), and I was given several articles...
December 27, 2011 at 4:24 pm
:blush: It's one of those things I keep telling myself I should do.
I'll make it a New Year's resolution. 🙂
December 25, 2011 at 9:12 am
OK, now let me take a stab at answering your MERGE question. The example that I am going to use is taken from a blog post by Pinal Dave,...
December 23, 2011 at 5:22 pm
You are really asking two questions: one about the MERGE statement and one about CTE's. I'll try to address your question about CTE's.
Common Table Expressions (aka CTE's) are...
December 23, 2011 at 3:06 pm
I feel that the best way to start learning about SQL is to get a good book, install SQL Server on your home system and work through the examples on...
December 23, 2011 at 7:53 am
GSquared (12/22/2011)
And I dropped out of both kindergarden and college! But I've got a well-paid DBA job anyway.
Heh. I'm glad I'm not the only one! 😉 Once...
December 22, 2011 at 12:27 pm
Very cool query, Mr. Russell. I did not know you could do that. The only problem in applying it to this particular problem is that the transactions he...
December 22, 2011 at 9:23 am
MysteryJimbo (12/21/2011)Generally I've found DBA's get paid around 15-20% more than developers in the same company and around the same as Development management.
Does it seem wrong to anyone else that...
December 22, 2011 at 9:20 am
Ah, very cool! I'll have to try out the Performance Dashboard. I can think of some other reports I'd like to add, too.
December 22, 2011 at 7:45 am
Viewing 15 posts - 106 through 120 (of 217 total)