Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)

  • RE: Execute Stored Procedure from Desktop and return errors

    Due to how the network is set up, that isn't really an option.

    I was thinking some kind of batch file which calls the stored procedure, therefore meaning any chanegs to...

  • RE: Select distinct rows

    I understand, in the real data it is date and time, so there should never be that situation 🙂

    Peter

  • RE: Select distinct rows

    What do you mean regarding duplicate date values per column?

    Is that with regard to a row with the same partno and same datetime entry?

    Peter

  • RE: Select distinct rows

    Works Perfectly!

    Many Thanks,

    Peter

  • RE: Select distinct rows

    That's very helpful, using ther actual naems etc I now have the below:

    insert into tbl_weighcalctemp select * from tbl_weigh where partno like 'FGL%' or partno like 'EGL%'

    --

    -- import into tbl_weighcalc,...

  • RE: Select distinct rows

    Thanks- I think I understand most of that.

    I know the first bit is a sample data setup, so if I already have put the required rows into a temporary table,...

  • RE: Select distinct rows

    Sorry- You can tell I'm new to this whole thing!!

    SQL Server 2000 8.00.760

    Does this make it harder?

    Peter

  • RE: Select distinct rows

    Well my login screen shows Windows Server 2003 enterprise manager, but as far as I am aware there was no server 2003 so this is actually based on server 2000?

    Thanks,

    Peter

  • RE: Select Top Distinct

    Thanks, I've just given this a try and got an error that row_number() is not supported.

    I had a look and have found that I actually have server 2000, any ideas?

  • RE: Select Top Distinct

    Thanks for the quick reply- what is the first 'select * from (' for?

Viewing 10 posts - 1 through 10 (of 10 total)