Hello everyone,
I want to create a SQL Server 2008 database, and I need to create the database on a network shared location, like \\10.10.10.123\share
, but this network shared location is protected by a username and password.
My question is, how to assign such username and password in SQL Server create database statement?
BTW: I have another idea, which is disable username and password protection on the network shared location, but I did not find a solution yet (I find at least need a username -- like Guest, can not remove both username and password).
thanks in advance, George