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 Administration
 Exporting

Author  Topic 

Zombieslug
Starting Member

1 Post

Posted - 2011-11-04 : 15:53:48
Hello everyone!
I am new to SQL and know almost nothing about it, so bear with me. I have a company running a database for me and I would like them to send me backups that I can view in Access or Excel. Currently they send me .sql files. I've requested the other formats but they tell me it will take some development time to export them as Access or Excel. From my searches on the net it seems like they only need to use a wizard. Am I right? or is it more than that? Also is there a program or something I can use to view the .sql backup?

nigelrivett
Master Smack Fu Yak Hacker

3385 Posts

Posted - 2011-11-07 : 08:10:48
Depends on what the .sql is.

>> it seems like they only need to use a wizard
Depends on their system. They probably have something automated so they wound need to develop to produce a different format and also make sure the changes don't affect other customers.

==========================================
Cursors are useful if you don't know sql.
SSIS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

alexylee
Starting Member

14 Posts

Posted - 2011-11-09 : 13:00:20
If you want to get your data in Excel, you can use this handy tool.
This tool converts/exports SQL Table or TSQL query resultset to Excel file.

[url]http://www.sqlmgmt.com/sql/Convert-SQL-to-Excel[/url]

You can either run this tool yourself or let them run it and give you an output Excel file.


http://www.sqlmgmt.com
Go to Top of Page

X002548
Not Just a Number

15586 Posts

Posted - 2011-11-09 : 14:10:30
or you can use another handy tool, it's called T-SQL and bcp

Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx


Want to help yourself?

http://msdn.microsoft.com/en-us/library/ms130214.aspx

http://weblogs.sqlteam.com/brettk/

http://brettkaiser.blogspot.com/


Go to Top of Page
   

- Advertisement -