<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>維護技術論壇 SMEITO - SQL Server</title>
    <link>https://www.shy.idv.tw/forum.php?mod=forumdisplay&amp;fid=65</link>
    <description>Latest 20 threads of SQL Server</description>
    <copyright>Copyright(C) 維護技術論壇 SMEITO</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 30 Apr 2026 09:28:58 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.shy.idv.tw/static/image/common/logo_88_31.gif</url>
      <title>維護技術論壇 SMEITO</title>
      <link>https://www.shy.idv.tw/</link>
    </image>
    <item>
      <title>Windows 2003 DNS Server 備份及還原</title>
      <link>https://www.shy.idv.tw/forum.php?mod=viewthread&amp;tid=69</link>
      <description><![CDATA[Windows 2003 DNS Server 備份及還原
備份的方法有二：
1.建立次要DNS伺服器。
2.備份主要DNS伺服器的資料。


只要主要伺服器沒事，次要DNS伺服器故障很好處理，如果是主要伺服，就要靠備份了！
那要備份哪些東西呢？
1.備份註冊機碼
進入註冊表編輯器對話框(regedit.e ...]]></description>
      <category>SQL Server</category>
      <author>ison</author>
      <pubDate>Sun, 11 Apr 2021 15:40:35 +0000</pubDate>
    </item>
    <item>
      <title>移除SQL2005</title>
      <link>https://www.shy.idv.tw/forum.php?mod=viewthread&amp;tid=68</link>
      <description><![CDATA[SQL Server 2005 的反安裝程式無法乾淨移除

須下面兩道命令才算順利移除

start /wait d:\\\\Setup.exe /qb REMOVE=ALL INSTANCENAME=MSSQLSERVER

start /wait msiexec.exe /qb /X d:\\\\setup\\\\sqlncli.msi

手動移除：
http://support.microsoft.com/kb/909967
 ...]]></description>
      <category>SQL Server</category>
      <author>ison</author>
      <pubDate>Sun, 11 Apr 2021 15:39:27 +0000</pubDate>
    </item>
    <item>
      <title>SQL 常用指令</title>
      <link>https://www.shy.idv.tw/forum.php?mod=viewthread&amp;tid=67</link>
      <description><![CDATA[此服務由 FeedBurner提供

    首頁
    留言板
    RSS

﻿
訂閱所有附加功能教學的網誌 訂閱 | 上一篇上一篇 | 返回 返回 | 下一篇下一篇
附加功能教學
SQL Server 資料庫維護
作者: SmartIT  日期: 2012-02-17 10:27
字體大小: 小 中 大
Share　



SQL Server 資料 ...]]></description>
      <category>SQL Server</category>
      <author>ison</author>
      <pubDate>Sun, 11 Apr 2021 15:38:48 +0000</pubDate>
    </item>
    <item>
      <title>SQL 修復</title>
      <link>https://www.shy.idv.tw/forum.php?mod=viewthread&amp;tid=66</link>
      <description><![CDATA[SQL Server 資料庫檔恢復技術
SQL Server 資料庫備份有兩種方式，一種是使用BACKUP DATABASE 將資料庫檔備份出去，另外一種就是直接拷貝資料庫檔 mdf 和日誌檔ldf的方式。下面將主要討論一下後者的備份與恢復。
本文假定您能熟練使用SQL Server Enterprise Manager (SQL ...]]></description>
      <category>SQL Server</category>
      <author>ison</author>
      <pubDate>Sun, 11 Apr 2021 15:37:42 +0000</pubDate>
    </item>
    <item>
      <title>SQL 清除LOG指令</title>
      <link>https://www.shy.idv.tw/forum.php?mod=viewthread&amp;tid=65</link>
      <description><![CDATA[SQL 2000&amp;2005
---------------------------------------------------------------
USE [資料庫名稱]
GO
DBCC SHRINKFILE(記錄檔邏輯名稱, 1)
BACKUP LOG [資料庫名稱] WITH TRUNCATE_ONLY
DBCC SHRINKFILE(記錄檔邏輯名稱, 1)
GO
------------------------------------ ...]]></description>
      <category>SQL Server</category>
      <author>ison</author>
      <pubDate>Sun, 11 Apr 2021 15:37:15 +0000</pubDate>
    </item>
    <item>
      <title>sql server 2012提示评估期已过的解决方法</title>
      <link>https://www.shy.idv.tw/forum.php?mod=viewthread&amp;tid=64</link>
      <description><![CDATA[第一步：进入SQL2012配置工具中的安装中心。

第二步：再进入左侧维护选项界面，然后选择选择版本升级。

第三步：进入输入产品密钥界面，输入相应版本密钥。

第四步：按照默认一直点下一步，遇到升级按钮，点升级直到升级完毕。

sql server 2012 版本序列号如下：

M ...]]></description>
      <category>SQL Server</category>
      <author>ison</author>
      <pubDate>Sun, 11 Apr 2021 15:36:46 +0000</pubDate>
    </item>
    <item>
      <title>錯誤hresult e_fail已經從呼叫傳回至com元件</title>
      <link>https://www.shy.idv.tw/forum.php?mod=viewthread&amp;tid=63</link>
      <description><![CDATA[資料檔案太大無法匯入時用的方式

再度去拜google大神之後，找到了方法，使用SQLcmd

語法如下：

    sqlcmd -S 伺服器名稱 -U 帳號 -P 密碼 -d 資料庫名稱 -i Script.sql -o C:\\log.txt

會出現上圖的錯誤原因是因為SSMS一次無法讀取這麼大容量的檔案，

所以要改採指 ...]]></description>
      <category>SQL Server</category>
      <author>ison</author>
      <pubDate>Sun, 11 Apr 2021 15:36:16 +0000</pubDate>
    </item>
  </channel>
</rss>