{"id":648,"date":"2010-12-07T15:32:08","date_gmt":"2010-12-07T14:32:08","guid":{"rendered":"http:\/\/www.venco.com.pl\/~cozy\/blog\/?p=648"},"modified":"2010-12-07T15:32:08","modified_gmt":"2010-12-07T14:32:08","slug":"accessing-a-microsoft-sql-server-database-from-sas-on-microsoft-windows","status":"publish","type":"post","link":"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/2010\/12\/07\/accessing-a-microsoft-sql-server-database-from-sas-on-microsoft-windows\/","title":{"rendered":"Accessing a Microsoft SQL Server Database from SAS on Microsoft Windows"},"content":{"rendered":"<p>On Microsoft Windows, you have two options to access a Microsoft SQL Server database from SAS. You can use either SAS\/Access Interface to ODBC, or SAS\/Access to OLEDB.<br \/>\nSubmitting the following code from within SAS displays all the licensed products for your site in the SAS log window:<br \/>\nProc setinit noalias;<br \/>\nRun;<!--more--><br \/>\nIf you have one or both of the Access products licensed for your site, the next step is to determine if the products have been installed on your machine.<br \/>\nFrom Windows Explorer, you can browse to !SASROOT\\Access\\Sasexe and look for the following files:<br \/>\n1) sasioodb.dll \u2013 the presence of this file means that SAS\\Access Interface to ODBC is installed on your machine.<br \/>\n2) sasioole.dll &#8211; the presence of this file means that SAS\\Access Interface to OLEDB is installed on your machine.<br \/>\nDepending on how SQL Server is set up, you can connect using either SQL Server Authentication or NT Authentication. Using SAS\/Access to ODBC or SAS\/Access to OLEDB with each authentication method will be discussed below.<br \/>\nSAS\/Access to ODBC:<br \/>\nSQL Server Authentication:<br \/>\nTo set up an ODBC Data Source, select the Start Menu, click on Settings <\/p>\n","protected":false},"excerpt":{"rendered":"<p class=\"excerpt\">On Microsoft Windows, you have two options to access a Microsoft SQL Server database from SAS. You can use either SAS\/Access Interface to ODBC, or SAS\/Access to OLEDB. Submitting the following code from within SAS displays all the licensed products for your site in the SAS log window: Proc setinit noalias; Run;<\/p>\n<p class=\"more-link-p\"><a class=\"more-link\" href=\"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/2010\/12\/07\/accessing-a-microsoft-sql-server-database-from-sas-on-microsoft-windows\/\">Read more &rarr;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[9],"class_list":["post-648","post","type-post","status-publish","format-standard","hentry","category-bez-kategorii","tag-rozne"],"_links":{"self":[{"href":"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/wp-json\/wp\/v2\/posts\/648","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/wp-json\/wp\/v2\/comments?post=648"}],"version-history":[{"count":0,"href":"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/wp-json\/wp\/v2\/posts\/648\/revisions"}],"wp:attachment":[{"href":"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/wp-json\/wp\/v2\/media?parent=648"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/wp-json\/wp\/v2\/categories?post=648"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/u239160.webh.me\/jakisproblem.pl\/index.php\/wp-json\/wp\/v2\/tags?post=648"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}