有什么问题......为什么不能正常工作? [英] What's it problem ... why not works righT?

查看:60
本文介绍了有什么问题......为什么不能正常工作?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在c#中下载了一个用于备份/恢复sql server db的项目...即使我已根据我的sql server名称更改了它的连接字符串,但我不知道为什么它仍然无法正常工作...请帮助我运行这个程序。



SqlServer备份/恢复实用程序 [ ^ ]



在运行应用程序之前,编辑BackupRestore.exe.config文件中的连接字符串部分以连接我的数据库,如

i have download a project for backup/restore sql server db in c# ... even though i have changed its connection string according to my sql server name but i don''t know why it still doesn''t work right... please kindly help me to run this program.

SqlServer Backup/Restore Utility[^]

Before running an application, edit connection Strings section in BackupRestore.exe.config file to connect my database like

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <configSections>
    </configSections>
    <connectionStrings>
        <add name="Alioglu.Util.SqlSrv.BackupRestore.Properties.Settings.masterConnectionString"

            connectionString="Data Source=PERSIAN-PC\SQLEXPRESS;Initial catalog=master;Integrated Security=True;User Instance=True"

            providerName="System.Data.SqlClient" />
    </connectionStrings>
  <appSettings>
    <add key="SqlFileLocations" value="C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA" />
  </appSettings>
</configuration>





但恢复部分为什么不工作呢?





非常感谢



but restore part why not working yet?


many thanks

推荐答案

你应该发布你的查询(包括问题的全部细节)在文章末尾的论坛中。或者在您的问题中添加一些适当的细节,人们会尽力帮助您。
You should post your query (including full details of the problem) in the forum at the end of the article. Alternatively add some proper detail to your question and people will try to help you.


这篇关于有什么问题......为什么不能正常工作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆