Click here to Skip to main content
15,906,816 members
Home / Discussions / Database
   

Database

 
AnswerRe: @@identity Pin
SeMartens5-Sep-06 3:10
SeMartens5-Sep-06 3:10 
QuestionProblem in database entry Pin
lucluv5-Sep-06 2:33
lucluv5-Sep-06 2:33 
AnswerRe: Problem in database entry Pin
Colin Angus Mackay5-Sep-06 3:06
Colin Angus Mackay5-Sep-06 3:06 
GeneralRe: Problem in database entry Pin
lucluv5-Sep-06 3:59
lucluv5-Sep-06 3:59 
GeneralRe: Problem in database entry Pin
Colin Angus Mackay7-Sep-06 8:47
Colin Angus Mackay7-Sep-06 8:47 
QuestionGet time part Pin
Vipul Mehta5-Sep-06 1:17
Vipul Mehta5-Sep-06 1:17 
AnswerRe: Get time part Pin
Eric Dahlvang5-Sep-06 5:03
Eric Dahlvang5-Sep-06 5:03 
QuestionCreating a Trusted Sub-System for a Biztalk Database Pin
bensalins4-Sep-06 23:05
bensalins4-Sep-06 23:05 
AS IS – Scenario
================
BIZTALK Rule Engine recognizes USERS only from an Active Directory. These users connect to the BizTalk SQL Server 2005 database through Windows Authentication.

Our windows application accesses the BIZTALK rule Engine using the user context of the logged-in user. In short, the Authentication for the application happens when a user logs in to the windows OS. To connect to the BIZTALK database a connection string is used, among its parameters is the INTEGRATED SECURITY=TRUE value, which simple means it uses Windows Authentication.

Also a LOGIN for the windows user needs to be created on the SQL SERVER 2005 Instance, Which then is associated with a User of the BIZTALK database.



PROBLEM
=======
The problem we face right now begins with the increase in the number of users accessing the application. For every user added to the Active directory, a corresponding login has to be added in the SQL Server 2005 lists of LOGINS. This has created a problem in terms of administration.

I’ve tried using a TRUSTED CONNECTION by creating and using SQL AUTHENTICATED users in the connection string, but this approach has failed.

I’ve tried group the users in the active directory and using this group as login in the SQL SERVER 2005 database, but that has failed too.



TO BE Scenario
==============
The Ideal solution for this problem would be to create a Trusted Sub-System, Which would mean creating only one Login at the SQL Server end and using it to connect it to the BIZTALK database. And all the users in the Active Directory would use the user context of this new Login to get connected to the BIZTALK database.



I haven’t been able to find a solution for this problem. Would really appreciate you help.

Questiontow stored procedure Pin
yazan_zahi4-Sep-06 23:00
yazan_zahi4-Sep-06 23:00 
AnswerRe: tow stored procedure Pin
_AK_4-Sep-06 23:19
_AK_4-Sep-06 23:19 
GeneralRe: tow stored procedure Pin
yazan_zahi4-Sep-06 23:26
yazan_zahi4-Sep-06 23:26 
GeneralRe: tow stored procedure Pin
_AK_5-Sep-06 3:16
_AK_5-Sep-06 3:16 
QuestionSet field to "Allow Zero Length" Pin
myNameIsRon4-Sep-06 22:36
myNameIsRon4-Sep-06 22:36 
QuestionWrite XML File Using SQL Server 2000 Pin
FriendlySoluations4-Sep-06 21:41
FriendlySoluations4-Sep-06 21:41 
AnswerRe: Write XML File Using SQL Server 2000 Pin
Marek Grzenkowicz4-Sep-06 22:55
Marek Grzenkowicz4-Sep-06 22:55 
QuestionSystem.ArgumentException in accesing data from DatagridView Pin
Rocky#4-Sep-06 20:49
Rocky#4-Sep-06 20:49 
QuestionThe text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. Pin
uwhockey4-Sep-06 10:10
uwhockey4-Sep-06 10:10 
AnswerRe: The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. Pin
Marek Grzenkowicz4-Sep-06 23:02
Marek Grzenkowicz4-Sep-06 23:02 
GeneralRe: The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. Pin
uwhockey5-Sep-06 5:20
uwhockey5-Sep-06 5:20 
GeneralRe: The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. Pin
Member 965-Sep-06 6:51
Member 965-Sep-06 6:51 
QuestionMigrating SQL server 2000 database to SQL server 2005 with Japanese alphabets Pin
VaibhavJ4-Sep-06 4:38
VaibhavJ4-Sep-06 4:38 
Questionlayout query Pin
srinandan..4-Sep-06 2:06
srinandan..4-Sep-06 2:06 
AnswerRe: layout query Pin
SeMartens4-Sep-06 2:32
SeMartens4-Sep-06 2:32 
GeneralRe: layout query Pin
srinandan..4-Sep-06 2:40
srinandan..4-Sep-06 2:40 
QuestionWhich one's the best----Relational or non-relational DB structure? Pin
kamalika_kk4-Sep-06 0:07
kamalika_kk4-Sep-06 0:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.