我可以将数据从 SQL Server 导入 SPSS 吗?

发布于 2024-10-15 01:21:35 字数 339 浏览 7 评论 0原文

我正在编写一个基于 C# 表单的应用程序,该应用程序将其数据存储在 SQL Server 2005 中。

我的客户希望在 SPSS 中使用此数据。

我最初的计划是创建一个与 SPSS 结构相匹配的数据库视图。然后可以将其导出为 CSV 文件并复制到 SPSS 中。

但是,我刚刚听说有一种方法可以直接在 SPSS 中从关系数据库导入数据?我一直无法弄清楚如何执行此操作(我可以看到导出到数据库选项,但看不到导入)

有人知道 SPSS 中是否可以从 SQL Server 导入数据吗?或者是否有比使用我上面概述的方法更简单的方法来实现这一目标?

非常感谢!

--- L

I am writing a C# form based application that stores its data in SQL Server 2005.

My client wants to use this data in SPSS.

My original plan had been to create a database view which matches the SPSS structure. This could then be exported as a CSV file and copied into SPSS.

However, I just heard there may be a way to import data from a relational database directly within SPSS? I haven't been able to work out how to do this (I can see an export to db option, but not an import)

Does anybody know if data import from SQL Server is possible in SPSS? Or if there is an easier way to achieve this than by using the approach I outlined above?

Many thanks!

--- L

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浴红衣 2024-10-22 01:21:35

除此之外,您还可以从许多兼容 ODBC 的数据源导入。 IMO,如果您仅比较这两个工具,SPSS 比 SAS 更容易做到这一点。确实,您必须预先保存 ODBC 连接,但之后就轻而易举了!

此外,使用较新版本的 SPSS(我知道它是版本 18+),您可以将数据回数据库。这是一个令人难以置信的功能,而且它们使它变得非常容易做到。我们最近开始在工作中利用此功能,它可以解决在共享网络驱动器上存储保存 SPSS 文件的多个版本的需要,帮助向有助于报告的数据仓库(即 Cognos)报告(可以提供预测)等ETC。

Just to add to this, you can import from a number of ODBC-compliant data sources. IMO, SPSS does this much easier than SAS, if you were comparing those two tools only. It is true that you have to save an ODBC connection up front, but after that it is a breeze!

In addition, with newer versions of SPSS (I know it was in Versions 18+), you can WRITE data back to a database. This is an unbelievebe feature and they make it very easy to do. We recently started leveraging this feature at work and it gets around needing to store multiple versions of the save SPSS file on a shared network drive, helps with reporting (can feed predictions) to a data warehouse that helps with reporting (i.e. Cognos), etc etc.

ま昔日黯然 2024-10-22 01:21:35

对于任何未来的搜索者...我通过使用“文件”菜单下的“打开数据库”选项解决了这个问题,然后选择“新查询...”

我必须添加适当的 ODBC 驱动程序,然后能够在表之间创建新的联接,并且根据需要重命名变量。

一旦我不再寻找所谓的“进口”的东西,就很容易了!卫生部!

For any future searchers... I solved this by using the "Open Database" option under File menu, then selecting "New Query..."

I had to add appropriate ODBC drivers, then was able to create new joins between tables, and rename variables as required.

Easy once I stopped looking for something called 'import'! DOH!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文