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
Using Calendar Control 11.0 in Access 2003 on a Tab Control on a Form
How to merge two List?
Installing other OS (ESXi) on HP StorageWorks X1000
avoid the reserved space
Cannot connect to the virtual machine in Server 2008 after Hyper v set up
Create 3D network diagrams
site permissions not working for restored sharepoint site
Printing issues: Printing to a Microsoft Terminal server 2003
Access multple parameter query
Sharepoint Employee Tracker