Viewing 15 posts - 241 through 255 (of 264 total)
Roy Ernest (11/19/2010)Cricket bat is good at whacking the back side because it has a broader "blade". But quite effective.....
Tell me about it. We had a German teacher (i.e. teacher...
November 19, 2010 at 8:22 am
Thanls for the feedback so far. Apologies, the GO and Drops were an omission but I hope that didn't detract too much from the meaning behind the question. It's the...
November 18, 2010 at 2:08 am
Nice question - I thought they would all be the same size as well.
November 17, 2010 at 2:02 am
WayneS (11/11/2010)
GilaMonster (11/11/2010)
WayneS (11/11/2010)
November 16, 2010 at 9:44 am
Hi Biren,
Something like
SELECT Brand,URL FROM Table
UNION
SELECT Model,URL FROM Table
UNION
SELECT Category,URL FROM Table
UNION
SELECT ColorCode,URL FROM Table
should do it. Are you concerned about the order of records?
November 16, 2010 at 9:36 am
ronmoses (11/16/2010)You shouldn't complain about people who complain about spelling on the part of people who complain about describing questions as "nonsense." Too many nested complaints will make your...
November 16, 2010 at 7:48 am
Learner1 (11/15/2010)
Hi,Can I get the 10th highest salary without using TOP or RowNumber() over partition?
At the interview you should hold out for the 5th highest salary. This will give you...
November 16, 2010 at 5:20 am
tommyh (11/16/2010)
Richard Warr (11/16/2010)
November 16, 2010 at 5:15 am
I thought it was an interesting question as well - currently more people have it wrong than right which shows that we can still be surprised at the "behind the...
November 16, 2010 at 2:39 am
Sometimes, as was the case with your query, people put an alias after the server.database.schema.table construct. That's why you see "TASKS", "STAF" and "TIUSER" there twice in succession. Yours isn;t...
November 10, 2010 at 9:12 am
Hi David,
Sure, the tables used are:
Database: TRACKIT_DATA
Schema: dbo (that's the default)
Tables: TASKS, STAF and TIUSER
November 10, 2010 at 8:26 am
James Goodwin (11/9/2010)
Re: Fingerprint reader
How hard do you think it would be for someone to create a copy of one of those fingerprints and use it to log on to...
November 9, 2010 at 10:20 am
W!OW34f34D3h54qo looks like a nice strong password but it's just SQLServerCentral moved "one key up" when you type it in. Use that method in conjunction with a memorable phrase (like...
November 8, 2010 at 9:31 am
pitvax (11/4/2010)
November 4, 2010 at 10:44 am
It will be to do with data types. You need one of the operands to be non-integer to get this to work. Try this:
SELECT 665/12
SELECT CAST(665 AS MONEY)/12
..and you'll see...
November 3, 2010 at 8:53 am
Viewing 15 posts - 241 through 255 (of 264 total)