開啟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>
開啟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>
Task Schedule中的Task出現下面這個信息:
Task Scheduler failed to start "TaskName" task for user "xxx\xxx".
Additional Data: Error Value: 2147943645.
Solution:
使用IE下載docx xlsx pptx,卻顯示存成zip檔,
但是使用Firefox卻不會發生,
要修改Apache的mime.types這個檔案,
加入application/vnd.openxmlformats docx xlsx pptx
重啟apace
SSIS匯出的文字檔,內容中的每一筆資料前後都被加入"_x003C_none_x003E_"!!
解決方式:
在Connection Manager中的Flat File -> Properties,
將TextQualifier的值 "<none>" 清除
建立Foreign Key時出現:The ALTER TABLE statement conflicted with the FOREIGN KEY constraint的訊息,
將Table中的data清空,在重新建立即可
收到通知:
Error: Too many connections
Errno.: 1040
修改/etc/my.cnf or C:\Windows\my.ini
在[mysqld]加入:
在SQL Server 2005中的Publication中,要新增Subscription時,
若Subscription是連線到SQL Server 2008時,
會出現The selected Subscriber does not satisfy the minimum version compatibility level of the selected publication.
Solution:
exec sp_removedreplication 'db_name'