Viewing 15 posts - 1 through 15 (of 25 total)
I too have gotten this error
February 7, 2018 at 9:03 am
Make sure you check the database id when getting a corruption message. I sometimes see the corruption message in temdb - database 2.
Server: Msg 605, Level 21, State 3, Attempt...
February 11, 2016 at 10:36 am
Your database may be in full recovery mode. You should set it to simple recovery mode or start with a full Db backup and then perform a transaction log...
July 1, 2014 at 9:32 pm
By binaries do you mean the shared components (mangement studio, etc),or the SQL Server executables (SQLMAINT.EXE, SQLSVER.EXE)?
Shared components, if you want them, need to be installed in each node of...
June 15, 2013 at 12:11 pm
The backup command listed in the previous post will work for you.
Assuming you are running the Standard version of SQL Server and not the Express edition,
if you want a...
June 15, 2013 at 11:56 am
I would sent an email to Brent Ozar. I remember one of his backup presentations where he gave as examples names of companies that lost money due to the...
April 1, 2013 at 4:10 am
If you need to do this, I would start by firing up profiler and picking the events you are interested in.
Run the trace in the gui and perform a few...
January 29, 2013 at 6:25 pm
While trace flag -T8038 has been noted, I think it deserves more information.
Hp has a support Document ID: c02110402 that explains it a bit more than the KB article
DESCRIPTION
ProLiant servers...
October 11, 2012 at 8:12 am
I think Jeffery is correct in saying you need more I/O
Remember, to do a full backup every page on the disk must be read into memory and then from memory,...
May 8, 2012 at 8:17 pm
I recently had a similar situation with the same error
Error formatting query, probably invalid parameters [SQLSTATE 42000] (Error 22050). The step failed.
in a sql server 2008 ...
December 2, 2011 at 10:20 am
I have not see this one yet. This one is to claims to solve memory pressure on 32 bit systems using the CLR.
Failed processing batch due to Thread...
August 31, 2011 at 4:43 pm
I must have been close to the VLF boundry.
The log finally shrunk after some more activity.
Got to love that DBCC LOGINFO command
February 26, 2011 at 9:31 am
I'v been doing some checking.
No mirroring or replication going on.
I do have 1400 VLF's
The reason I want it small is that I am reindexing some large tables and am taking...
February 26, 2011 at 9:14 am
Found I had use a new one in SQL Server 2008 SP2
trace flag -T4135
when using a temp table to insert into itself
or I could have turned the...
November 11, 2010 at 4:17 pm
The question you ask is what are these technologies.
These are solutions to the question: How to get the data that is in one server over to another? ...
August 24, 2010 at 7:36 pm
Viewing 15 posts - 1 through 15 (of 25 total)