Viewing 15 posts - 4,441 through 4,455 (of 4,745 total)
are the SQLagent jobs failing? please post sp_help for this table.
Anyone connected to fdatabase when job tries to restore?
April 30, 2008 at 9:40 am
on your destination server in msdb, check out table log_shipping_plan_history, this will have a row for each copy and restore event, this should have info on what happened.
April 30, 2008 at 3:40 am
I would remove that backup log statement and the shrink database. Set up a maintenance plan to backup your transaction logs. Frequency of log backups will depend on how much...
April 30, 2008 at 3:30 am
r u using log shipping set up by the wizard in SQL 2000 enterprise edition, or some other log shipping set-up?
April 29, 2008 at 3:16 am
I would recommend sp_revokedbaccess rather sp_dropuser
April 28, 2008 at 2:46 pm
don't worry you can't screw anything up. It is as simple as changing option in drop down menu and selecting ok.
TSQL to do the same is 'alter database dbanme set...
April 28, 2008 at 2:33 pm
not sure which flavour of log shipping you are running, but any errors detailed in the history table in msdb for log shipping?
April 28, 2008 at 1:58 pm
In enterprise manager, right click on database , select properties, select options tab, it lists the recovery mode in there.
or TSQL command sp_helpdb dbname gives details on database including recovery...
April 28, 2008 at 1:48 pm
I would say you need to use the 'with move' option when restoring the database to move the database files to drives that are in the dependancies list of the...
April 28, 2008 at 1:37 pm
along the lines of steves comment that 'the tools we use should be ergonomic, but not simplistic' I have always felt that the important thing is that tools should be...
April 28, 2008 at 7:52 am
TRacy.
the difference is
if sysadmin or the database dbo, any objects you create are automatically owned by dbo, if only in the db_owner group they will be owned by the user...
April 27, 2008 at 9:39 am
cscott, how goes it , is it fixed, please post resolution if it is for those that come along later.
just a thought, what version of SQL 2000 are you migrating...
April 25, 2008 at 1:54 pm
they will need server role securityadmin as well to create the logins.
If they all login as part of the same windows group they will own the databases they create and...
April 24, 2008 at 2:33 pm
have you tried just splatting over it with a restore database................with replace
April 24, 2008 at 10:53 am
Christopher, r u still happy these messages are still not causing you a problem. I get the exact same messages after log restores due to log shipping, trouble is there...
April 24, 2008 at 10:19 am
Viewing 15 posts - 4,441 through 4,455 (of 4,745 total)