Viewing 15 posts - 4,576 through 4,590 (of 4,745 total)
Judging by previous replies I will be controversial and say NO to SQL 2000 SP5. I think it is widely accepted that 8.00.2187 is the roll up to go to...
February 1, 2008 at 10:16 am
SG, if I understand correctly, you do not have a backup of the msdb databse, but you do have the mdf and ldf files from some time in the past...
January 29, 2008 at 3:16 pm
run a log backup and see what happens..................
January 28, 2008 at 2:39 pm
a log file is made up of virtual logs, and will only shrink down to the last virtual log with active transactions, yours must be at the 73GB mark.
run the...
January 28, 2008 at 12:53 pm
chris, did you add the file via SSMS? In the background that is using the 'Alter database ' command. You use that command to add a new filegroup as well....
January 27, 2008 at 11:38 am
it's simpler than you think:
script out replication first (just in case and so you can easily recreate)
quiesce replication (including all check agents that access distribution database)
check no commands to be...
January 25, 2008 at 5:18 am
sounds like the security police have been in with their tick list.............
how about revoke any access to these from public, if something needs one to work, create a role on...
January 25, 2008 at 4:44 am
Mark (1/23/2008)
Ok, if I connect to integration services on my specified sql server where my maintenance plans reside and then expand 'Stored Packages', 'MSDB' & 'Maintenance Plans' I can see...
January 24, 2008 at 6:06 am
Ray, basiscally you are correct.
You will never be able to recover (as oppose to restore) your databse because it is a FILE backup from a different database, so there is...
January 24, 2008 at 3:39 am
you are right, you have been sent a partial backup of the .mdf file only. to restore you also need a backup of the log file.
I would get back to...
January 22, 2008 at 10:08 am
I think SQL believes you are trying to do a partial restore.
Take out the line filegroup = 'primary' from your code and it should work fine
January 22, 2008 at 5:35 am
well, looks like I flummoxed the SQL world again 🙂
so I did some digging and testing:
default database roles (db_accessadmin etc) are created with a schema, and although a new role...
January 21, 2008 at 9:20 am
if you have already instsalled SQL, you can change the collation using setup. See BOL under 'how to install sql server 2005 from the command prompt' then section 'To rebuild...
January 17, 2008 at 6:41 am
I see you are trying to start sql in single user mode, did you have a problem before causing the need to do this?
What happens if you try and start...
January 14, 2008 at 2:47 am
Viewing 15 posts - 4,576 through 4,590 (of 4,745 total)