Viewing 15 posts - 57,226 through 57,240 (of 59,070 total)
Cool... thanks for the feedback, Mick.
November 17, 2006 at 8:12 am
"SysDate"
"Months_Between"
Are you trying to do this in Oracle or SQL Server?
November 16, 2006 at 8:53 pm
DTS the production tables to a development database.
November 16, 2006 at 8:48 pm
David,
Tomakeiteasiertotroubleshootyourcodeyoushouldadoptandfollowaformattingstandardthatincludesthepropercasingpunctuationandindention
Intheprocessofformattingyourwillfindthatmanyproblemswiththecodewillsimplyvanishbecauseyouwillbelookingatthecodemorethanonceaswellasit
beingeasiertounderstandforevenyou.
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...
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...
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...
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...
November 13, 2006 at 7:03 pm
Heh... let's hear it for progress... pay more, get less. Gotta love that ![]()
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
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... |
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...
November 13, 2006 at 5:31 pm
You bet, Mike... and thanks for the feedback...
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...
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...
November 13, 2006 at 4:32 pm
Viewing 15 posts - 57,226 through 57,240 (of 59,070 total)