Viewing 15 posts - 6,451 through 6,465 (of 9,253 total)
sqlfriends (10/9/2011)
October 10, 2011 at 3:44 am
All you did in part 1 is setup the subnets. Within each machines OS you have to assign an IP in the relevant range. If you need to you could...
October 9, 2011 at 6:19 pm
Jack Corbett (10/6/2011)
October 9, 2011 at 1:09 pm
Put the database in emergency mode and run dbcc checkdb with message output first to ascertain exactly what the extent of the damage is. As Gail pointed out, the repair...
October 9, 2011 at 10:13 am
For this section create 3 new Windows virtual machines.
1 of them requires just 1 virtual NIC connected to the public network.
The other 2 require 3 virtual NICs each. One connected...
October 9, 2011 at 10:09 am
homebrew01 (9/8/2011)
I liked Idera's tool at my previous job, but now use Redgate backup which is ok too.Most tools offer a free trial so you can try them out.
Isnt the...
October 8, 2011 at 11:59 pm
sqlfriends (10/8/2011)
For testing server, as long as each developer who connect to the testing server have a dev edition license, the server doesn't need a license itself.
You're referring to...
October 8, 2011 at 11:54 pm
sqlfriends (10/8/2011)
Perry Whittle (10/8/2011)
October 8, 2011 at 11:44 pm
Steve, he was a true icon of our time. He brought so many innovative products to the computer world and totally revolutionalised the smart phone market. What else could he...
October 8, 2011 at 5:13 pm
In SQL Server 2008 R2, developer is licenced and featured the same as datacenter. You can have as many testers connect as required. The key point of the licence terms...
October 8, 2011 at 5:06 pm
Sorry my bad yes,
2008 R2 datacenter edition unlimited VMs.
2008 R2 enterprise edition up to 4 VMs.
However, you will find that what I stated above otherwise is correct.
Think, there is...
October 8, 2011 at 1:35 pm
YSLGuru (10/6/2011)
I was hoping that since the corrupt/missing mdf file stored only indexes and no table data or other DB schema objects
I think everybody knows where i'm going with this...
October 8, 2011 at 12:14 pm
the 3 services for Authorisation, Host and Web server access need to be started 😉
October 8, 2011 at 11:12 am
it is impossible to have 2 files named exactly the same within Windows and SQL Server doesn't have anyway of circumventing this. Generally the restore will name the OS files...
October 8, 2011 at 11:10 am
you can also use wmic as follows
wmic volume get label, "free space", name, capacity, "drive letter"
October 8, 2011 at 11:00 am
Viewing 15 posts - 6,451 through 6,465 (of 9,253 total)