摘要:
ALTER DATABASE [Confluence] COLLATE SQL_Latin1_General_CP1_CS_AS SELECT is_read_committed_snapshot_on FROM sys.databases WHERE name='Confluence' ALTER 阅读全文
posted @ 2022-12-15 23:56 valeb 阅读(26) 评论(0) 推荐(0)
|
|||
|
摘要:
ALTER DATABASE [Confluence] COLLATE SQL_Latin1_General_CP1_CS_AS SELECT is_read_committed_snapshot_on FROM sys.databases WHERE name='Confluence' ALTER 阅读全文
posted @ 2022-12-15 23:56 valeb 阅读(26) 评论(0) 推荐(0)
摘要:
public bool VerifyRequired(out string error) { error = string.Empty; if (detailed.Count < 0) { error += "detailed is null"; return false; } var proInf 阅读全文
posted @ 2022-12-15 16:31 valeb 阅读(27) 评论(0) 推荐(0) |
|||