i need to export my sql-server database to an excel file between day x and day y ( i have a field in my database that contains the date ) . How can i do so ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you have 2005 or 2008 version you can use Integration Services.
Here you can find video how to export data to excel with Integration Services. And here is example how to import from excel.
If you have prior version of MS SQL you can use Data Transformation Services.