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
Help with formula - from excel to VBA
Uninstall Office 2003 without CD
Using iphones within Enterprise
XML Serialization of Polygon
Exchange 2003 server reverting back to full backups when rebooting
Can I put a 800MHz bus CPU in a 533MHz bus motherboard?
Help with mysql query
Exchange 2010 new-mailbox fails
Install a SharePoint Web Front-end on a Report Server Computer
New-ADUser password issue