Shrinkfile does not find the file
From: Question on SQL (qs_at_who.com)
Date: 09/10/04
- Next message: Tom Moreau: "Re: How can I find out information about process based on spid?"
- Previous message: peja: "How can I find out information about process based on spid?"
- Next in thread: Andrew J. Kelly: "Re: Shrinkfile does not find the file"
- Reply: Andrew J. Kelly: "Re: Shrinkfile does not find the file"
- Reply: Hari Prasad: "Re: Shrinkfile does not find the file"
- Reply: Stephen Yuan Jiang [MSFT]: "Re: Shrinkfile does not find the file"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 10 Sep 2004 14:14:11 -0500
Hi group,
when I try to
DBCC SHRINKFILE ('GCSFSSYSlog', 200,TRUNCATEONLY )
I get
Server: Msg 8985, Level 16, State 1, Line 1
Could not locate file 'GCSFSSYSlog' in sysfiles.
DBCC execution completed. If DBCC printed error messages, contact your
system administrator.
However,
select * from sysfiles where name = 'GCSFSSYSlog'
does get a result.
What's wrong?
- Next message: Tom Moreau: "Re: How can I find out information about process based on spid?"
- Previous message: peja: "How can I find out information about process based on spid?"
- Next in thread: Andrew J. Kelly: "Re: Shrinkfile does not find the file"
- Reply: Andrew J. Kelly: "Re: Shrinkfile does not find the file"
- Reply: Hari Prasad: "Re: Shrinkfile does not find the file"
- Reply: Stephen Yuan Jiang [MSFT]: "Re: Shrinkfile does not find the file"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|