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 |
|
kid_on_the_block
Posting Yak Master
172 Posts |
Posted - 2006-03-29 : 02:37:55
|
| Hi 1) I have access to the QA only, need to knw whether the server that I have access to is it a default or a named instance server ... how can i find that out 2) What permissions do i have how to find that out , I mean which role am I associated with , how to find that tooo |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2006-03-29 : 02:45:57
|
1) select serverproperty('servername') KHChoice is an illusion, created between those with power, and those without.Concordantly, while your first question may be the most pertinent, you may or may not realize it is also the most irrelevant |
 |
|
|
chiragkhabaria
Master Smack Fu Yak Hacker
1907 Posts |
Posted - 2006-03-29 : 02:49:43
|
| Check out for xp_logininfoIf Debugging is the process of removing Bugs then i Guess programming should be process of Adding them. |
 |
|
|
|
|
|