Viewing 15 posts - 57,226 through 57,240 (of 59,067 total)
David,
Tomakeiteasiertotroubleshootyourcodeyoushouldadoptandfollowaformattingstandardthatincludesthepropercasingpunctuationandindention
Intheprocessofformattingyourwillfindthatmanyproblemswiththecodewillsimplyvanishbecauseyouwillbelookingatthecodemorethanonceaswellasit
beingeasiertounderstandforevenyou.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 16, 2006 at 8:46 pm
I think the reason you've had no luck with the other post is because most of the folks on this forum will likely tell you that storing images in the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2006 at 6:21 pm
I expected the 3 tier purists to come out of the woodwork... for some reason, they seem to prefer doing the "business logic" without using stored procedures. I'm just the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2006 at 8:19 am
No, sorry... in order to guarantee that the pages don't overlap or repeat, you need something to absolutely guarantee the uniqueness of each row... and it doesn't necessarily need to...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2006 at 8:11 am
Better than that, post the raw data as it appears in the file for the first 3 systems...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2006 at 7:03 pm
Heh... let's hear it for progress... pay more, get less. Gotta love that ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2006 at 7:00 pm
Heh... I know what you mean... my Co hired me because they were an Oracle shop suddenly thrust into the world of SQL Server ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2006 at 6:31 pm
| ...and corresponded with two of the individual members of that ISO board. They informed me that their ISO was intended for Metadata only... |
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2006 at 6:01 pm
me always love to write all my business logics in sp only.
I'll probably get some flack for this... bit I'm with you...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2006 at 5:31 pm
You bet, Mike... and thanks for the feedback...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2006 at 5:18 pm
Uh huh... for WHICH SYSTEM? Unless you only have one system in the data, it is impossible to determine which system these drives are for unless you have a third...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2006 at 5:15 pm
Set @append = '>>' -- to create a file
Set @append = '>' -- to append a file
I'm thining the above are backwards... >> is the append symbol and > is the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2006 at 4:32 pm
Heh, heh.... I LOVE "genius" designs... life would be so boring if everyone did things right ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2006 at 4:24 pm
Unless you have a 3rd column the identifies all of the entries that belong to a given system, it can't be done.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2006 at 2:57 pm
Are you all set with this or do you still need some help?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2006 at 2:53 pm
Viewing 15 posts - 57,226 through 57,240 (of 59,067 total)