I have a the following sql instance on SQL server 2012 SP1:
MSQLBOX1\SP13Box1
Can the following command:
Mount-SPContentDatabase "SP13_Intranet_ContentDB" -DatabaseServer "MSQLBox1\SP13Box1" -WebApplication "http://test-intranet.fabdev.local"
be used to mount an SP content database from that instance?
I am just wondering whether the instance may cause issue executing the command
Thanks,