Posts
Sort by recent activity
Command-line SQL compare breaks FileStream - but not GUI
I have a table with a FileStream blob field and a PK Guid ID, declared thusly:CREATE TABLE [dbo].[MyTable](
[Id] [uniqueidentifier] ROWGUIDCOL NOT NULL,
[...