Viewing 15 posts - 16 through 30 (of 39 total)
Hi Jeff,
Let me know explain the scenario clearly,
i have a table called balance sheet as follows
Dept Acct Date credit ...
December 20, 2009 at 2:48 am
Hi,
First of all thanks your detailed reply and your kind coordination
sample data
Emp,Dept,EmpCode,join_date
surya,Admin1,A0012, 12.12.2008
rakesh,HR,T001, 10.12.2008
shree, Finance, F001,
shan,Tech,H002, 5.12.2007
as you said i am connecting flat file to look up transformation,...
October 27, 2009 at 5:46 am
Hi,
Would you like to explain what it is meant by
a) different rows via different routes
b) columns through
c) normal process
Thanks,
Surya
October 27, 2009 at 5:22 am
Hi,
Thanks for your detailed explanation. I am able to create successfully a sample package. I have few more doubts. I will mention them below
1) Is it possible to send multiple...
October 27, 2009 at 1:26 am
Thanks for SQLBOT and John Rowan Its working fine now
Surya
August 26, 2009 at 9:20 am
First of all thanks for your quick reply.
Exactly now i am trying like that
I have few quries in this
if we give connection string in expressions
by default what connection we...
August 25, 2009 at 11:52 am
Thanks for your reply. I will go through the article
Surya
June 15, 2009 at 8:34 pm
I am thanking every body in this forum because all them spend their valuable time for me. Especially I am very much thankful to Jeff...
July 20, 2007 at 10:05 am
Thanks you Jeff, it worked. I changed my file into .prn format, then i got the solution. I am once saying sorry for giving trouble to people here.
July 19, 2007 at 8:43 pm
hi jeff,
I am sorry to if i have disturbed people here , but i am hitting the wall from the past 15 days, the excel file is as shown in...
July 19, 2007 at 11:54 am
First of all i plead sorry for writing ur last name wrong, second thing i query i ran was
BULK INSERT testcsvtable
FROM 'c:\surya.csv '
WITH ( FIRSTROW = 2,...
July 18, 2007 at 5:24 am
The query i ran is as follows.
BULK INSERT dbname.dbowner.tablename
FROM '\\machinename\path\Sample.csv'
WITH
(
FIELDTERMINATOR = ',',
ROWTERMINATOR = '\n',
FIRSTROW = 2,
ROWS_PER_BATCH = 50000
)
The sample file i obtained...
July 16, 2007 at 10:52 am
Viewing 15 posts - 16 through 30 (of 39 total)