问题描述
大家好。
这可能是一个愚蠢的问题,编程对我来说相当新鲜。
我用C#编写了一个程序,它使用存储在我的驱动器上的数据库文件:
C:\Program Files(x86)\ Microsoft SQL Server \ MSSQL11.SQLEXPRESS \ MSSQL \DATA
我想和我的同事共享这个程序,所以我需要将数据库文件存储在我们常用的synology服务器上。
我该怎么办?如何更改数据库文件的位置?程序本身也将存储在synology服务器上的相同位置。
我希望我的问题很明确:)
最好的问候
stulli
Hi all.
This might be a stupid question, Programming is rather new to me.
I have written a program in C# and it uses database files stored on my c-drive:
C:\Program Files (x86)\Microsoft SQL Server\MSSQL11.SQLEXPRESS\MSSQL\DATA
I want to share this program with my collegues, so I need to store the database files on our common synology server.
How do I do this? How do I change the location of the databasefiles? The program itself will also be stored at the same location on the synology server.
I hope my question is clear:)
best regards
stulli
推荐答案
这篇关于synology服务器上的C#program / SQL Database的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!