Viewing 15 posts - 76 through 90 (of 712 total)
take log backup and go for point in time restore on other location to retrieve the data using last full backup and the log backup taken.
June 16, 2016 at 6:18 am
thanks, i was wrong
June 16, 2016 at 5:12 am
Not like cluster , always on is cluster aware, kindly go through the below link.
https://msdn.microsoft.com/en-us/library/hh882437%28v=sql.120%29.aspx
June 16, 2016 at 5:01 am
Hi,
Do you have Db in full recovery?.
do you have log backup?
June 16, 2016 at 4:58 am
hope this can help
http://stackoverflow.com/questions/1499885/reportviewer-hide-pdf-export
June 15, 2016 at 9:01 am
have you mapped your application user to the created role.
express edition are not meant for production.
June 15, 2016 at 7:52 am
SQL 2016 forum is available, post the same there.
June 14, 2016 at 8:56 am
In SQL agent there is a alert which can be scheduled to alert after particular size file growth.
additionally restrict the log file to the threshold as per company policy and...
June 14, 2016 at 8:52 am
are you connecting through the same connection on both the machines.
by any chance the first user is locked out?
send login details for more clarity.
June 14, 2016 at 8:39 am
use sys.dm_exec_query_plan to find the execution counts from restart, the area you asked is performance tuning ot improvement which is a vast area and it will come in experience only....
February 16, 2015 at 9:08 am
Does the service account of Agent have access to delete the records from database?
February 16, 2015 at 8:53 am
TO DISK = @BackupLoc
your @BackupLoc should return path with file name like "D:\Backup\Saturday\test.bak".
hope this is the error.
October 27, 2014 at 12:04 am
On single user mode, were you able to connected to user DB's?.
October 27, 2014 at 12:00 am
I too go with Min - Max memory setting
for 3rd point i told to set page file manually on seperate drive where SQL or OS file should not present.
if your...
May 30, 2014 at 6:20 am
1) I dont have much idea on sepearate drives but keeping it on seperate drive will improve performance
2) For Physical Memory 1 TB - Max you can set 1.5 TB
3)...
May 29, 2014 at 6:12 am
Viewing 15 posts - 76 through 90 (of 712 total)