up vote 0 down vote favorite
share [g+] share [fb]

Can I configure hibernate properties to connect without using an instance name to sql server 2005? I need to force it to use localhost as the hostname and not specify the instance (same as you can do with the sql server enterprise manager).

Ta!

T

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

Yes, you can. You set it up as you normally would in the connection string:

Server=(local);initial catalog=MyDataBase;Integrated Security=SSPI

link|improve this answer
Thanks - I'll give it a shot! – user24060 Oct 1 '08 at 10:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.