
SQL SERVER
文章平均质量分 59
wacdzz22
这个作者很懒,什么都没留下…
展开
-
Database-startup
Coping with sql server2008Throw an error:Invalid object name 'Car_Info'.This is because connecting with wrong database. I checked the connection.The server connected user database. Then I change原创 2017-09-19 21:01:13 · 545 阅读 · 0 评论 -
Basic queries in SQL Server
Create table:CREATE TABLEDTC_CU(Unit_ID varchar,Unit_Namevarchar,Logical_Linkvarchar,Fehler varchar,Datum date,Zeit time); Insert data:insert into Car_Info(VIN,Car_ID,Brand,Model_y原创 2017-10-11 20:44:39 · 441 阅读 · 0 评论 -
Import XML file into SQL Server
1. Learn the content and basic grammar ofXML fileReference: http://blog.youkuaiyun.com/chaiyu2002/article/details/5967186http://blog.youkuaiyun.com/jfkidear/article/details/6820642In a XML file:` Must h原创 2017-10-11 20:45:25 · 1003 阅读 · 0 评论 -
SQL Server + VBA programming (1)
We can choose to connect a remote database on a server or local database.Remote: Server=(IP address)This piece of code means to access database and read the content of Car_Info and write them into原创 2017-10-11 20:48:40 · 539 阅读 · 0 评论