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
Hyper-V snapshots using all server hard drive space
Allow OWA access for Internal Users through ISA 2006 Server
Vertical Alignment in CSS
V-lookup
Word 2010 - Changing external linked images into embedded images
String.replaceAll question
How do i fix "Not a member of string" error in Vb.net code.
C++ Programming - error 2065 Program Email Address
can ssh in but then can't ssh out
Move a VM