Posts
Sort by recent activity
SQL Compare scripts INCORRECT error handling??
PRINT N'Altering [dbo].[linerLogMessageType]'
GO
ALTER TABLE [dbo].[linerLogMessageType] ALTER COLUMN [name] [nvarchar] (160) COLLATE SQL_La...
link db when db is named differently
I've added one database, but when I tried to link a second database to the same repository, it wouldn't allow me to. I'm assuming it's because it's under a different name. Is this true?
fyi: t...