![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi guys, I'm using sql server 2008 express. my problem is this: I use vb.net, when i try to loggin to sql server using windows authentication, it says it s busy.....so I must close the program or viceversa.... Why can't I loggin with the same login from 2 different softwares? How can I solve? |
#3
| |||
| |||
|
|
Hm, a start could be to tell us what you are doing. You say "2 different softwares", but you only mention VB .Net. What is the other software? Could you post the exact error message you get? |
#4
| |||
| |||
|
|
I am developing/testing a program written in vb with stored procedure. I run 2 processes of this program ( 1 in realease in mode and the other in debug mode for tesing concurrency). At same time I wanna keep open sqlserver management studio but I can't: impossible to open the physical file:"pleiadi.mdf", system operative error 32:"32 file is used by another process)" microsfot sql server error: 5120) |
|
On the other hand, if database is open with sqlsms, when i try to launch my program i get the error: Impossibile to open the defult user database: user 'evs_I5-PC\evs_I5' can't access |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Ok, so how can I do this? "Unless you have any particular reason to use these options, I would suggest that you remove them, and specify the database name with the connection-string property Initial Catalog. OR If you want to use user instance and the AttachDBFileName option, you need to have multiple instances of the database file, and construct the path to AttachDBFilename accordingly." |
![]() |
| Thread Tools | |
| Display Modes | |
| |