Microsoft
Software
Hardware
Network
Question : export the sas dataset to create a table in my sql database
Hi EE,
Can anyone please help me how to export the sas dataset and dump the contents into a new table in MY sql database.
Answer : export the sas dataset to create a table in my sql database
assuming the libref mysql already contains your connection definition to the mysql database, and your table is found in libref srcref, it's simply
data mysql.target_table_name;
set srcref.src_table_name;
run;
Random Solutions
Insert Image Link Adobe Flash CS4
Which facility to select within Windows environment
How to create a new cloumn dynamically in XLS file ?
SBS 2003 Installed fastCGI, PHP, and Wordpress, and Exchange web fails
How can I paint a cell of my table when I click on the mouse ?
Outlook 2003 Cannot Open One or More Attachments
URGENT: HP StorageWorks 1000 Modular Smart Array
Database Design Assistance Needed
How to have Multipule repeating sections in Infopath
Add logging to PowerShell script