Export MS SQL to Excel

Export Microsoft SQL to Excel 

  1. Login เข้า SQL > คลิกที่โฟลเดอร์ Database > เลือก Database > คลิกขวา เลือก Task > เลือก Export Data

2. จะปรากฎหน้าต่าง SQL Server Import and Export > กด Next
3. จะปรากฎหน้าต่าง Choose a data source (เลือก database ต้นทาง)

– Data source : SQL Native Client
– Server name : (ชื่อ Sever)
– Database : (ชื่อ Database)

4. Next
5. จะปรากฎหน้าต่าง Choose a Destination

–    Destination : เลือก Microsoft Excel
–    Excel file path:  เลือกที่เก็บไฟล์ที่จะ export
–    Excel version : เลือก version excel

6. Next
7. จะปรากฎหน้าต่าง Specify Table Copy or Query
เลือก Write a query to specify the data to transfer
use this option to write an SQL query to manipulate or to restrict the source data for the copy operation

8. Next
9. จะปรากฎหน้าต่าง Provide a Source Query

–     จากนั้นให้เขียน Query ที่ต้องการเลือก เช่น
Select code, name1, name2 From ITEM
–     กด Parse เพื่อทดสอบความถูกต้องของ Query หากถูกต้องจะขึ้นข้อความ This SQL statement is valid
–     Next

10. จะปรากฎหน้าต่าง Select Source Table and view

–  ปุ่ม Edit สามารถแก้ไขประเภทตัวอักษร จำนวนตัวอักษร

11.  กด Next > Finish