Viewing 15 posts - 46 through 60 (of 60 total)
OMG, It worked with a few modifications........I have worked for weeks on this trying to figure this out. Yall are AWESOME and I appreciate you very much.
March 14, 2005 at 4:11 pm
I am receiving the below error after adding
update contact2
set udefcon =
(select 1
from
contact2 sub2, contact1 sub1
WHERE sub1.accountno = sub2.accountno
AND sub2.accountno = contact2.accountno
ERROR: Server: Msg 116, Level 16, State 1, Line...
March 3, 2005 at 8:10 am
Hi All,
Question: I am receiving the below error when I added the "update" to the first of my script:
Subquery returned more than 1 value. This is not permitted when the...
March 1, 2005 at 12:18 pm
EXAMPLE:
Table Name: contact2
Columns:
accountno varchar(20) NOT NULL (000001234) (unique identifier)
unamefull varchar(50) NULL
uactequiv smallinit, null
userdef02 varchar20 null
userdef03 varchar20 null
If a person has a score in uactequiv that is between 1-19 they...
February 24, 2005 at 12:38 pm
How would I calculate the total score at the end of the stored procedure
February 22, 2005 at 3:18 pm
Thank you so much! That is exactly what I needed
February 22, 2005 at 2:58 pm
Here is an example of the date in the contact2 table - column ubirthday
1986-12-08 00:00:00.000
1986-10-28 00:00:00.000
1986-03-31 00:00:00.000
1986-11-21 00:00:00.000
January 7, 2005 at 12:30 pm
Thank everyone so much for the help. I was able to correct my problem. You are all appreciated very much. Your knowledge is just amazing. Thanks for the mentoring.
May 26, 2004 at 8:46 am
I need to find a way to execute a procedure stored in an Oracle database using a DTS package in SQL Server 2000. I can query, insert, and update...
April 12, 2004 at 12:35 pm
Steve,
I am wanting to create my own tables in SQL2000 that will populate information that is stored in an Oracle DB. Example: fname, lname, mi, telephone number, e-mail address, etc. ...
February 26, 2004 at 12:13 pm
Viewing 15 posts - 46 through 60 (of 60 total)