Viewing 15 posts - 46,216 through 46,230 (of 59,095 total)
Heh... interview must be over, huh? 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2009 at 2:23 pm
Steve Jones - Editor (12/31/2008)
Guess no one is working today or my cell phone woes didn't strike anyone as funny.
Heh... not supposed to slam "Dash" phones against the "Dash"... that's...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2009 at 2:21 pm
This is obviously either homework or an interview test.
First, please read the article at the link in my signature below for how to post questions concerning data.
Second, show us what...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2009 at 1:57 pm
Venkat (1/1/2009)
Instead of storing the value as column in table
Write a Function which will return the contribution percentage
example F_GET_COUNTRY_CONTRIBUTION ( country_name, Year)
By...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2009 at 1:55 pm
EXEC (@SQL1+@SQL2+@SQL3...+@SQLn)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2009 at 1:48 pm
While I believe that industry experience can, indeed, be a huge help, I believe it should be "nice to have" rather than a requirement when it comes to DBA's and...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2009 at 1:46 pm
The more I see about the problems of XML in a database, whether real or percieved, the more happy I am that I've taken the very bitter and hardline stance...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2009 at 1:38 pm
santosh.shrestha (1/1/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2009 at 1:27 pm
gryphonsclaw (1/1/2009)
You don't have to use a cursor to concatenate a string.DECLARE @myVar varchar(MAX)
SET @myVar = ''
SELECT @myVar = @myVar + mycolumn + ' '
FROM myTable
SELECT @myVar
The author...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2009 at 1:18 pm
We have the 3 foot cube wall thing... it's great for communication. So far as IM goes, it's ok when it's not abused. I find it totally stupid...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2009 at 1:13 pm
RBarryYoung (1/1/2009)
Jeff Moden (12/29/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2009 at 12:43 pm
Heh... Happy New Year to you and your's, Steve!
Man... keep up the awesome work on SSC... I went a visited more than a dozen other sites just to...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2009 at 12:37 pm
Thanks, eramya... but with about 13,000 posts total, I'm thinking it may take more than a week. 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2009 at 12:34 pm
Man-o-man... I trully hope no one got any feelings hurt... it was all a bit of fun to watch.
Happy New Year, folks! Better times are coming!
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2009 at 12:30 pm
RBarryYoung (12/31/2008)
Jeff Moden (12/31/2008)
Jay,It's a bit of a misnomer... all single quotes must be turned into 2 single quotes... not actual "double quotes". ... 😛
Hmmm, maybe we should have...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2009 at 12:23 pm
Viewing 15 posts - 46,216 through 46,230 (of 59,095 total)