Viewing 15 posts - 57,226 through 57,240 (of 59,066 total)
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
Heh, heh.... I LOVE "genius" designs... life would be so boring if everyone did things right ![]()
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.
November 12, 2006 at 2:57 pm
Are you all set with this or do you still need some help?
November 12, 2006 at 2:53 pm
Mind sharing the solution?
Also, using ISQL is "Death by SQL" because, compared to OSQL, it is severely deprecated. Change the ISQL to OSQL and you'll be much better off.
November 12, 2006 at 2:49 pm
Viewing 15 posts - 57,226 through 57,240 (of 59,066 total)