Forum Replies Created

Viewing 15 posts - 136 through 150 (of 322 total)

  • RE: AND & OR

    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...

  • RE: Excel with Stored Procedures

    I'm pretty sure you could avoid the VBA altogether if you replace the Stored Procedure with a parameterized table-valued User Defined Function.

  • RE: replicate

    Nice question. Hopefully I'll trip over this one enough times to prevent me from making that mistake when it counts.

    Thanks,

  • RE: B-tree

    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...

  • RE: T-SQL Parsing Crazy Eights

    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...

  • RE: UPDATE

    amit_adarsh (9/24/2009)


    Yes

    and we can use all the DML operation while updation

    I think you meant to say updationing.

  • RE: @@DBTS

    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...

  • RE: @@DBTS

    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...

  • RE: T-SQL Parsing Crazy Eights

    I thought it was going to be a dull day.

    Thanks,

  • RE: Unique constraints

    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,...

  • RE: one character of data

    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...

  • RE: one character of data

    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?...

  • RE: one character of data

    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:

  • RE: one character of data

    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?🙂

  • RE: Conversion Fun

    Bob Hovious (2/19/2009)


    Undocumented but useful: sp_MSGoBackInTime

    It's no longer undocumented.:cool:

Viewing 15 posts - 136 through 150 (of 322 total)