øsql server 2005
下開啟xp_cmdshell的辦法
exec sp_configure 'show advanced options', 1;reconfigure;exec sp_configure 'xp_cmdshell', 1;reconfigure; ø
sql2005
開啟'openrowset'支援的方法:
exec sp_configure 'show advanced options', 1;reconfigure;exec sp_configure 'ad hoc distributed queries',1;reconfigure;
øsql2005
開啟'sp_oacreate'支援的方法:
exec sp_configure 'show advanced options', 1;reconfigure;exec sp_configure 'ole automation procedures',1;reconfigure;
SQL2005一些小技巧 小歸納
1.使用 select into 表2 from 表1 將表1的表結構及資料複製到表2,但不包含約束 如主碼 外碼等 2.建立儲存過程的語句例項 create procedure proc userexists name varchar 50 password varchar 50 as if ex...
交叉編譯的一些選項
這是 c 與 c 編譯器命令。預設值一般是 gcc 與 g 這是用於預處理階段的選項。ar 函式庫開啟包程式。預設命令是 ar as 組合語言編譯程式。預設命令是 as gcc編譯程式的基本過程 cross compile gcc根據輸入檔案的字尾來確定檔案的型別,然後根據使用者的編譯選項 包括優化...
pkg檔案的一些高階選項
license.txt filetext,textcontinuefiletext指出在安裝期間顯示該檔案。textcontinue會提供乙個可以關閉這個文字檔案的繼續按鈕然後繼續安裝。代替textcontinue,你可以指定為下面之一 textskip顯示乙個是 否選項。若選擇是,安裝繼續。若選擇...