摘要:
USE master; GO DECLARE @SQL VARCHAR(MAX); SET @SQL='' SELECT @SQL=@SQL+'; KILL '+RTRIM(SPID) FROM master..sysprocesses WHERE dbid=DB_ID('Dagdb'); prin 阅读全文
摘要:
Windows Server 2008 最大内存限制: Windows Server 2008 x86Windows Server 2008 标准版,支持最大 4GB 内存Windows Server 2008 企业版,支持最大 64GB 内存Windows Server 2008 数据中心版,支持 阅读全文