LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 2001, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 24 May 2001 09:13:42 -0500
Reply-To:   Terry Fields <tfields@BOARD.TEC.WI.US>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Terry Fields <tfields@BOARD.TEC.WI.US>
Organization:   University of Wisconsin, Madison
Subject:   newbie question: SAS --> MS SQL

I have SAS v8 running on HPUX and I'd like to read data from SQL 7 on a NT4.0 machine. I'm new to SAS and the documentation seems to avoid MS SQL.

It looked to me like I could do something on the order of:

proc sql; connect to remote (server=xxx.xxx.xxx.xxx user=sqlusername pwd=sqlpwd);

Are there any good books on the subject?

Thanks, Terry Fields


Back to: Top of message | Previous page | Main SAS-L page