Viewing 9 posts - 1 through 9 (of 9 total)
Hi JS,
Well, I'm afraid I couldn't wait and stopped it. I ran the steps as you wrote me before and now looks like running like a charm again.
Thank you very...
November 20, 2007 at 12:13 pm
Hi jsheldon,
Yup, my Log is huge, 40GB.
I'm running the EMERGENCY MODE, so I can afterwards run the DBCC CHECKDB. When I tried to run the DBCC cmd, an error message...
November 20, 2007 at 10:46 am
Hello JTS,
Thank you very much for your response,
Well, I'm in the middle of another procedure now, just to see If I can save any of my transactions.
I'm running these statements...
November 20, 2007 at 10:19 am
Thank you, for your response and time Markus.
Kind Regards,
Kostas
April 30, 2007 at 4:52 am
Hi,
First of all, you need to have administrative rights in every computer so you can search for files (Access files: *.mdb, *.mdw, *.mda, *.mde, *.adp, *.ade). Then, you could use...
January 30, 2007 at 4:25 am
Hello Bill,
I mean that every time you install a named instance (MSDE) a letter is erased from the end of path contained in SQLPath.
for example
one install -> SQLPath becomes "C:\Program...
July 27, 2005 at 9:09 am
There is a problem for sure gentlemen. If you install a named instance in the same computer (after you have installed the SP4 for your default server) it corrupts the SQLpath registry...
July 27, 2005 at 5:27 am
declare @MustCreateFile as bit
declare @OpenForWriting as tinyint
Set @OpenForWriting = 2
Set @MustCreateFile = 1
EXEC @fsof = sp_OAmethod @fso, 'openTextFile', @fso_return out, @strfilepathname, @OpenForWriting, @MustCreateFile
June 8, 2005 at 3:14 am
exec master..xp_fixeddrives
exec sp_helpdb 'Optional your DB name'
exec sp_helpfile 'Optional your DB file name'
Please refer to books online and check DBCC statements too!
June 24, 2004 at 9:03 am
Viewing 9 posts - 1 through 9 (of 9 total)