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
How to use variables in a SQL script
Linq Tutorial
IIF Statement
trouble moving a session variable into javascript
Web site not working correctly with Mozilla, Safari...anything other than IE
TS profiles v2 for Windows Server 2008 are empty
ASP.NET - why would I get this error on my host when I do not get it on my localhost
Using jquery to hide dynamically added divs
VMWare Server 2.0.2 vmxnet Performance Very Poor For Windows XP Guest
Better way to print name tags from Access, anyone?