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
autoexec macro to open form when database opens
mysql upgrade 4.1 to 5.1
new features in windows 2003 than windows 2000
What is the easiest (cost effective) way of connecting two or more offices/sites?
Question about garbage collection - Which object is elligable for GC
How to down grade Windows Server 2008 Entprise Ed 64 Bit OEM to
SQL Connection error
Does Windows 7 built-in connectivity provide a comparable level of security to the existing VPN setup?
How to use a Unit
SQL Query to select all tables from an Access database