Viewing 15 posts - 31 through 45 (of 74 total)
Erik, I would suggest setting up a table that contains 4 columns: MaxWidth, MaxHeight, ProductID, Price. So for your basic price grid you would enter one row for each "maximum height" and...
May 30, 2005 at 10:45 am
A few questions that may help:
Is DTS giving any error messages about rows not being transferred?
Are the table structures exactly the same between the 2 databases? (check unique...
May 30, 2005 at 10:04 am
Farrell, There are no stupid questions, only dumb terminals
But seriously, knowing where to find the answer to a question is half the battle...
May 19, 2005 at 6:27 am
Yes, make sure you are using the same user in the ado connection that you are using when testing in Query analyzer. If they are both using the same userid...
April 29, 2005 at 1:14 pm
Just to show there are "many ways to skin a cat", you could also create the list in a spreadsheet first and then import it into SQL server with DTS. ...
April 27, 2005 at 5:49 pm
I installed it one one machine, no problems found so far.
April 14, 2005 at 12:32 pm
I would agree that would be a good idea. There should be no issues using dts to transfer from 2000 to 7.0. There can be issues opening packages in Enterprise...
April 7, 2005 at 6:23 am
Books Online is a pretty good source of DTS information. Search under "DTS, transformation issues" to get some specifics to watch for when setting up your process.
April 7, 2005 at 6:10 am
The reason you are getting the error is that you need a related record in the "Parent" table before creating the "child" record. I would recommend doing some reading on...
February 25, 2005 at 5:46 am
The other main difference between dates in Access and SQL Server is that you have to specifically consider the time part in SQL Server. For example checking where Datefield='1/1/05' it won't match...
February 23, 2005 at 6:22 am
No, as far as I know there isn't a setting. I think you'll have to do it "the hard way"
February 16, 2005 at 7:55 am
You could also just run a delete query on the table in Access and then import your file. You could roll it all up in a macro or code to...
February 16, 2005 at 6:08 am
Setting nocount on means the results of your SELECT statement won't be returned as results of the procedure, they will just be used inside it.
February 2, 2005 at 9:20 am
I read it each week and am getting a lot out of it. Keep up the good work!
Andrew
January 31, 2005 at 5:35 am
4 total...
- 1 "desktop" in the living room running Win2000 and hooked into the tv for music control and slideshow viewing
- 1 desktop running XP home for my wife's office (she runs...
January 26, 2005 at 7:58 am
Viewing 15 posts - 31 through 45 (of 74 total)