摘要:
In the Configure Distribution Wizard, the step "Configuring SQL Server Agent to start automatically" errors with the following text: This is a very mi 阅读全文
摘要:
SQL Server 中设计表时,有个属性叫 RowGuid(用 SQL 时,关键词是 RowGuidCol),这个是什么意思呢?这个是全局唯一标识符,与“标识”不同,标识是只在本表中唯一,全局唯一标识符是全局唯一,就是说在任何一个数据库、任何一张表中所有记录的这个值都不重复(理论上会重复,但实际中 阅读全文