Forum Replies Created

Viewing 15 posts - 31 through 45 (of 74 total)

  • RE: Looking for Suggestions from the pros

    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...

  • RE: DTS import does not get all rows

    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...

  • RE: Potentially stupid question

    Farrell,  There are no stupid questions, only dumb terminals

    But seriously, knowing where to find the answer to a question is half the battle...

  • RE: Urgent!! - query not working in ado.net

    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...

  • RE: INSERT of consecutive numbers

    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. ...

  • RE: Windows Server 2003 SP1

    I installed it one one machine, no problems found so far.

  • RE: DTS - From SQL 2000 to SQL 7.0 ???

    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...

  • RE: How to Combine Two Tables

    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.

  • RE: problem with foreign key

    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...

  • RE: Problem with Dates

    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...

  • RE: Import external data

    No, as far as I know there isn't a setting.  I think you'll have to do it "the hard way"

  • RE: Import external data

    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...

  • RE: script to find out last record inserted in the table

    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.

  • RE: Database Daily Usefullness

    I read it each week and am getting a lot out of it.  Keep up the good work!

    Andrew

  • RE: Hoiw many computers do you use at home?

    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...

Viewing 15 posts - 31 through 45 (of 74 total)