This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Basic MSI -> SQL Server -> Authentication Mode
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 23, 2008
06:37 AM
Basic MSI -> SQL Server -> Authentication Mode
Is it possible - without using DMO/SMO (they are not installed everywhere) - to figure out in which mode a sql server runs?
I mean, IS needs to communicate with that sql server over a certain protocol when running sql scripts, so it should be possible to interact in the same way, right?
I either need to execute
I mean, IS needs to communicate with that sql server over a certain protocol when running sql scripts, so it should be possible to interact in the same way, right?
I either need to execute
select serverproperty('IsIntegratedSecurity')and check the return value or just try to connect to my server by using name and password (if this fails it does not run in mixed mode). Unfortunately I only found IS oder MSI IS-functions to achieve that.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 31, 2008
11:50 PM
Why not use the SQL Login Dialog which supports both SQL Server Security and Windows Authentication?
Hope this helps.
Tim
Hope this helps.
Tim