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
sql connection silverlight
Unzip files in a nested directory.
Count in a Query
Can't Install Dynamics CRM Client for Outlook 2010
interested in any schematic showing the proper hookups for LED wires for MSI Motherboard Model KM4M
Parallels 5 Mouse Issue
How to Delete a Folder or File from the Registry
How to move ost file to different MS Exchange 2003 server?
Gridview - Fully Editable
Is it possible to change a user's password from the VS 2008 website administration utility