Viewing 6 posts - 16 through 21 (of 21 total)
haha Yeah that was a solution i was thinking about. bUt during work-day i did not want to blow up the our network. Yeah it is working by the way...
January 22, 2014 at 7:57 am
Perry Whittle (1/22/2014)
Akayisi (1/22/2014)
Hi Perry on secondary the output isYayinSistemi_Data219269000000023400116
on primary
YayinSistemi_Data219269000000023400116
In this case you can fix the missing tran log backups issue by taking a differential backup on the primary...
January 22, 2014 at 7:04 am
Hi Perry on secondary the output is
YayinSistemi_Data219269000000023400116
on primary
YayinSistemi_Data219269000000023400116
January 22, 2014 at 6:44 am
once i run this query
SELECT d.name,
MAX(b.backup_finish_date) AS backup_finish_date
FROM master.sys.sysdatabases d
...
January 22, 2014 at 6:41 am
Hanshi my bad, nobody can delete it accidentally.
ok now i want to know this.
Suppose that i have trn files which are 1.trn, 2.trn, 3.trn
I know for sure that last...
January 22, 2014 at 5:01 am
Thanks a lot by the way i guess this is also working
select 'ALTER INDEX '+sys.indexes.name+ ' ON '+sys.tables.name+' rebuild' from sys.indexes,sys.tables
where sys.indexes.object_id=sys.tables.object_id
and
sys.indexes.name is not null
January 7, 2014 at 7:25 am
Viewing 6 posts - 16 through 21 (of 21 total)