Viewing 13 posts - 1 through 13 (of 13 total)
Here is the table structure,
CREATE TABLE ProductA_Customer
(
Cust_No_A char(13) NOT NULL,
...
July 23, 2013 at 8:21 am
I modified my first select statement. The problem was the way I was using the Self Eliminating parameteres.
Instaed of using this clause
(a.car_init = @car_init or @car_init is null)
I used the...
August 23, 2008 at 8:37 am
I am not familiar with the Service Broker functionality. Also, is it available in SQL Server 2000.
May 22, 2008 at 10:30 am
That explains why it is filling up the log file. If somebody could suggest a solution, I would appreciate it.
Thanks
March 21, 2008 at 11:06 pm
So I should use char(20) in the Alter statement?
March 19, 2008 at 3:48 pm
We are a PowerBuilder & SQL Server shop. We have a sister company that develops for handhelds.
I have to develop this procedure for them. They will call this procedure...
February 3, 2008 at 7:05 pm
Is it possible to get an example.
Thanks
February 1, 2008 at 8:46 am
Mike,
Thank you for such a detailed explaination. I will try this and see if it works with my dll.
Thanks again.
August 23, 2006 at 8:38 am
The dll is written using VB 6.0 and all the input/output parameters are primitive types.
Are there any examples I can use? I appreciate your help.
Thanks.
August 22, 2006 at 2:56 pm
David,
The problem is I can have multiple users who create new records.
Is there a way I can pass the user to DB2 and it is the same user
always?
Thanks.
January 23, 2006 at 3:03 pm
Viewing 13 posts - 1 through 13 (of 13 total)