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
 Exporting SQL table to a text document

Author  Topic 

Usman.Maher
Starting Member

1 Post

Posted - 2009-09-08 : 14:58:28
Hi, I am using SQLYog, and I have a big table which needs to be exported to a text file. Can someone please help me by telling me what is the Code to export the file. I know it begins with "select from * 'table name'".

Thanks

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2009-09-08 : 22:00:33
That is a MySQL tool. Does it support Microsoft SQL Server ?

FYI, this is a Microsoft SQL Server forum.


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2009-09-09 : 02:33:41
Right click on table-->Export/Import-->Export table data

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -