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
Windows Forms(Beginner)
Access Conferences
Error Converting data type DBTYPE_DBDATE to date
Mapi destination error
Multiple CTE's in 1 Query - Not working
How to modify a MS SQL Server 2005 table record for the value of a field that contains multiple values?
Bookmark page javascript. Add to favorites script
How can i get remote.domainname.com point to a page on a URL eg:
www.domainname.com/TSweb.h
tml
Strictly Dreamweaver: Anyone with experience on RSS extension to Dreamweaver CS4 out there?
Active Directory Query