10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Rajashekar Beesu
2.1k
7
356
copy data to folder with csv file
Jun 15 2018 3:31 AM
Hi,
id
1
2
3
4
Where every id will be having lakhs of data, how to move each id related data to excel in through stored procedure at a time?
usually i can do like
exec procedure(id)
manually
.
how can i acheive it in mysql and sql server.
Reply
Answers (
1
)
Calling api in Stored Procedure without using front_end
copy table data to excel through stored procedure.