latitude800
IS-IT--Management
I am trying to skrink the log files for a database logical name GPSDYNAMICSLog.ldf, I want to have 2 MB size, and I do the following.
When I use DBCC SHRINKFILE (GPSDYNAMICSLog, 2) I get the following:
Server: Msg 8985, Level 16, State 1, Line 1
Could not locate file 'GPSDYNAMICSLog' in sysfiles.
I logical file name in the sysfiles is GPSDYNAMICSLog.ldf
Any suggestions? Appreciate your assitance in advance
Thanks
James
When I use DBCC SHRINKFILE (GPSDYNAMICSLog, 2) I get the following:
Server: Msg 8985, Level 16, State 1, Line 1
Could not locate file 'GPSDYNAMICSLog' in sysfiles.
I logical file name in the sysfiles is GPSDYNAMICSLog.ldf
Any suggestions? Appreciate your assitance in advance
Thanks
James