Connection string/Sql Server 2005/Windows authentication/ but not ondomain

G

Gina_Marano

Help,

I am writing a data import application that will import data in to sql
server database.

The only kind of connection that it will accept is windows
authentication.

Problem is, I am not on the domain. I am logged in remotely via
Himachi (VPN).

I know it is possible, somewhat, because I found a database desktop
tool that allows me to enter the domain credentials.

I need a connection string that will allow me to specify the domain
credentials and fake windows authentication.

Any ideas out there?

~Gina_M~
 
C

Charles Calvert

[snip]
I need a connection string that will allow me to specify the domain
credentials and fake windows authentication.

You'd be better off asking this question in
microsoft.public.sqlserver.connect or
microsoft.public.sqlserver.programming.

[snip rest]
 
G

Gina_Marano

@z28g2000prd.googlegroups.com>:

[snip]
I need a connection string that will allow me to specify the domain
credentials and fake windows authentication.

You'd be better off asking this question in
microsoft.public.sqlserver.connect or
microsoft.public.sqlserver.programming.

[snip rest]

Thanks!

~Gina_M~
 
B

Berryl Hesh

try http://www.connectionstrings.com/


@z28g2000prd.googlegroups.com>:

[snip]
I need a connection string that will allow me to specify the domain
credentials and fake windows authentication.

You'd be better off asking this question in
microsoft.public.sqlserver.connect or
microsoft.public.sqlserver.programming.

[snip rest]
--
Charles Calvert | Web-site Design/Development
Celtic Wolf, Inc. | Software Design/Developmenthttp://www.celticwolf.com/
| Data Conversion
(703) 580-0210 | Project Management

Thanks!

~Gina_M~
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top