Viewing 15 posts - 961 through 975 (of 4,745 total)
Also, you should now proceed to apply Service Pack 3 for SQL2008
June 30, 2012 at 2:46 pm
there are no 'errors' in there, you have a working installation. The AWE message is just telling you that you have not enabled SQL to use memory above the 4GB...
June 30, 2012 at 2:44 pm
this must be a non-clustered index, how much space it will take is dependant on the columns that make up the index, no of rows in the table and padding...
June 29, 2012 at 1:31 pm
Robert Davis (6/29/2012)
george sibbald (6/29/2012)
June 29, 2012 at 1:23 pm
the resource database only changes when you patch SQL server so you only need to make a copy of it then (flat file copy). So do this manually at that...
June 29, 2012 at 12:52 pm
duplicate post, answers to http://www.sqlservercentral.com/Forums/Topic1323159-1550-1.aspx please
June 29, 2012 at 10:23 am
Don't know whether the user was added to the db_owner role or made dbo of the database, but either way both events are logged in the default trace.
If the...
June 29, 2012 at 10:19 am
Robert.Brown 26968 (6/29/2012)
June 29, 2012 at 4:53 am
From what you have said so far it sounds like log file bloat is your problem, and in particular this was caused by an index rebuild.
If extra disk space is...
June 26, 2012 at 4:01 pm
sturner (6/26/2012)
archie flockhart (6/26/2012)
eventually you have to provide a viable service and actually make a profit or you go bankrupt.
Or you need to accept that there are some things...
June 26, 2012 at 11:24 am
I assume you are just copying the mssqlsystemresource files and that's it? Then if and when you need to restore you just copy it back in.
correct
June 24, 2012 at 8:25 am
is this the restore of the initial full backup?
sounds like you have a striped backup and you need to supply all the files in the backup set to the restore...
June 22, 2012 at 5:45 am
Anthony, is that the same thread I referred to?
http://www.sqlservercentral.com/Forums/Topic1303857-391-2.aspx
I can't see where he says he switched to developer edition from evaluation edition
June 22, 2012 at 2:11 am
backup master, msdb and model. Tempdb and resource database cannot be backed up. Tempdb is recreated on server restart so no point even if you could back it up.
Take a...
June 21, 2012 at 3:12 pm
does the account you are using have sysadmin rights, that right is required.
Another thread on the same issue it turned out to be due to a bad install file, after...
June 21, 2012 at 3:02 pm
Viewing 15 posts - 961 through 975 (of 4,745 total)