Viewing 15 posts - 5,746 through 5,760 (of 9,253 total)
So, if you have a public network connection with IP 192.168.1.30 and a secondary backup network with IP 10.10.10.30 and you copy backups to the backup server whose IP is...
April 10, 2012 at 4:17 pm
jitendra.padhiyar (4/10/2012)
Yes Pettis,I selected the option " Restore With Norecovery" during restore of db. But still the same status.
you also need to take and restore at least 1 transaction log...
April 10, 2012 at 4:14 pm
Mohammed Imran Ali (4/10/2012)
But some of the files are in different location.
April 10, 2012 at 4:08 pm
nocode99 (4/10/2012)
Thanks - in an A/A cluster, each instance would need its own Root Disk, correct?
Since the root disk becomes a dependency in the installed clustered instance group, create a...
April 10, 2012 at 3:44 pm
sqlfriends (4/9/2012)
So, what exactly the step you do for keeping the same name?
rename windows server, then use sp_dropserver followed by sp_addserver.
Note you cannot rename the instance name only the...
April 10, 2012 at 3:38 pm
are the drive\file paths identical on both servers?
April 10, 2012 at 3:28 pm
what IP ranges do you have assigned to the NICs, what IP are you copying backups out to?
April 10, 2012 at 3:24 pm
thelegendarywolf (4/9/2012)
Hi All,As per application upgradation/design, we're suppose to change the physical IP of the nodes for an Active/Passive cluster.
Why?
thelegendarywolf (4/9/2012)
April 10, 2012 at 3:22 pm
make the root disk as small as possible, i usually use a size of around 100MB. See my article at this link[/url] for more info
April 10, 2012 at 3:09 pm
Are the remaining drives separate or are they merely logical drives on the same physical disk(s) as the C drive?
What is the current total size and free space of the...
April 10, 2012 at 12:51 am
opc.three (4/9/2012)
April 9, 2012 at 12:07 pm
opc.three (4/9/2012)
however what if you had multiple files to move and missed one?
The database would not come online!
The only time this would differ in any way is with file group...
April 9, 2012 at 11:57 am
If you'd bothered to read the code in the post it reads as follows
alter database DatabaseName set single_user with rollback immediate
go
-- Set databae Offline
alter database DatabaseName set Offline
go
--- Cut and...
April 9, 2012 at 11:41 am
opc.three (4/9/2012)
April 9, 2012 at 11:04 am
I've never tried it but I'm pretty sure you won't be able to use the upgrade wizard. The 2 are essentially the same eition with different licensing constraints. Having said...
April 8, 2012 at 3:24 am
Viewing 15 posts - 5,746 through 5,760 (of 9,253 total)