| 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
|