大家打開這個鏈接可以看到很多數據庫的連接方法。
http://www.connectionstrings.com/
這些數據庫之間的數據交換就是這個貼子所要總結的內容。
(一)SQL Server之間
把遠程數據庫中的數據導入到本地數據庫。
http://community.csdn.net/Expert/topic/5079/5079649.xml?temp=.7512018
http://community.csdn.net/Expert/topic/5011/5011278.xml?temp=.1658899
http://community.csdn.net/Expert/topic/4982/4982625.xml?temp=.8189966
把A庫里的其中幾個表和視圖導入B庫
http://community.csdn.net/Expert/topic/5042/5042648.xml?temp=.2556574
sql2005的數據庫導入sql2000中
http://community.csdn.net/Expert/topic/4954/4954820.xml?temp=.3408625
在SQL2005中 如何導入 SQL2000中的Analysis Service ?
http://community.csdn.net/Expert/topic/4713/4713032.xml?temp=2.752322E-02
英文版sql server2005中bcp導出中文亂碼問題
http://community.csdn.net/Expert/topic/5024/5024662.xml?temp=.7404596
如何將一個由SQL保存出來的*.bas文件再導回到SQL中
http://community.csdn.net/Expert/topic/4944/4944630.xml?temp=.8225672
(二)SQL Server --> Access
將SQL數據導出至Access(SQL與Access同一臺機器上)
http://community.csdn.net/Expert/topic/4919/4919937.xml?temp=.2461359
將SQL數據導出至Access(SQL與Access不在同一臺機器上)
http://community.csdn.net/Expert/topic/4906/4906691.xml?temp=.1377222
http://community.csdn.net/Expert/topic/4917/4917015.xml?temp=.7591364
(三)Access --> SQL Server
http://faq.csdn.net/FAQUnfurl.aspx?id=214875
為什么access與sqlserver2000導入導出時,數據庫結構變了,默認主鍵,自動編號全沒了?
http://community.csdn.net/Expert/topic/4712/4712570.xml?temp=.3942224
(四)txt(記事本)--> SQL Server
http://community.csdn.net/Expert/topic/5045/5045602.xml?temp=.0278284
TXT文件導入數據庫出現亂碼
http://community.csdn.net/Expert/topic/4939/4939026.xml?temp=.4465296
關于上千份大文本存入Sqlserver
http://community.csdn.net/Expert/topic/4973/4973969.xml?temp=.4392816
(五)SQL Server --> txt
http://community.csdn.net/Expert/topic/4906/4906039.xml?temp=.6642267
SQL導出TXT或HTML求助
http://community.csdn.net/Expert/topic/5031/5031048.xml?temp=1.302737E-02
(六)Excel --> SQL Server
http://community.csdn.net/Expert/topic/5002/5002120.xml?temp=.4375727
http://community.csdn.net/Expert/topic/5086/5086098.xml?temp=.6402094
http://community.csdn.net/Expert/topic/4940/4940738.xml?temp=.8665125
http://community.csdn.net/Expert/topic/4938/4938969.xml?temp=1.918972E-03
http://community.csdn.net/Expert/topic/4892/4892120.xml?temp=.1775324
使用Excel導入數據庫時,遇到這么個奇怪的問題,當Excel的一列中的數據類型明顯不同時就會直接eof,??
http://community.csdn.net/Expert/topic/4929/4929620.xml?temp=.2570154
(七)DBF --> SQL Server
http://community.csdn.net/Expert/topic/5070/5070623.xml?temp=6.957644E-02
其他問題
怎樣把數據庫中的題目經過vb 導到word
http://faq.csdn.net/FAQUnfurl.aspx?id=215243
使用作業來完成DTS操作。
http://community.csdn.net/Expert/topic/5046/5046974.xml?tep=.9785425
還可以看看這個鏈接
http://blog.csdn.net/dutguoyi/archive/2006/10/16/1337274.aspx
xml --> sql server
http://community.csdn.net/Expert/topic/5041/5041228.xml?temp=.8233911
?oracle --> sql server
http://community.csdn.net/Expert/topic/5019/5019542.xml?temp=2.604312E-02
http://support.microsoft.com/kb/320125
http://fufun.cn/show.aspx?id=dC8yMDAyMDUzMC8xNS83NjUxOTEuaHRtbA_x003D__x003D _
在用Bulk Insert導入數據時的日期時間格式問題,
原因:bulk insert 不能轉換數據類型,如果時間格式不正確就會出錯。
http://community.csdn.net/Expert/topic/5100/5100692.xml?temp=.0559656
Excel --> SQL Server
導入時添加額外列,
例如 EXECL表的結構為 名稱,內容,類別,
???? SQLserver表的結構為 名稱,內容,類別,屬性
http://community.csdn.net/Expert/topic/5105/5105613.xml?temp=.3277399
補上
Excel --> SQL Server
導入時列名調整補充
http://community.csdn.net/Expert/topic/5086/5086098.xml?temp=.5973932
SQL Server 2005 --> SQL Server 2000
http://dev.csdn.net/author/taito/840c28a03ec0432492db18a329125bb5.html
http://community.csdn.net/Expert/topic/4954/4954820.xml?temp=.495083
SQL Server 2005 --> SQL Server 2000
用sql2005的導入導出工具將所有SQL2005的表和數據導出到SQL2000下,但是所有的主鍵、索引、關系、默認值全部丟了。
http://community.csdn.net/Expert/topic/4905/4905590.xml?temp=6.176394E-02
MySql --> SQL Server
http://topic.csdn.net/t/20031203/09/2521118.html
http://topic.csdn.net/t/20030407/11/1627991.html
SQL Server --> DB2
http://www.21cnvip.com/csdn/default.aspx?q=20021105/10/1149089.html
大家可以在下面的鏈接來搜索CSDN技術社區文檔,很大的技術寶藏啊。
http://search.csdn.net/search/null/1/dev/
SQL Server 2000 --> SQL Server 7.0
SQL2000數據導入到SQL7,那些設置為主鍵的沒有了
http://community.csdn.net/Expert/topic/5004/5004254.xml?temp=.1570246
SQL Server 2005 --> SQL Server 2000
2005導出的腳本為什么在2000運行總是出錯?
http://community.csdn.net/Expert/topic/4682/4682496.xml?temp=.6038324
SQL Server之間復制數據庫
http://community.csdn.net/Expert/topic/4835/4835266.xml?temp=.7495233
SQL Server 2000 --> SQL Server 2000
DTS包的制作
http://community.csdn.net/Expert/topic/5006/5006594.xml?temp=.2426111
SQL Server 2005 --> Excel
數據長度為255,出錯
http://community.csdn.net/Expert/topic/4951/4951804.xml?temp=.2144739
SQL Server 2005 --> SQL Server 2000
http://community.csdn.net/Expert/topic/5089/5089204.xml?temp=.4461328
SQL Server 2000 --> SQL Server 2000
導出表的所有結構、所有數據
http://community.csdn.net/Expert/topic/5092/5092752.xml?temp=.8595545
TrackBack: http://blog.csai.cn/user1/19065/archives/2006/8916.html
更多文章、技術交流、商務合作、聯系博主
微信掃碼或搜索:z360901061

微信掃一掃加我為好友
QQ號聯系: 360901061
您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。
【本文對您有幫助就好】元
