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
 converting sql to other formats

Author  Topic 

loraine_egonio
Starting Member

3 Posts

Posted - 2009-06-07 : 10:00:53
hi everyone...

can somebody help me how to convert sql file to any of the ff. formats:
>.dbf
>.txt
>.csv
>.xls

is there any sql syntax for this.... help me guys.. tanx in advance!!!

--RHEIN--

rhein_blue18

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2009-06-07 : 10:02:11
What is the meaning of SQL file?
Is it a skript or data?


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page

loraine_egonio
Starting Member

3 Posts

Posted - 2009-06-07 : 10:04:46
sql file means... the output of sql table... like .mdf to .txt...


rhein_blue18
Go to Top of Page

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2009-06-07 : 10:10:26
In SQL Server the mdf file is not a file which holds the data of one table only.
It is the whole Database and it is also possible that there are more file (ndf) and you cannot build a relation from the data of a table in SQL Server to a file in the file system.


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page

loraine_egonio
Starting Member

3 Posts

Posted - 2009-06-07 : 10:18:24
hi webfred,

Thanks for the info.. it helps a lot...
God bless you!!

---rhein---

rhein_blue18
Go to Top of Page
   

- Advertisement -