Viewing 15 posts - 136 through 150 (of 322 total)
I do bitwise operations fairly often, yet was thrown off at first by the & operator. My probelm is I'm also a VB programmer where it is used for string...
October 14, 2009 at 4:41 pm
I'm pretty sure you could avoid the VBA altogether if you replace the Stored Procedure with a parameterized table-valued User Defined Function.
October 9, 2009 at 8:50 am
Nice question. Hopefully I'll trip over this one enough times to prevent me from making that mistake when it counts.
Thanks,
October 8, 2009 at 11:34 am
SQL Server indexes are organized in a B-tree structure. The "B" in B-tree stands for what?
The question is specifically referring to SQL Server indexes. The Microsoft definition would make the...
September 30, 2009 at 10:10 am
I agree with Tao that thoughtful aliasing, as opposed to A. B, C, will make code easier to read for the programmer, debugger, or DBA. Most who have been around...
September 30, 2009 at 6:46 am
amit_adarsh (9/24/2009)
Yesand we can use all the DML operation while updation
I think you meant to say updationing.
September 24, 2009 at 4:10 pm
I think it's a case of interpretation.
I think I get it now. Both answers are correct if we assume that the value of the most recent usage of the timestamp...
September 23, 2009 at 12:39 pm
Steve is correct to award points. While testing the script indicates only answer #3 is correct. it's possible to find Microsoft documentation supporting answer 2 and also supporting answer 3.
The...
September 23, 2009 at 9:35 am
I thought it was going to be a dull day.
Thanks,
September 22, 2009 at 9:40 am
I had the correct answer selected, then looked it over 1 last time and saw the tags. I changed my answer and promptly got it wrong. To be fair though,...
July 29, 2009 at 7:31 am
Toreador (6/16/2009)
If you later find out it should be unicode, you can change it.
I assume you've never been through the process of converting a large database from varchar/char/text columns to...
June 16, 2009 at 10:05 am
Maybe it's because I'm European, but I'm afraid I don't understand the (many) respondents who claim that if the character type is unknown, you should choose the most limited option?...
June 15, 2009 at 5:54 pm
Hugo,
Never have I learned so much from a single dimwitted attempt at humor. Thanks for the info. I wish I could find the humility emoticons.:blush:
June 13, 2009 at 12:14 pm
The correct answer for ME is char(1). I work in the U.S. and don't design for international unless it is in the specs.
🙂Hugo - How do you store a NULL?🙂
June 12, 2009 at 4:21 pm
Bob Hovious (2/19/2009)
Undocumented but useful: sp_MSGoBackInTime
It's no longer undocumented.:cool:
March 11, 2009 at 9:06 am
Viewing 15 posts - 136 through 150 (of 322 total)