Viewing 15 posts - 16 through 30 (of 42 total)
usually differential backups treated as an incremental backups..i don't think both are different..
In sql server if anything modified after taking the fullback it will be recorded in page as...
November 10, 2011 at 6:29 am
Thanks john...i have changed my physical names ...it's working fine now
November 10, 2011 at 4:41 am
As per my requirement i don't want to keep the old backup files in my backupset..so how can i overwrite those backupfies in backup set.I have tried WITH FORMAT option...
November 9, 2011 at 11:26 pm
when i try to execute below one
SELECT DB_NAME(dbid) as DBName, COUNT(dbid) as NumberOfConnections,loginame as LoginName FROM sys.sysprocesses WHERE dbid > 0 GROUP BY ...
November 9, 2011 at 6:56 am
what am asking is if minimal information stored in t-log means how can we recover the data when we set database as bulk recovery...
hope u understand..
Thanks
November 8, 2011 at 5:45 am
I mean to ask that normal recovery not point in time
November 8, 2011 at 5:40 am
Hi gila..Thanks for reply(very helpful sites)
I had better if u will give our own words in short..
Thanks
November 8, 2011 at 5:29 am
How to check whether sql profiler is enable or not ..and reqired complete steps regarding creating trace and all for enabling the sql profiler
July 4, 2011 at 4:16 am
I used labelonly option but didn't get any information related to netbackup
May 3, 2011 at 5:57 am
Hi Gila,
Is Modified pages(located in log) were enough for doing restoration?
Thanks
March 23, 2011 at 5:19 am
Hi Gila,
Thanks for quick reply..
But Sorry Still am not clear...what type of data involved in modified pages..?
Thanks
March 23, 2011 at 5:02 am
Hi Steve,
Thanks...The link(regarding script) what you gave was really help to me..
But I have to modify as per my requirement..any way thanks to you.
Now i want to another script for...
March 9, 2011 at 3:07 am
Hi Steve,
Thanks for quick reply.
What im asking is i have an backup files already for multiple databases..
so based upon those .bak files automatically restore should happened using with move option.Database...
March 8, 2011 at 3:07 am
First you have to drop the built-in/administrators using
drop login [bultin/administrators] and then here after u shouldn't create an any logins related to windows account..so this is the one way...
March 3, 2011 at 3:13 am
Viewing 15 posts - 16 through 30 (of 42 total)