Viewing 10 posts - 1 through 10 (of 10 total)
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...
June 6, 2011 at 2:21 am
I understand, in the real data it is date and time, so there should never be that situation 🙂
Peter
June 2, 2011 at 6:10 am
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
June 2, 2011 at 5:26 am
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,...
June 2, 2011 at 4:03 am
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,...
June 2, 2011 at 3:20 am
Sorry- You can tell I'm new to this whole thing!!
SQL Server 2000 8.00.760
Does this make it harder?
Peter
June 2, 2011 at 2:38 am
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
June 2, 2011 at 2:17 am
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?
June 1, 2011 at 9:01 am
Thanks for the quick reply- what is the first 'select * from (' for?
June 1, 2011 at 7:41 am
Viewing 10 posts - 1 through 10 (of 10 total)