Viewing 13 posts - 271 through 283 (of 283 total)
hi friends, thanks for this bunch of reply.... 🙂
but the solution is like keeping unique value in the column and allowing more than one NULL value....
but my doubt...
June 17, 2009 at 9:53 am
K, thanks
I have one more doubt...
Here is the table named test with coulmns ID and Name
create table test
(id int identity(1,1) primary key ,
name varchar(30) unique
)
when i insert records
insert into...
June 17, 2009 at 7:01 am
Hi ,
You jut need to rightclick the database , then select the Export option, it will open up the export wizard, there you need to specify the source(in your case...
May 29, 2009 at 7:39 am
Hi thanks for the reply,
I would like to know something like , how search is becoming faster when we create an index on that.
Thanks,
M.C
May 5, 2009 at 10:55 am
Hi,
What about creating one view, inwhich you can fetch the id and name , then within SP you can select the records from this view.
Kindly let me know if...
May 4, 2009 at 1:39 am
Ok , so in that case do you have any other go?
April 22, 2009 at 10:18 pm
Hi thanks for the relpy,
I have tried using Data Flow Task , OLEDB Source , Flat File destination as bellow and was able to do it successfully
In control flow tab...
April 22, 2009 at 3:06 pm
Hi thanks for the reply,
I have tried some alternative using expression and it is fine now.
Regards,
Mithun C
April 21, 2009 at 11:16 am
Viewing 13 posts - 271 through 283 (of 283 total)