Viewing 15 posts - 16 through 30 (of 30 total)
Kingston Dhasian (4/5/2010)
Jeff Moden (4/5/2010)
nilesh k (4/5/2010)
Delete + Insert is as per the business logic so that can not be changed.
This is such a terrible idea that I have to...
April 6, 2010 at 1:14 am
Can you give bit more clarification using sql statement for trigger?
April 6, 2010 at 1:09 am
well identity columns value is going to differ in delete and insert.so how can i make it worth?
April 5, 2010 at 2:16 am
There's no unique key in table so that i can associate 'IsDelete' with new inserted record.
So cant use separate table even.
April 5, 2010 at 12:54 am
Delete + Insert is as per the business logic so that can not be changed.
Any alternative than storing values in separate table before delete?
April 5, 2010 at 12:24 am
Hello,
i got the solution.
I should append 'N' to the value which contains Foreign language or special characters.
As to recognize it as foreign language.
Eg. Insert into TableName Values(N'??????????')
Regards,
August 24, 2009 at 10:28 pm
Actually,
It does support newly Inserted Foreign language characters but fails for Updating records with Foreign language characters.
I am finding it very strange.
I have already tried installing Languages Using 'Regional and...
August 24, 2009 at 7:11 am
Hi All,
I guess it worked for me using
Select * from table where ','+col+',' LIKE '%,2,%'
Thanks SSC veteran 😀
August 24, 2009 at 6:12 am
Id of 1 and 4
I should get result as
RowId ValueStr
1 1,2,3,4
4 2
August 24, 2009 at 6:08 am
Id of 1 and 4.
I should get result as
RowId ValueStr
1 1,2,3,4
4 2
Regards,
Nilesh.
August 24, 2009 at 6:04 am
Nope.
I wanted number of rows containing ONLY 2
Regards,
August 24, 2009 at 5:42 am
Hello,
Thanks for your reply.
In this case i am able to see results for other data with same languageID.
Please refer to attached file.
August 24, 2009 at 5:38 am
Hi,
This query will return me only 1 record. ie. Record with only 2 in it.
Regards,
August 24, 2009 at 5:25 am
Viewing 15 posts - 16 through 30 (of 30 total)