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
mysql dump
Visited Links
Prevent users from sending external mail on Exchange 2003
Search engine script problem
Append rowcount to filename
Transaction over multiple database servers
How to send a big list of constant to vertex shader ? (and process it)
trial version vmware "there are not enough licenses installed to perform the operation"
Form with dynamic field names only returning first word on request.form
Formview - System.NullReference Exception when using FindControlRecursive