目前分類:SQL SERVER (19)

瀏覽方式: 標題列表 簡短摘要

Encrypting and Decrypting a Stored Procedure (T-SQL)
 

-- Create a stored procedure named "sp_test_encryption"

文章標籤

DanBrother 發表在 痞客邦 留言(0) 人氣()

How to Increase the Maximum allowed Attachment File Size for email using sp_send_dbmail

Solution:

DanBrother 發表在 痞客邦 留言(0) 人氣()

How to login to SQL Server with different OS account?

Solution:
runas /user:domain\new_user "C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe"

DanBrother 發表在 痞客邦 留言(0) 人氣()

Query First and Last Datetime of This Month (T-SQL):

DanBrother 發表在 痞客邦 留言(0) 人氣()

Partitioned Table and Index Creation Example (SQL Server 2005 and up)


USE [testdb]

DanBrother 發表在 痞客邦 留言(0) 人氣()

(1) Restore SQL Server Database With Replace, Recovery Option


use master

DanBrother 發表在 痞客邦 留言(0) 人氣()

Let SQL Server tell you which indexes need to rebuild

Here's the SQL script:

SELECT 'ALTER INDEX [' + ix.name + '] ON [' + s.name + '].[' + t.name + '] ' +

DanBrother 發表在 痞客邦 留言(0) 人氣()

A quick way to run multiple SQL files of MSSQL


Suppose we have multiple SQL files of MSSQL to be executed.

DanBrother 發表在 痞客邦 留言(0) 人氣()

SQL Server - sqlcmd example

usage: Sqlcmd [-U login id] [-P password]
[-S server] [-H hostname] [-E trusted connection]

DanBrother 發表在 痞客邦 留言(0) 人氣()

Database Migration Steps from SQL Server 2000 to SQL Server 2005 or 2008

DanBrother 發表在 痞客邦 留言(0) 人氣()

Solution:

use mydb
go

DanBrother 發表在 痞客邦 留言(0) 人氣()

Error 229: Permissions problem with sysobjects and sysindexes


Solution:

DanBrother 發表在 痞客邦 留言(0) 人氣()

The Following Stored Procedure demonstrates a way to generate a batch file that transfers daily local db backups (db backup & transaction log backups) to a remote site:

-- Transfer db backup
CREATE PROCEDURE sp_transfer_db_backup AS

DanBrother 發表在 痞客邦 留言(0) 人氣()

SQL Server 2005 Reporting Services Permission Settings for Viewing Reports:

1. 在Windows   本機使用者和群組裡選使用者 -> (右鍵)新使用者 (e.g.  myrpt)

DanBrother 發表在 痞客邦 留言(0) 人氣()

Rebuild Single or Muitlple Transaction Log Files (SQL Server 2008)

There comes a time when database transaction log files have grown too large,

DanBrother 發表在 痞客邦 留言(0) 人氣()

Problem:
修改Table欄位出現不允許儲存變更  (SQL Server 2008)

DanBrother 發表在 痞客邦 留言(0) 人氣()

OSQL公用程式的使用方法:

OSQL -S 127.0.0.1 -d test_db -E -i C:\test_script\1.txt  -o C:\test_script\output_1.txt

DanBrother 發表在 痞客邦 留言(0) 人氣()

快速查詢單一Table(特別是非常龐大資料表)的資料列筆數的SQL語法:

SELECT [RowCount] = MAX(si.rows)

DanBrother 發表在 痞客邦 留言(0) 人氣()

Shrink Transaction Log 的語法:
dump transaction [db] with truncate_only dbcc shrinkfile('[db_log]',1)

 

DanBrother 發表在 痞客邦 留言(0) 人氣()

Close

您尚未登入,將以訪客身份留言。亦可以上方服務帳號登入留言

請輸入暱稱 ( 最多顯示 6 個中文字元 )

請輸入標題 ( 最多顯示 9 個中文字元 )

請輸入內容 ( 最多 140 個中文字元 )

reload

請輸入左方認證碼:

看不懂,換張圖

請輸入驗證碼