Viewing 15 posts - 57,211 through 57,225 (of 59,049 total)
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
It may be a permissions issue... whoever you're logged in as may not have permissions to see '\\Servar2\test\xx.bak'. Try pasting that UNC into Windows Explorer (then hit CR, of course). ...
November 12, 2006 at 2:46 pm
Thought I'd throw a different slant at this one because it's an "open ended" report with no definite constraints on how many reporting periods may be requested within the start...
November 11, 2006 at 8:37 pm
Viewing 15 posts - 57,211 through 57,225 (of 59,049 total)