Viewing 4 posts - 1 through 4 (of 4 total)
Before and after backup log, can you run this command and post the result here?
dbcc sqlperf(logspace)
this command could return the physical and logical size of actual log. Sometime, the physical...
October 30, 2019 at 10:00 am
Eirikur Eiriksson (11/6/2014)
November 7, 2014 at 12:00 am
Sorry guys, tied up on other stuffs yesterday, here is the schema of table:
CREATE TABLE [dbo].[Testing_table](
[id] [int] IDENTITY(1,1) NOT NULL,
[message] [nvarchar](max) NULL,
[message_text] [text] NULL,
[name] [varchar](10) NULL,
[created_date] [datetime] NOT NULL,
CONSTRAINT...
November 6, 2014 at 8:49 pm
o... thanks a lot !!!
exec 2 query separately is a good idea, thanks to knock me up !!!
January 28, 2008 at 6:28 am
Viewing 4 posts - 1 through 4 (of 4 total)