• 這篇文章限定好友觀看。
    若您是好友,登入後即可閱讀。

[$-409]yyyy-m-d h:mm:ss;@


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

select * from sys.dm_tran_locks,sysobjects
where sys.dm_tran_locks.resource_associated_entity_id=sysobjects.id


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

 

 

Workaround:
1) Enable file growth for the first data file
2) Add new file
3) Disable file growth for the first data file

http://connect.microsoft.com/SQLServer/feedback/details/524945/can-not-add-data-file-to-the-database-with-fixed-size-files


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

netsh int tcp set global autotuninglevel=disabled
netsh int tcp set global chimney=disabled


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

http://support.microsoft.com/kb/246133/zh-tw

 

----- Begin Script, Create sp_help_revlogin procedure -----

USE master

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

http://support.microsoft.com/kb/906954

 

對於具名執行個體

osql -E -S <LinkedServerName>\<InstanceName> -i <Location>\instcat.sql

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

20090913 


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

20090906.png 


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



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



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

c:\set devmgr_show_nonpresent_devices=1
c:\ start devmgmt.msc

show hidden device-->remove it


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

 

 

host oerr ora 04062
04062, 00000, "%s of %s has been changed"

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

SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'),
SERVERPROPERTY ('edition')


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

SQL> exec dbms_system.set_sql_trace_in_session(sid,serial#,true)

PL/SQL procedure successfully completed.

SQL> exec dbms_system.set_sql_trace_in_session(sid,serial#,false)

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

1 23