How to determine SQL Server Instance name remotely -



How to determine SQL Server Instance name remotely -

if know sql express installed on given computer. have sa password database. not know instance name.

(so connection string "data source=[ip address]\????;user id=sa;password=[password]")

without logging box, how can determine instance name?

if have sql server tools installed locally,

osql -l

will output list of available sql servers (including instance names) in current network.

sql sql-server

Comments

Popular posts from this blog

java Multi query from Mysql using netbeans -

c# - DotNetZip fails with "stream does not support seek operations" -

c++ - StartServiceCtrlDispatcher don't can access 1063 error -