Viewing 5 posts - 1 through 6 (of 6 total)
Hi,
Thanks for your solution, it works for me.
Can u please elaborate that what is the meaning or purpose of "COLLATE Latin1_General_BIN".
Regards,
Ankita
June 11, 2012 at 4:31 am
Initially data is displaying like this
create table events (WorkRole varchar(100),UpdateType varchar(100) , Users varchar(100),UpdateTime datetime(20) , NewValue nvarchar(max))
insert into events
select 'Admin TSL', 'Created', 'varsha', '11-05-2012 14:10', 'Work Role Name=Admin TSL,...
June 6, 2012 at 11:37 pm
This is my stored procedure which brings the data through various tables. Now I want to merge the data of those columns which have same data for these columns- WorkRole,...
June 5, 2012 at 5:57 am
I have tried to open ur link from google chrome as well as ie explorer but getting same issue on both - "Webpage cannot be display".
June 5, 2012 at 5:18 am
Hi,
Thanks for ur rep.
Is this ur link - "How to post data/code on a forum to get the best help" - Jeff Moden
I had tried to open this link...
June 5, 2012 at 4:53 am
Viewing 5 posts - 1 through 6 (of 6 total)