instjtds.sql
来自「基于Appfuse1.94的MsSQL版本」· SQL 代码 · 共 32 行
SQL
32 行
/* * INSTJTDS.SQL * Installs the XA stored procedure used by the JTDS driver * Probably a good idea to backup the master database before * running this script */use mastergodump tran master with no_loggosp_dropextendedproc 'xp_jtdsxa' godump tran master with no_loggosp_addextendedproc 'xp_jtdsxa', 'jtdsXA.dll'gogrant execute on xp_jtdsxa to publicgodump tran master with no_loggocheckpointgo
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?