Viewing 15 posts - 1 through 15 (of 27 total)
Sorry, correction...
i needed to get data from a single tbale by checkinf with 2 different tables (in whcih one of the table is on other server)...
January 8, 2010 at 2:34 pm
🙂 thank you for your help.
i am new to SQL...
November 2, 2009 at 9:33 am
hi,
thank you for quick reply.
so that is not a system default trigger?
November 2, 2009 at 9:06 am
hi,
it worked for me. i was not comparing the right columns to match the data.
Thank you for you help.
August 4, 2009 at 11:29 am
i tried this..
SELECT a.rewardCode , b.FirstName
FROM tblCodes a JOIN tbloffer b on (a.RewardCode = b.code) WHERE b.code != null
but it didnt work for me.. could you please help me
August 4, 2009 at 10:23 am
i tried this..
SELECT a.rewardCode , b.FirstName
FROM tblCodes aJOIN tbloffer b on (a.RewardCode = b.code) WHERE b.code != null
but it didnt work for me.. could you please...
August 4, 2009 at 10:23 am
So, Could that help me to keep track of the recent updates on the table row updates?
July 9, 2009 at 7:43 am
So using Timestamp could i keep track of recent updates on the table row values?
July 9, 2009 at 7:40 am
So using Timestamp could i keep track of recent updates on the table row values?
July 9, 2009 at 7:40 am
hi,
compcatidno is not a unique constraint...
and datatypes for both the filelds are same.
and when i execute that statemet i get an error message like....
"Only one expression can...
May 14, 2009 at 10:06 am
Hi Imu92,
How are you doing. Nice to see your reply regarding my post again.
Huhh!! am still facing problems with that issue since then....
April 24, 2009 at 11:00 am
My code in SP seems to be working and where clause is working..
What i wanted to do is that i need to update other column of that table with...
April 24, 2009 at 7:59 am
I was just playing with that and i noticed that if i give space then am getting error like i mentioned.
As this site is live and users have started regisering...
April 24, 2009 at 7:44 am
name xtype length domain text
EducationCodeIdNo5640NULL
EducationCodeDomainIdNo5640NULL
EducationCode239301313439753CREATE RULE rDenyEmptyString AS DATALENGTH(RTRIM(@field))...
April 24, 2009 at 7:27 am
Viewing 15 posts - 1 through 15 (of 27 total)