大聲公
這是一個不愛寫作文的宅男用來記錄生活和工作的地方,因為實在是太健忘了,各位看倌要是有甚麼不滿意,就請多多忍耐吧.....

開啟Command Prompt

輸入下列指令:

#>CD\

#>CD Windows\Microsoft.NET\Framework\v2.0.50727

#>aspnet_regsql.exe -S <database_instancename> -U <user_name> -P <password> -ssadd -sstype c -d <session_db_name>

泡麵要趁熱才好吃 發表在 痞客邦 留言(0) 人氣()

Task Schedule中的Task出現下面這個信息:

Task Scheduler failed to start "TaskName" task for user "xxx\xxx". 

Additional Data: Error Value: 2147943645.

 

Solution:

泡麵要趁熱才好吃 發表在 痞客邦 留言(0) 人氣()

使用IE下載docx xlsx pptx,卻顯示存成zip檔,

但是使用Firefox卻不會發生,

要修改Apache的mime.types這個檔案,

加入application/vnd.openxmlformats docx xlsx pptx

重啟apace

泡麵要趁熱才好吃 發表在 痞客邦 留言(0) 人氣()

SSIS匯出的文字檔,內容中的每一筆資料前後都被加入"_x003C_none_x003E_"!!

解決方式:

在Connection Manager中的Flat File -> Properties,

將TextQualifier的值 "<none>" 清除


泡麵要趁熱才好吃 發表在 痞客邦 留言(0) 人氣()

建立Foreign Key時出現:The ALTER TABLE statement conflicted with the FOREIGN KEY constraint的訊息,

將Table中的data清空,在重新建立即可


泡麵要趁熱才好吃 發表在 痞客邦 留言(0) 人氣()

收到通知:

Error:  Too many connections

Errno.:  1040

修改/etc/my.cnf or C:\Windows\my.ini

在[mysqld]加入:

泡麵要趁熱才好吃 發表在 痞客邦 留言(0) 人氣()

查看httpd.conf中,
發現有前任開發者加入的設置:

<Files *.php>
    SetOutputFilter PHP
    SetInputFilter PHP

泡麵要趁熱才好吃 發表在 痞客邦 留言(0) 人氣()

在SQL Server 2005中的Publication中,要新增Subscription時,

若Subscription是連線到SQL Server 2008時,

會出現The selected Subscriber does not satisfy the minimum version compatibility level of the selected publication.

Repl_FROM_2005_TO_2008  

 

泡麵要趁熱才好吃 發表在 痞客邦 留言(1) 人氣()

Solution:

exec sp_removedreplication 'db_name'


泡麵要趁熱才好吃 發表在 痞客邦 留言(0) 人氣()

安裝檔案時發生,

1.png  

 

解決方式,

2.png  

泡麵要趁熱才好吃 發表在 痞客邦 留言(0) 人氣()