Viewing 15 posts - 1 through 15 (of 79 total)
Refer this https://www.mssqltips.com/sqlservertip/2301/step-by-step-sql-server-log-shipping/
and test it in UAT environment and note down the time taken. Then you consider the used timeframe
in Production environment.
November 15, 2016 at 1:54 am
You can modify the steps mentioned in the below url based on your need for asynchronous mirroring session.
March 14, 2014 at 1:37 am
Include following script in 'Execute SQL task ' of SSIS to get your output.
IF (SELECT count(column_name) FROM tablename) <= 0
BEGIN
PRINT 'No email received:'
END
ELSE
...
March 13, 2014 at 4:46 am
1.Write the backup script for each and every databases and name it as backupalldbs.sql
(use excel to get the databases list from sys.databases tables on one column to link with backup...
March 13, 2014 at 3:02 am
When your server is rebooted lastly?
Please ensure server should be rebooted after any .net updates or hotfixes.
March 13, 2014 at 2:39 am
Refer the summarized features over here.!
http://sqldbatask.blogspot.com/2013/12/sql-server-upgrade-sql2012-features.html
December 22, 2013 at 11:35 pm
Hope this helps..!
http://mssqlfun.com/2013/01/29/sql-server-silent-unattended-installation-using-configuration-file/
December 22, 2013 at 11:25 pm
Based on my understanding,Microsoft assessment and planning tool will help to get the load and all details for each and every server.Is it right?
December 17, 2013 at 5:54 am
Yes,,Thanks for the help..i will check the loads and requirements of the databases and inventory details on the servers.
December 17, 2013 at 5:45 am
Grant Fritchey (12/17/2013)
I'm Collecting those...
December 17, 2013 at 5:34 am
Here is the script that i found ..
http://www.nilkanth.com/2004/07/18/sql-jobs-auto-backup/
Then put this script in a job and schedule it to receive the output .
November 26, 2013 at 4:18 am
I guess the user has some other permissions more than SqlAgentReaderrole...Can you double check it?
November 26, 2013 at 12:31 am
Refer the below url to 'Make Schema Changes on Publication Databases.'
November 26, 2013 at 12:28 am
Dear friend,
Check the following path
C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\Summary.txt
then find the failure information.
October 27, 2013 at 11:54 pm
Viewing 15 posts - 1 through 15 (of 79 total)