Kaht,
I managed to get it running. I took about an hour and 2 minutes to process 31 k id's.
That seems slower then what I expected but I apprecieate all the help.
Here is what I wound up with....
declare @c varchar(25)
declare @d varchar(2000)
declare @e int
declare cur cursor for
select...
SQLSister, I agree but unfornuatly the data feeds an imaging system that uses a single field.
Kaht I will take a look and see if I can get your example working today.
Thanks
Mike
Hey Perly,
I am getting...
Msg 530, Level 16, State 1, Line 1
The statement terminated. The maximum recursion 100 has been exhausted before statement completion.
Any ideas?
Thanks
Mike
Thanks guys, for your help I am learning alot.
But I am still missing a few things.
Let me restate my problem.
I have an existing table A. It has a all phonenumbers associated with different customers by customer ID. One record per phone number. Customers may have any number of numbers...
I have a table,
ID Phonenums
--- ---------
123 1231231234
123 1231231234
123 1231231234
123 1231231234
123 1231231234
both text fields.
I need to update anouther table with the above data but I need the Phonenums in a single memo field in a single record. (Preferably...
I suspect that the file not found is the batch file.
I would move the file temporarily to the
M:\Install_SGAD.bat
dirctory and change your shell command, just to see if it works.
Mike
I have not used db2 but I can give you some general ideas.
1st. create a query to select distinct genres into a new table. Change the structure on the new table to add the auto generate primary key.
2nd change the structure on the movie table to add a field for your numerical genre (probably...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.