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
Exchange config for Outlook Anywhere
Iterating query results using list() not knowing columns or variables?
Killing and Restarting Explorer.exe in .Net
Need to use Log Parser to extract IP and username of all who have accessed OWA in the last month.
Best way to make users stay within ranges and warn users of conflicts
Generating HEAP -Thread Dump & GC Snapshot
as400 stored procedure using classic ASP
Adding values together from mysql table and displaying in php
What new geospatial features are in SQL 2008 R2 but not in SQL 2008
SSRS: Cannot create connection after every publish