Viewing 15 posts - 1 through 15 (of 43 total)
run Chekpoint on database and try take a log backup if log smaller or take full backup then shrink the log file.
May 14, 2025 at 8:46 pm
Hi Mate,
Restore process:
You want restore a fresh copy or over writing on exists?
if you are creating a new database please check space for new database.
if you are over writing please...
June 24, 2013 at 6:21 pm
May be this database point to D:\ drive.
1. please look in to data files first.
2. if its point to D:\ change to E:\ drive.
then run the restore script
June 24, 2013 at 6:16 pm
NO, the script will create 2 store procs on your master db
step1: create proc's on destination server
step2: exec sp_help_revlogin in destination server
save the result set in some where(create login script...
March 8, 2013 at 11:07 pm
One guy asked me in the interview? I am new to this Question thats why I posted in the forum...
March 8, 2013 at 3:51 pm
SP_HELP_revlogin will give sql logins script with encripted password and SID. so, you have to run before restore. logins script you have to run after restore.
in this you are getting...
March 8, 2013 at 8:16 am
I got the answer
xp_logininfo 'Login_name', 'members'
February 19, 2013 at 2:03 pm
Thank you 🙂
February 15, 2013 at 8:40 am
Hi
Database refresh in the sense you have to take the backup of source server database ( Prod or any) and restore with replace on Destination server.
If you are using...
February 15, 2013 at 8:15 am
What Kind of error you are facing? can you give us clear picture on it?
August 8, 2012 at 8:45 am
Viewing 15 posts - 1 through 15 (of 43 total)