由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - request help with oledb connection to Micrrosoft SQL server
相关主题
面试的SQL问题一般问些啥?完全不懂SAS,急请教一个问题
请教个SAS ORACLE DATABASE的问题SAS dataset to sql server
SAS question:Please give me your suggestions!请教SAS SQL
Proc SQL 能不能直接读 非 SAS format 的数据,txt , csv 等import ACCESS data into SAS
一个SAS 和 SQL server 问题sas question!!!
有谁对SAS和R都懂得吗?SAS ODBC连接MySQL安装过程小结
借宝地问个面试中的sql的问题。一道SAS考试的练习题
问个SAS的问题SAS proc format的问题
相关话题的讨论汇总
话题: sql话题: oledb话题: sas话题: micrrosoft话题: server
进入Statistics版参与讨论
1 (共1页)
i**o
发帖数: 9
1
Sorry for writing in English - I can't type Chinese font in company PC.
I was trying to access microsoft SQL server using SAS oledb engine. The SAS
statement I use was "libname mydb oledb;". After running the statement, I
can see that a library 'mydb' was created in the library folder. However
that library folder was empty in the explorer window. I can still pull out
data in SAS since I know the name of the tables from microsoft SQL
management studio.
Can somebody advise me how I can directly see all my tables directly from
SAS explorer windows?
Thank you very much!
s******y
发帖数: 352
2
下此问问题时,准备点包子,你就1个为币。唉。
add option schema=yourschema in your libname statment.
大多数时,schema=DBO 就行了。 如果不是default DBO, ask the Admin for the
name of schema you are trying to access.

SAS

【在 i**o 的大作中提到】
: Sorry for writing in English - I can't type Chinese font in company PC.
: I was trying to access microsoft SQL server using SAS oledb engine. The SAS
: statement I use was "libname mydb oledb;". After running the statement, I
: can see that a library 'mydb' was created in the library folder. However
: that library folder was empty in the explorer window. I can still pull out
: data in SAS since I know the name of the tables from microsoft SQL
: management studio.
: Can somebody advise me how I can directly see all my tables directly from
: SAS explorer windows?
: Thank you very much!

i**o
发帖数: 9
3
Thank you, Smileguy. I will save some Baozi next time. :-)
i**o
发帖数: 9
4
it worked!
1 (共1页)
进入Statistics版参与讨论
相关主题
SAS proc format的问题一个SAS 和 SQL server 问题
请教两个关于SAS的问题有谁对SAS和R都懂得吗?
How to import/Export XML file by SAS?借宝地问个面试中的sql的问题。
SAS不能导入EXCEL2003的数据!问个SAS的问题
面试的SQL问题一般问些啥?完全不懂SAS,急请教一个问题
请教个SAS ORACLE DATABASE的问题SAS dataset to sql server
SAS question:Please give me your suggestions!请教SAS SQL
Proc SQL 能不能直接读 非 SAS format 的数据,txt , csv 等import ACCESS data into SAS
相关话题的讨论汇总
话题: sql话题: oledb话题: sas话题: micrrosoft话题: server