摘要: Can't connect to localhost, but can with computer name in SQL Server 2008 If someone followed this post and still hasn't solved their problems (like m 阅读全文
posted @ 2021-04-30 15:00 ChuckLu 阅读(52) 评论(0) 推荐(0)
摘要: The object 'DF__*' is dependent on column '*' - Changing int to double Try this: Remove the constraint DF_Movies_Rating__48CFD27E before changing your 阅读全文
posted @ 2021-04-30 11:24 ChuckLu 阅读(681) 评论(0) 推荐(0)
摘要: CREATE VIEW must be the only statement in the batch Just as the error says, the CREATE VIEW statement needs to be the only statement in the query batc 阅读全文
posted @ 2021-04-30 10:33 ChuckLu 阅读(327) 评论(0) 推荐(0)
摘要: What is the use of GO in SQL Server Management Studio & Transact SQL? SQL Server Management Studio always inserts a GO command when I create a query u 阅读全文
posted @ 2021-04-30 10:32 ChuckLu 阅读(55) 评论(0) 推荐(0)
摘要: CREATE DATABASE Creates a new database. Click one of the following tabs for the syntax, arguments, remarks, permissions, and examples for a particular 阅读全文
posted @ 2021-04-30 10:01 ChuckLu 阅读(371) 评论(0) 推荐(0)