Reputation: 55
I have a table students that contains 100 Records.
Now i'm going to Run a Query
select * from Students
I Copy the Students Data and Paste it in My Excel File
After some Time i inserted another 100 Records now again i'm going to run the Query copy the Data and Paste it in Excel File
Every Time copied and Paste in Excel File.
Is there any Alternate way or Query that directly save the Data in my Excel File
Upvotes: 1
Views: 155
Reputation: 1449
Simplest way would be accessing database table by creating a data connection from excel. I assume you are using Sql server database.
Upvotes: 1