Viewing 15 posts - 61 through 75 (of 173 total)
Hello Gilamonster,
I ran DBCC Checkdb as below:
DBCC CHECKDB (PTPortal) WITH NO_INFOMSGS, ALL_ERRORMSGS;
And got below error message:
Server: Msg 8937, Level 16, State 1, Line 1
Table error: Object ID 901578250, index ID...
January 17, 2013 at 3:53 am
Just googled error message and found this issue occurs because the SHRINK operation cannot remove a page from the SYSFILES1 system table on the primary data file of the database....
January 15, 2013 at 4:23 am
Thanks a lot GilaMonster and Joe !
I just checked with client end, and found they are ok with the performance of sql server but... they got one error while performing...
January 15, 2013 at 4:11 am
Ohh.. Is there any way to know how much data lost? Or how to find what table affected by that ?
January 15, 2013 at 2:35 am
DBCC Checkdb completed after long time of about 3 hours...!!! There are 0 allocation error but have seen some consistency errors.. :crazy: Below is the message that i receive...
January 15, 2013 at 2:21 am
Hi Bhuvnesh,
I am not sure about it...! I m just guessing and asking if disk shortage can cause torn page. Moreover, its sql server 2000, what may be the solution...
January 14, 2013 at 2:46 am
Thanks Jason ! I did changes in max memory, lower down 30GB Max memory to 28GB. and yes without restart it release some memory. Before it was consuming 31.7GB out...
January 11, 2013 at 2:50 am
GilaMonster (12/24/2012)
If it's using too much, lower max server memory
Is it dynamic change ? I mean if I will lower down the max memory, Will SQL server will release memory...
January 9, 2013 at 9:48 pm
Thanks a lot Arjun !
You explain me what exactly statisc is and what the sql server doing during update statics. Can you pls clear my more doubts?
1. Is it using...
January 8, 2013 at 12:39 am
Thanks Anthony, Penny and Rama.
@Penny: there are two instances.
I think i got the lesson that I am working on Failover cluster where sql services are stopped on one server and...
January 8, 2013 at 12:35 am
Hi Raheel,
You can use both the node either physical or both of them virtual, its upon you. But to save hardware cost you can go with Virtulisation.
December 24, 2012 at 5:25 am
Hello Saket,
just for my knowledge,
What does that status means ?
Status 66057
Status2 1627389952
From where I can check the meaning of this status ?
December 7, 2012 at 1:34 am
Yes it will make my db online.
But I want to know reason why it was offline.
December 7, 2012 at 12:36 am
Using
Select * from sys.databases
I came to know that is_auto_close_on is set to 1 (True) that means it will try to get up automatically right ?
but unfortunately it was...
December 7, 2012 at 12:33 am
The status of DB is
Status Status2
66057 1627389952
now where to check what this status does mean ?
There is same thing in Eventlog...
December 7, 2012 at 12:21 am
Viewing 15 posts - 61 through 75 (of 173 total)