Viewing 15 posts - 106 through 120 (of 172 total)
Below are the details that I setup for testing:
Backup job = Every 5 min.
Copy Job = Every 5 min.
Restore Job = Every 7 min.
Delete files older than = 30 min.
Delete...
July 10, 2012 at 1:38 pm
Thanks for the reply, below are the result of both the queries:
Please post results of the following 2 queries
against the primary
exec sp_help_log_shipping_primary_database
@database = 'yourdatabase'
Result:
Primary_id=548492AD-0BDB-4A2E-B31E-BD32BDED52CF
Primary_database=AdventureWorksDW
Backup_directory=D\backup_ls
Backup_share=\\192.10.10.1\Backup_ls
Backup_retention_period=30
Backup_compression=2
Backup_job_id=
monitor_server=Null
Monitor_Server_security_mode= Null
Backup_threshold=20
Threshold_alert=14420
Threshold_alert_enabled=1
last_backup_file=D:\backup_ls\AdventureWorksDW_2012071071012.trn
Last_backup_date=2012-07-10
History_retention_period=5760
Against the secondary
exec sp_help_log_shipping_secondary_database
@secondary_database = 'yourdatabase'...
July 10, 2012 at 11:35 am
I again reconfigure log shipping for testing and found that restore job is failing, backup and copy job is working fine.
What could be the issue?
July 10, 2012 at 9:08 am
According to my knowledge, they will not be deleted on secondry server, it will be deleted on Primary server.
July 9, 2012 at 3:18 pm
Thanks a lot for the information ! I read Level 1 to level5 and its been very useful, everything given in very detail and had cleared many doubts and question.
I...
July 9, 2012 at 12:53 pm
From the error I can say Connection handshake failed, target system is ignoring it. Might be firwall at target system(mirrored Machine) is blocking it. So pls check that and if...
July 9, 2012 at 12:30 pm
1. Connect to the excel sheet using JET oledb.
2. Query the whole sheet and create a datatable which contains the excel data now.
3. Delete the first row of Datatable.
4. Update...
July 9, 2012 at 11:57 am
Sean Lange
Do you mean an identity? You can make an identity the primary key but just being an identity does not work because an identity can have duplicates.
That means...
July 3, 2012 at 1:57 pm
Thanks a lot Jason !
And I got one more article from Stairways tab...."Stairway to Transaction Log Management in SQL Server" in our site itself which has some details explanation in...
July 3, 2012 at 1:32 pm
Sean Lange (7/3/2012)
July 3, 2012 at 1:24 pm
Thanks a lot Jason for quick response,
But the article dont have any detail explanation of that mechanism. I want more details that how it truncate the inactive part? What type...
July 3, 2012 at 1:17 pm
Thanks a lot GilaMaster !
given information is very useful.
Thanks again.
June 28, 2012 at 2:54 pm
sufiyan.sarguroh (6/8/2012)
The dynamic view sys.dm_db_index_physical_stats gives us the external fragmentation value in percent. Is there any way we can find the internal fragmentaion value ? And does the index...
June 8, 2012 at 7:43 am
GilaMonster (6/8/2012)
Internal fragmentation being?
External Fragmentation: External Fragmentation happens when a dynamic memory allocation algorithm allocates some memory and a small piece is left over that cannot be effectively used. If...
June 8, 2012 at 7:41 am
Viewing 15 posts - 106 through 120 (of 172 total)