Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Daily Excel reporting

Author  Topic 

NNP
Starting Member

1 Post

Posted - 2009-09-21 : 07:43:07
Hi I am new to SQL programming.

I want to create the Excel reports from sql server database on daily basis (for each day a seperate excel file should be created with file name as date)



NNP

Lumbago
Norsk Yak Master

3271 Posts

Posted - 2009-09-21 : 08:15:41
If you're up for some reading I'd be very surprised if yuor problem isn't covered by this thread: http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=49926

You'll also find some more targeted topics by using the search function...there are hundreds of posts about this.

- Lumbago
Go to Top of Page

YellowBug
Aged Yak Warrior

616 Posts

Posted - 2009-09-21 : 09:03:31
Also look at SQL Server Reporting Services, especially if you require formatting in your reports.
Go to Top of Page
   

- Advertisement -