Viewing 3 posts - 1 through 3 (of 3 total)
change ,[Database Name] varchar(20) to ,[Database Name] varchar(40) corrects the Binary error.
February 3, 2015 at 8:56 am
#1775055
USE database
GO
DBCC SHRINKFILE (database_log, 1000)
DBCC SHOWFILESTATS
go
November 8, 2007 at 8:08 am
#749492
These procedures are used when the diagram option is used to graphically depict your data model for a particular database.
October 18, 2004 at 11:14 am
#527071