Activity overview
Latest activity by kreitmey
Is there an estimate on when this bug will be fixed? / comments
Is there an estimate on when this bug will be fixed?
Issue comparing tables using FILESTREAM data
Using SQL server 2012 (11.0.2100), I create the following table in two separate empty databases with FILESTREAM enabled
CREATE TABLE [dbo].[Document_FS](
[DocumentID] [int] IDENTITY(1,1) NOT NULL,
...