Viewing 15 posts - 31 through 45 (of 57 total)
Excellent question.
And thanks all for the additional information in your posts.
--
Kevin C.
February 16, 2010 at 11:35 am
I keep about a month's worth of backup both off-site and locally. Lucky for me, our databases are small 🙂
--
Kevin C.
February 12, 2010 at 11:59 am
Just so you know, Lynn, I appreciate your insights, especially on items such as the QotD.
I did find the answers a little ambiguous, but I learned a bit more about...
January 20, 2010 at 11:14 am
Once again, I learned something new. I had assumed that you needed a 'begin transaction' before you could rollback a transaction. I didn't know about ANSI_DEFAULTS also activating...
January 13, 2010 at 11:34 am
I don't have an explanation, but I did do some testing and learned that the same error occurs with .255, .355, .755, and .855, but does not occur for .055,...
December 30, 2009 at 1:01 pm
It's a tough question.
My personal thought is, the English language being rather flexible in many instances, that we should define the context each time we need to explain it to...
December 18, 2009 at 3:59 pm
Well said (or written) Steve.
The QotD are a good chance to learn something and to test your knowledge. However, answering one is not required.:-D
November 11, 2009 at 4:23 pm
Nice question. It really got me thinking (and on a Monday, too!):w00t:
November 9, 2009 at 12:02 pm
Good question. It's always good to be reminded what the defaults are.
--
Kevin C.
November 5, 2009 at 9:01 am
I'm sure someone else can post it more elegantly, but here's a quick solution:
select cast(round(123.45 * 1.07,2) as money)
I based it off of slange-862761's suggestion of using cast in an...
October 28, 2009 at 12:16 pm
I think that making security features (such as the encrypted client connection) default to ON would be smart for engines like SQL Server. Security practices often seem to come...
October 26, 2009 at 4:10 pm
Viewing 15 posts - 31 through 45 (of 57 total)