附加.mdf文件,如SQL Server,也附加到Visual Studio 2015(Sql Server实例)

附加.mdf文件,如SQL Server,也附加到Visual Studio 2015(Sql Server实例)

问题描述:

我需要在SQL Server 2012 Standard版本中打开/附加数据库(MDF)文件作为在Visual Studio 2015中创建并在那里的项目中使用的数据库。这可能吗?



我想要做的是使用SQL Server Analytic项目创建数据的多维数据集。这可能吗?

如果是,请提供一些指导如何?

I need to open/attach a Database (MDF) file in SQL Server 2012 Standard version as a Database which was created in Visual Studio 2015 and is being used in a project there. Is this possible?

What I want to do is use the SQL Server Analytic project to create a cube of the data. Is this possible?
If yes please provide some guidelines on how to?

此处描述了此问题的一个解决方案:我怎样才能打开一个SQL Server中的.MDF文件? (附教程& amp;故障排除)|学习SQL Server [ ^ ]
One solution to this problem is described here: How can I open an .MDF file in SQL Server? (Attach Tutorial & Troubleshooting) | Learning SQL Server[^]