Viewing 15 posts - 166 through 180 (of 2,469 total)
There're a whole bunch of articles out there on naming conventions alone - none that I've seen that justifies starting any name with an underscore...I've also seen spaces used in...
September 28, 2006 at 5:15 pm
I think your new job is erlaly keeping you on your toes...you seem to be back in full swing - think Steve is the only one you have to beat...
September 28, 2006 at 4:52 pm
Of course you can read...didn't you have to be able to read in order to study ?!?! 'sides, it's better than not being able to write..."erlaly"..
September 28, 2006 at 3:46 pm
I agree with Ninja's RGR'us' suggestion!
I have never put DBA on my resume yet get emails for DBA positions all the time - I got interviewed last week (& an...
September 28, 2006 at 3:17 pm
Just wanted to second that....I love that book and it still remains a top favourite that I pick up from time to time...simple & well written!!!
September 28, 2006 at 8:57 am
For that the articles would have to be flagged in some way and/or the site-owners would have to read the comments & response posts to every single article..kinda monumental..that task...
September 28, 2006 at 8:49 am
Tom - you can always run your t-sql through the parser in QA to help you debug...
You have 2 joins in your first line without specifying what column(s) you're joining...
September 27, 2006 at 6:14 am
Sandy socked it away in a sock
huffing & puffing and in a pant
A breach in the administration, an administrative breach
to each his own, but in a....BREECH ?!?!
got too big for...
September 25, 2006 at 9:35 am
well - there's 0 or 100 that gives you hh:mm in AM/PM - would that work ?!
September 21, 2006 at 4:22 pm
You missed the boat on this one...has been discussed (at least) twice already.....
September 20, 2006 at 6:29 am
Bagath - you'd be better off posting the whole code so someone can take a look at it and possibly identify the error spot...
September 20, 2006 at 5:10 am
If temp tables are allowed, then you can do...
select distinct(column)
into #table
from table
select count(*) from #table
September 19, 2006 at 7:45 pm
Not at all..that was addressed to rookies who don't know any better and don't script them right the very first time...not "Old (& capable) hands" like you....
September 19, 2006 at 7:40 pm
Or maybe a variable to store the @@ROWCOUNT ?!?!
September 19, 2006 at 2:42 pm
So now we have everything sorted out what's with all this funky display ?!
September 19, 2006 at 6:07 am
Viewing 15 posts - 166 through 180 (of 2,469 total)