VBScript to output contents of SQL Table

Provide VBScript code that that outputs the contents of a SQL table into a CSV formatted file called Output.csv. Your code must include the connection string and must use the following SQL criteria:


SQL Server Name: DBServer

Database Name: DBName

SQL User Login: SQLUser

SQL User Password: SQLPassword

SQL Table: dbo.Exam (2 fields: FirstName, LastName)

Questions by krypt83

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions