TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
gokilavasan m
NA
51
37.1k
Help Regarding insert Data to excel from sqlserver using storedprocedure
Jul 6 2012 9:47 AM
Hi all,
I want
(webApplication)
to Insert data from SqlServer (using StoredProcedure) to Excel.
I have One Excel File
AdhocCostsMay2012.xls.
That Excel(AdhocCostsMay2012.xls) File have SalesArea,STPNo,SABSiteName,NationalGroup,GroupStore,
PrivateIncVAT
,Region Columns.Totaly 546 Rows Available.All Columns have values.But
PrivateIncVAT
Column does not have values.
I want to pull
PrivateIncVAT
Column values from SqlServer using StoredProcedure
(Note-I Attached that Excel
(AdhocCostsMay2012.xls) File)
And I am using one storedProcedure name as
sp_AdochCostSABCostperOutletBySTPNo
(Note-I Attached that storedProcedure
(
sp_AdochCostSABCostperOutletBySTPNo
)
.
In my stored procedure have 602 Columns varies each month.
Finally i want pull values from stored procedure and fill that
PrivateIncVAT
column.
and also i attached while executing stored procedure values
.
Thanks & Regards,
Gokilavasan.M
Attachment:
adhoccostsmay2012.rar
Reply
Answers (
0
)
can we use multiple web config file in a asp.net application
ASP.NET 2010 connect to database question