Viewing 15 posts - 1 through 15 (of 22 total)
Hi Guys
Thanks for your reply
I used stored procedure for inserting keywords into a text data filed.Now I need to do update function
My code is as below Please let me...
April 24, 2009 at 3:05 pm
I used my text field as nvarch ar(max).But I need a list of keywords in the same row separated by comas.Now I understand about normalisation.But unfortunately I am not able...
April 24, 2009 at 10:33 am
I stored it as single keyword per each row
eg:'a' in first row
'b' second row etc.could you please let me know abt the solution
April 23, 2009 at 3:00 pm
In my text data field I am using sample data as 'a' , 'b' ,'c' etc.Each of this key word is stored in seperate rows.I need to create a stored...
April 23, 2009 at 2:28 pm
Thanks for your reply
Yes exactly.
"If so, I strongly urge you to consider normalising that design". How do I normalise that design??
CREATE TABLE [dbo].[MyTableSearch](
[Myfield] [text] COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL
) ON [PRIMARY]...
April 23, 2009 at 2:05 pm
Thanks alot!!I will try and let you know
December 9, 2008 at 12:42 pm
Hi
I dont knw what exactly you mean..I am new to stored procedure and xml data field..So Please provide some eg with code
December 9, 2008 at 12:22 pm
Hi I think that my trigger is working...but there is some mistakea in my code...
I am not able to use TSQL trigger since i have xml datatype is there...
So pls...
November 11, 2008 at 5:57 pm
helloo
Hi
I did the changes as u mentioned for clr trigger ...
my code is as below
- Hide quoted text -
using
System;
using
System.Data;
using
System.Data.Sql;
using
System.Data.SqlTypes;
using
System.Data.SqlClient;
using
Microsoft.SqlServer.Server;
using
System.Xml;
using
System.IO;
//using System.Transactions;
public
partial...
November 11, 2008 at 12:56 pm
I am using Visual Studio 2008 for Clr trigger insert....
I created a CLR trigger for insert command by above code...
using System;
using System.Data;
using System.Data.Sql;
using System.Data.SqlTypes;
using System.Data.SqlClient;
using Microsoft.SqlServer.Server;
using System.Xml;
using System.IO;
//using System.Transactions;
public...
November 5, 2008 at 3:36 pm
thanks for your quick response ..eventhogh i changed the code it didnt work
October 31, 2008 at 12:48 pm
Do u knw y the insert command is not working there?what is wrong with my code?
October 31, 2008 at 12:27 pm
Viewing 15 posts - 1 through 15 (of 22 total)