Viewing 15 posts - 4,186 through 4,200 (of 4,745 total)
amit (9/30/2008)
I have run the dbcc updateusage but nothing changed. My question though is that what makes the size of the database so large.
I run a sp_spaceused, the results...
October 3, 2008 at 5:30 am
thought it might be. Then you have a fix for the problem and you rest assured your Db is not corrupted. 🙂
October 2, 2008 at 10:00 am
did u read my post kotlas7? your first post mentions query analyser and sqlmaint, so this must be SQL2000. Please confirm that.
HAve you checked the maintenance plan options?
October 2, 2008 at 4:27 am
Is this in fact a SQL 2000 server? The details of error certainly suggest it is. This sounds exactly like the error you get out of maintenance plan integrity check...
October 1, 2008 at 3:25 pm
george sibbald (10/1/2008)
on the destination server give the source server network admin account rights to the share (serveretwork$). quote]
sorry about the silly typo, that should be domain\servername$
October 1, 2008 at 3:06 pm
are you running the express instance under local system account, because that cannot perform any functions across the network.
two different things to try
on the destination server give the source server...
October 1, 2008 at 1:18 pm
rbarryyoung (10/1/2008)
Yes, raid 5 is counter-indicated. Best practice is raid 10.
sorry barry, my fault, I meant the dataabase design, so many filgroups and files on the same drive.
October 1, 2008 at 10:43 am
Perry Whittle (9/30/2008)
george sibbald (9/30/2008)
as long as you are using 32 bit SQL server, you will need to enable AWE to access memory over 4GB
and don't enable the /3GB switch...
October 1, 2008 at 3:39 am
Marios Philippopoulos (9/30/2008)
george sibbald (9/30/2008)
as long as you are using 32 bit SQL server, you will need to enable AWE to access memory over 4GB
Could it be that not mentioning...
October 1, 2008 at 3:35 am
rbarryyoung (9/30/2008)
george sibbald (9/30/2008)
thanks Gail. I will be asking him for proof because I don't want this set up going into production.
In fact, ask him for a copy of the...
October 1, 2008 at 3:18 am
as long as you are using 32 bit SQL server, you will need to enable AWE to access memory over 4GB
September 30, 2008 at 2:50 pm
thanks Gail. I will be asking him for proof because I don't want this set up going into production.
you ever come across an application database with this many filegroups and...
September 30, 2008 at 4:09 am
Todd,
thanks for the quick reply. The article would seem to confirm what I believed, apart from tempdb, multiple files per filegroup give no performance benefit if on the same drive.
So...
September 29, 2008 at 4:27 pm
backup and restore method with minimum downtime:
backup db
copy over
restore on new server with norecovery
take app down
backup tranlog
copy over
restore tran log with recovery
unless of course your db is very small or...
September 25, 2008 at 9:35 am
Maxer (9/23/2008)
george sibbald (9/22/2008)
there have been posts on...
September 23, 2008 at 7:39 am
Viewing 15 posts - 4,186 through 4,200 (of 4,745 total)