Viewing 15 posts - 49,321 through 49,335 (of 59,066 total)
Thanks for the compliment, Annas... 🙂 I wish the Tally table was my original idea... but it's not... I just write about how to use it. Just in...
July 8, 2008 at 10:44 pm
David Naples (7/8/2008)
Jeff Moden (7/7/2008)
David Naples (7/7/2008)
You can't do this directly, as the CREATE PROCEDURE or ALTER PROCEDURE statement has to be the first in the batch.
Ummm... maybe not...
July 8, 2008 at 10:35 pm
harshil (7/8/2008)
What the purpose of this query is to remove all duplicate records except one...
July 8, 2008 at 10:13 pm
Kent Waldrop (7/8/2008)
declare...
July 8, 2008 at 2:47 pm
IN has the same execution plan as an INNER JOIN. EXISTS requires the use of a correlated subquery and is a form of RBAR that is sometimes faster than...
July 8, 2008 at 2:44 pm
indraprakash (7/7/2008)
Note: We can't use convert function
The ROUND function with the truncate option is definately the way to go... but why is it that you can't use the CONVERT function?
July 8, 2008 at 2:40 pm
Thanks David... Heh... what I'd really like to do is raise a glass at the bar!:P
July 8, 2008 at 7:15 am
Sorry Robert... "OP" is forum shorthand for "Original Poster".
The thing is that the table I am retrieving the data from is a production/live database and cannot be modified, the formats...
July 8, 2008 at 6:17 am
Now, that's something I can definitely agree with! 🙂
July 8, 2008 at 6:11 am
harshil (7/8/2008)
Although I have intentionally mentioned it for SQL SERVER...
July 8, 2008 at 6:10 am
Mark Horninger (7/8/2008)
I know one certified person who I worked with that didn't have a clue,...
July 8, 2008 at 6:03 am
Mark Horninger (7/8/2008)
Jeff,Was it a test DB with space issues? Dunno why anyone would want do do that....
Mark
The guy didn't even take the time to find out......
July 8, 2008 at 5:52 am
GilaMonster (7/8/2008)
Mark Horninger (7/8/2008)
Jeff,Was it a test DB with space issues? Dunno why anyone would want do do that....
Mark
I think it was a posting on these forums....
July 8, 2008 at 5:49 am
GilaMonster (7/8/2008)
Just to stir things a bit, what's the opinion of the general skill level in our industry (ignoring certified/not certified)?
Based on what I've seen in real life at work...
5%...
July 8, 2008 at 5:47 am
Alright... I was hoping the OP would come up with something himself...
Here's a million rows test table... as usual, read the comments for what each column represents...
--===== Create and...
July 8, 2008 at 5:35 am
Viewing 15 posts - 49,321 through 49,335 (of 59,066 total)