亚洲色图欧美日韩在线播放-户外操美女逼逼中国-免费久久99国产精品自在现-欧美激情五月综合啪啪-九九日本黄色精品视频-亚洲成年网址青青草原-欧美性爱精品在线免费观看-国产精品一区二区美女-日电影一区二区三区

access升遷sqlserver(代理平臺數(shù)據(jù)庫轉(zhuǎn)換)

注意:請使用office的microsoft access進行轉(zhuǎn)換,推薦office 2007以上版本 。其他第三方office工具可能無法操作。

1.雙擊global.mdb打開access數(shù)據(jù)庫-數(shù)據(jù)庫工具-sqlserver

圖片1.png 

 

 

2.使用現(xiàn)有數(shù)據(jù)庫-下一步-dsn名稱后

圖片2.png


3.選擇sqlserver

圖片3.png

 

4.下一步-瀏覽,設(shè)置一個數(shù)據(jù)源名稱,

test,下一步,完成

圖片8.png

 

下一步,選擇使用用戶輸入登陸id和密碼的sqlserver驗證,填寫數(shù)據(jù)庫帳號密碼

圖片5.png

 

下一步,勾選更改默認的數(shù)據(jù)庫為,并在下拉框中選擇對應(yīng)數(shù)據(jù)庫

圖片7.png 

下一步-完成-確定-確定

圖片6.png

 

輸入數(shù)據(jù)庫密碼,確定

圖片8.png 

點擊雙箭頭將左側(cè)所有表都添加到右側(cè),下一步-下一步-下一步-完成

等待所有表都創(chuàng)建到sqlserver服務(wù)器的數(shù)據(jù)庫中即可

 

代理平臺升級數(shù)據(jù)庫后

編輯config/const.asp

isdbsql=true  ' 數(shù)據(jù)庫類型

SqlUsername="xiuzhanwang"  ' 登陸帳號

SqlPassword="******"  ' 登陸密碼

SqlDatabaseName="xiuzhanwang"  ' 數(shù)據(jù)庫名稱

SqlHostIP="sql.xxx.vhostgo.com"  ' 連接地址

 

然后用sql管理器或者navicat for sqlserver等工具連接sqlserver數(shù)據(jù)庫,執(zhí)行以下sql語句修改部分字段類型 


image.png

alter table countlist alter column c_memo nvarchar(MAX) 

alter table productlist alter column p_name nvarchar(MAX) 
alter table producttype alter column pt_memo nvarchar(MAX) 
alter table protofree alter column freeproid1 nvarchar(MAX) 
alter table ActionLog alter column Remark nvarchar(MAX) 
alter table ActionLog alter column Remark nvarchar(MAX) 
alter table cache_app alter column value nvarchar(MAX) 
alter table domaintrans alter column whoisbody nvarchar(MAX) 
alter table Free alter column f_content nvarchar(MAX) 
alter table HostRental alter column Memo nvarchar(MAX) 
alter table HostRental alter column weihulist nvarchar(MAX) 
alter table mailsitelist alter column m_agent nvarchar(MAX) 

alter table ShopCart alter column addtime datetime

alter table ShopCart  ADD DEFAULT getdate() for addtime

alter table UserDetail ADD DEFAULT getdate() for u_regdate

alter table UserDetail ADD DEFAULT 0 for u_resumesum

alter table UserDetail ADD DEFAULT 0 for u_usemoney

alter table UserDetail ADD DEFAULT 0 for u_Invoice

alter table UserDetail ADD DEFAULT 0 for u_remcount

alter table UserDetail ADD DEFAULT 0 for u_borrormax

alter table countlist ADD DEFAULT 0 for u_in

update UserDetail set u_resumesum=0 where u_resumesum is null
update UserDetail set u_usemoney=0 where u_usemoney is null
update UserDetail set u_Invoice=0 where u_Invoice is null

update userdetail set u_remcount=0 where u_remcount is null

update userdetail set u_borrormax=0 where u_borrormax is null

update countlist set u_in=0 where u_in is null

set identity_insert serverroomlist ON

再取消serverroomlist 表r_id字段的標識

注意:您如果使用數(shù)據(jù)庫自帶管理工具,請在選項中取消阻止保存要求重新創(chuàng)建表的更改

image.png




編輯:三五互聯(lián)
日期:2018-05-08

收藏 】 【 打印 】   
您可對文檔進行評分喲~

勾選遇到的問題提交給我們,收到反饋后保證及時修正更新!

提交反饋需要先登陸會員帳號

上一篇:企業(yè)郵箱如何設(shè)置郵件監(jiān)控
下一篇:遠程桌面時出現(xiàn)“身份驗證錯誤,要求的函數(shù)不受支持”解決辦法
若文檔內(nèi)容對您沒有幫助,不能解決問題? 您還可以 咨詢在線客服提交工單搜索常見問題 ,我們將竭誠為您服務(wù)。
  >> 相關(guān)文章
 
分享至: