Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)

  • RE: TSQL Challenge 82 - Find elements that uniquely make up a group

    I'd put it through the wizard in MS Access that already does this!

  • RE: SQL 2008 Performance is slowing down

    uh Access linked tables ALWAYS provide sub-standard performance. You should move to Access Data Projects- there are a lot less layers between Access in SQL Server if you use...

  • RE: one character of data

    I agree: nchar(1) is the most correct answer IMHO so thats what i chose. I lobby for the answer to be changed.

  • RE: one character of data

    good for you, when you make an assumption you make an A$$ out of who and who?

    not me-- I choose NCHAR or NVARCHAR, because it's not fair to take...

  • RE: one character of data

    it's not a spec-- it's not specified.. I don't know if the creator of this site is in Chicago or Beijing!

    Without that critical piece of information 'who is asking me...

  • RE: one character of data

    I agree-- anyone who chose CHAR or VARCHAR is nothing but egocentric.

    Yes-- in most situations I choose VarChar (because I know I am in America, and people speak English).. but...

  • RE: one character of data

    I've chosen for nchar(1) because it only says that the value won't be NULL or empty, but there's no limitation on the characters used.

  • RE: SQL2005 Linked Server to SQL2008

    u might need to enable named pipes in the SSMS config manager, right? off by default, I think

  • RE: PageSize

    you actually cannot do this with SQL Server.

    Only mySQL supports the limit keyword, like LIMIT 1,2 would show you two records LIMIT 3,4 would show you records 3 and 4.

    one...

Viewing 9 posts - 1 through 9 (of 9 total)