Viewing 15 posts - 58,186 through 58,200 (of 59,070 total)
Well done... but, all that being said, the following works and there is no ambiguity that is not resolved by the optimizer... (maybe I just misunderstood what Seqiy posted and...
May 29, 2006 at 2:38 pm
>>You UPDATE ALIAS and always only alias, don't repeat the table name twice.
What's the reason for that? Never had a problem with naming the table twice... and makes lengthy...
May 28, 2006 at 8:47 pm
Tim has the right idea but I take it one step further.... I always write the SELECT first. When I'm happy with what I'm seeing, THEN I convert it to...
May 28, 2006 at 7:53 pm
Absolutely concur... vehemently... heck, a third of the questions on these forums are because of bad database design.
May 28, 2006 at 7:47 pm
This is just an opinion... hard for me to write this one without sounding a bit Draconian... sorry...
Since views use the indexes from underlying tables, I've never understood the need...
May 28, 2006 at 3:04 pm
Why not go for the simple method... schedule it with Windows Task Scheduler if you can't get it to run through the command shell.
May 27, 2006 at 11:38 pm
Since you don't use XACT_Abort and you don't have any error checking code to do a conditional rollback, you don't really need the transaction.
May 27, 2006 at 11:35 pm
Query Analyzer
Enterprise Manager
DOS (Cmd Prompt) w/ OSQL & BCP
T-SQL Help
This forum
May 27, 2006 at 11:32 pm
Concur and now I get it... you were warning everyone of the same thing I was thinking... the requirement was for 4 digits left-padded with zeros and I'm thinking that's...
May 26, 2006 at 9:27 pm
I don't think he intends to store that in his database, Joe. 3rd party vendors frequently as for data in such a form. And, no, there's not always a front...
May 26, 2006 at 9:13 pm
| Requirement is to show missing months as well |
Dang... missed that one, David... nice catch.
May 26, 2006 at 8:58 pm
Yep... you shouldn't put 3 pounds of meat in a 2 pound wrapper, for sure. ![]()
May 26, 2006 at 8:53 pm
I forgot about that bloody chart. Good find, Mike and thanks for the feedback.
May 26, 2006 at 8:43 pm
Viewing 15 posts - 58,186 through 58,200 (of 59,070 total)