Viewing 15 posts - 16 through 30 (of 49 total)
I'm really curious to follow this for ideas. My company takes team building seriously and I recognize its importance... but I'm also a serious introvert and generally hate spending time...
August 7, 2015 at 11:39 am
There is a price in learning for users, who mentally hold on to limitations that no longer matter because they learned them in an earlier version. I'm too embarrassed to...
June 11, 2015 at 8:39 am
But I don't want to "consult the oracle"... I want to consult the SQL Server. *rimshot* :rolleyes:
June 9, 2015 at 3:11 pm
RonKyle (6/5/2015)
That's a different but interesting topic. For that I have a separate Holiday table.
I agree that that's a better way. It's been on my list to do for...
June 5, 2015 at 2:29 pm
This is completely branching off the topic of the original article, but... I've grown accustomed to instantiating a Tally table whenever possible in any database I work with regularly, instead...
June 5, 2015 at 12:08 pm
Alan.B (6/5/2015)
RonKyle (6/5/2015)
cursors are there to be used for admin scripts to be executed manually
I like this caveat, especially as it now excuses my one use I have for looping...
June 5, 2015 at 8:58 am
To add to what qbrt is (I think rightly) pointing out, you can check ERROR_NUMBER() in your CATCH block and if it is 50000, you'll know that you raised it....
June 3, 2015 at 9:48 am
dbishop (6/2/2015)
Make that three things you should never discuss in public:1) Politics
2) Religion
3) Cursors (good OR bad)
🙂
Ha ha, well, you know, everyone has been pretty polite I think; and although...
June 2, 2015 at 8:09 am
Alan.B (6/1/2015)
June 2, 2015 at 6:26 am
Alan.B (6/1/2015)
June 1, 2015 at 8:08 pm
This also got me thinking of another real-world example I've faced. Let's say you have a third-party product that includes a really complicated stored procedure that does a lot of...
June 1, 2015 at 2:58 pm
g.britton (6/1/2015)
Anyway, what this does is allow continued good performance by other users, since they are not blocking on the table you are updating.
Brian J. Parker (6/1/2015)
June 1, 2015 at 2:53 pm
g.britton (6/1/2015)
June 1, 2015 at 1:45 pm
Of course, after all my work, I realize the response to my crude example might be:
update dbo.foobar with (rowlock) set foo = foo - 1
June 1, 2015 at 12:19 pm
g.britton (6/1/2015)
Actually, I challenge that claim. Please post some actual results.
Alan.B (6/1/2015)
June 1, 2015 at 12:13 pm
Viewing 15 posts - 16 through 30 (of 49 total)