Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
bkmurti
Starting Member
13 Posts |
Posted - 2002-11-15 : 10:07:18
|
hai,How to know whether sql Server is installed.if it is installed how will i know in which directory it is installed .i want to find out the path where Directories "Data","Binn" etc are createdbyemurti |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2002-11-15 : 12:21:28
|
You can look at the registry for the MSSQLServer entry.That should also give you the location of master.The other data files you can only get from the master database.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|