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
adding constant value to numeric xml field
Countif of a cell that has text
Exchange server side outlook rule not deleting
Return a HTMLDocument from the method createDocumentFromUrl
mac os 10.49.. lock computer
help me in this php replace and excluding php function
Primary Domain Controller Server 2008 internet problem
Objective-C bizarre non-copile
Is there is something like yum for AIX?
Exporting Applied Group Policies To User-Readable Format