vote up 0 vote down star

Hi, 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

flag

1 Answer

vote up 0 vote down check

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

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

link|flag
Thanks - I'll give it a shot! – unknown (yahoo) Oct 1 '08 at 10:02

Your Answer

Get an OpenID
or

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