Viewing 8 posts - 1 through 8 (of 8 total)
Okay after reading your posts and some articles on normalization, I'm considering doing it this way.
Let me ask this...
I have a tbl_Software and tbl_Computers. tbl_Software would look something like...
March 28, 2008 at 3:48 pm
edit: On Point #2, I think you may have misunderstood how I have it set up. No matter how many applications get loaded on machines, I'll never have...
March 28, 2008 at 9:18 am
It works perfectly. It's now part of the DTS package I'm using to import the data.
Thanks again, this would have taken me forever to figure out otherwise, and my...
March 28, 2008 at 8:27 am
Thanks for the advice, Ian.
I did actually think about doing it that way when I planned out the db structure, but decided against it mainly for two reasons:
1) It...
March 27, 2008 at 7:59 pm
Ah, I see what you're saying.
Thanks for all your help guys, I've got this working now, and added it as a step in my DTS package that is handling all...
March 27, 2008 at 4:56 pm
Thanks for the reply rbarryyoung, giving it a shot now.
March 27, 2008 at 4:14 pm
John Rowan (3/27/2008)
March 27, 2008 at 4:13 pm
By the way, this is the closest I've gotten on my latest fumbling attempt at this:
SELECT dts_SWInventoryTemp.ComputerName FROM dts_SWInventoryTemp
WHILE EXISTS (SELECT dts_SWInventoryTemp.ComputerName FROM dts_SWInventoryTemp)
BEGIN
IF EXISTS
...
March 27, 2008 at 1:19 pm
Viewing 8 posts - 1 through 8 (of 8 total)