Viewing 15 posts - 76 through 90 (of 4,744 total)
I don't type as much as I cut and paste or load pre-written scripts, most frequent of those would be to show fragmentation on all indexes and reverse engineer database...
August 21, 2015 at 7:49 am
the install process (add node) puts a copy of the resource database on each node. It is considered to be the same as any of the .exes or .dlls as...
July 28, 2015 at 8:37 am
the resource database should be on a local drive, leave it where it is.
July 28, 2015 at 7:24 am
Antonio,
have you tried the query I posted?
June 18, 2015 at 10:57 am
We are not using a server monitor in this log shipping configuration.
Regards,
Antonio
you don't need a monitor, the table is in msdb.
June 18, 2015 at 9:10 am
Another option would be to rebuild your system databases to get you back to your vanilla installation (presuming this is not a prod server with other amendments)
https://msdn.microsoft.com/en-us/library/dd207003(v=sql.105).aspx
the extra objects in...
June 18, 2015 at 6:59 am
check the SQL errorlog, and see what this query returns
select log_time_utc,message from msdb.dbo.log_shipping_monitor_error_detail
June 18, 2015 at 6:37 am
We generally stick to SPs. Way too onerous and too many outages to keep up with CUs.
for a new system from scratch could start with the latest (or near latest)...
June 10, 2015 at 7:27 am
the move is as for a standalone server.
No need to reboot anything, just offline\online the SQL resource via failover cluster manager
May 29, 2015 at 6:26 am
as ever, excellent perry
May 13, 2015 at 6:54 am
ask them how they would fail over a mirrored database manually, there are two main commands and hopefully they would say if possible they would ensure the mirroring was in...
April 17, 2015 at 3:34 pm
it will be spread across the files, distribution depending on their size and free space.
April 17, 2015 at 6:59 am
IIRC if you perform the restore via the GUI you can also script it out.
April 16, 2015 at 3:33 pm
Be careful if you are using logshipping, you don't want to have log backups outside the jobs that are part of logshipping.
I would approach it differently, either build sp_start_job commands...
April 16, 2015 at 3:27 pm
SQL service packs are cumulative so you are on the right track. However a service pack will probably not contain ALL CUs from the previous SP, as the code will...
April 7, 2015 at 1:41 pm
Viewing 15 posts - 76 through 90 (of 4,744 total)