Hi Izmilman, Inserting in relational database can be done using proc dbload. SAS/ACCESS provides an interface to do this, provided your site should have the necessary licence to do this. http://support.sas.com/documentation/cdl/en/acreldb/63647/HTML/default/viewer.htm#a001405617.htm Hope this helps. Like native sql server sql. you don't need to create the structure, inserting separately. SAS/ACCESS interface provides this functionality. you don't need to worry about defining the datatypes as per sql server.
... View more