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
isa 2004 - opening up port 1433 to one external IP address for SQL server
Popup menu onclick doesn't fire event
Routing for Web Servers/Internal Network
What is the best way to have a website accessible to iPhones?
Which Pervasive do I need??
CSS layout problem in IE6
How do I put commas between the letters in my output?
Postback Fireing, but inside updatepanel
Is it possible to put an image in a table cell and have it overflow UNDERNEATH the text in adjacent cells?
Form Load Failed in my organisational form library