Viewing 15 posts - 1 through 15 (of 64 total)
i need to run in sql 2000,so cte is nto working over there.i need select statement.
create table A
(id int primary key,
date1 date)
create table tableb
(id int references tableA(id),
productname varchar(40)
insert into tableA...
January 7, 2013 at 8:12 am
but when you insert record from ssis and in table i have identity column.
the first record should be like this
1 fg...
November 9, 2012 at 10:52 am
no different login and different schema.
also how to seperate 23mg into 23 and mg ,like letter should be seperated from digits
November 9, 2012 at 10:50 am
well isee that example.
but in my case, if they match i ,need to do nothing.
hwo to specify that in merge.
November 9, 2012 at 10:42 am
ok.
can i check in lookup with 2 column
for example productid and productname both should match .not OR.
November 8, 2012 at 8:35 am
thanks got solve.
but now my script component running indefinitely,
below is code in script component.
#Region "Help: Introduction to the Script Component"
' The Script Component allows you to perform virtually any...
October 30, 2012 at 11:37 am
thanks for clarification, what i need is once is get data from file, i need to store what date and time it came
in my sql server table.
do i need to...
October 27, 2012 at 10:49 am
i am goiing to store data like xyd345
i dont knwo where to store in nvarchar or varchar
October 26, 2012 at 1:45 pm
i ahve attached image ,what details you want ,i can provide it
what i am doing is, going through each file in folder,putting it data into table and then moving that...
October 26, 2012 at 7:56 am
ok,but we have to supply two files xml and .dat
will xml will be same for all files or it will be different,i am getting files from different companies.
if it is...
October 25, 2012 at 7:08 pm
ok,but i am getting multiple file in a folder,how can i pass file in edi source so that it can pick up one by one
October 25, 2012 at 2:36 pm
i am getting all this files from client ,so i cant have configuration
October 25, 2012 at 2:09 pm
well my data its not hierarchical,
for example
TH*4.0*347*01**20120514*091509*P*:~,IS*8007487001*Health~
if you can see TH*4.0*347*01**20120514*091509*P*:~,
i need to store in 1 table,
IS*8007487001*Health into another table
by seperating field,
do you think its EDI,if so how can i...
October 25, 2012 at 1:53 pm
Viewing 15 posts - 1 through 15 (of 64 total)