Viewing 9 posts - 1 through 10 (of 10 total)
Thx for the reply Matt
Well, maybe I'm not explaining the data I'm working with very well...it is quite messy (crap in crap out?). Still, it should be do-able.
As for the...
December 6, 2007 at 12:48 am
Thx for your replies.
Glad to see I was using the correct examples....Union and not exists doesn't work and here's why...
The first query works on ProductCode (AA001, YY999)
The second query works...
December 5, 2007 at 8:21 am
It's ok...I've worked it out.
Insert into MyTable1 (MyDiscount,MyProduct) Select @discount,Product from MyTable2
October 5, 2007 at 1:33 am
I've posted over in the SQL 2000 forum.
Basically it looks like a hung proc. I've restared SQL and everything is hunky dory.
Thx
September 20, 2007 at 6:03 am
As an update
SPID 59 would not finish, and therefore neither would SPID 9
I restarted SQLServer services and they were gone. I then removed the AutoShrink option
Thx for the help.
Billy
September 20, 2007 at 1:43 am
Nice one
Thx very much. I'll keep that in mind.
September 19, 2007 at 7:31 am
Thanks Kenneth
As far as Autoshrink goes, could you elaborate (if you have time) why it's a bad idea?
Thx
September 19, 2007 at 7:12 am
Apologies...this belongs in the 7,2000 forum (which I thought I had selected....
September 19, 2007 at 5:47 am
It's ok.
I worked it out.
For anyone else having the problem, I simply highlighted the database saying (loading) and selected Restore Database and selected the same backup file used previously and...
March 15, 2007 at 5:26 am
Viewing 9 posts - 1 through 10 (of 10 total)