Click here to Skip to main content
15,916,945 members
Home / Discussions / Database
   

Database

 
AnswerRe: .NET DataGridView question Pin
Mycroft Holmes30-Jul-09 16:48
professionalMycroft Holmes30-Jul-09 16:48 
GeneralRe: .NET DataGridView question Pin
Art Frank31-Jul-09 9:18
Art Frank31-Jul-09 9:18 
GeneralRe: .NET DataGridView question Pin
Art Frank31-Jul-09 9:25
Art Frank31-Jul-09 9:25 
GeneralRe: .NET DataGridView question Pin
Mycroft Holmes31-Jul-09 12:42
professionalMycroft Holmes31-Jul-09 12:42 
QuestionHow to protect sqlserver database from unauthorized access Pin
shine_paravur30-Jul-09 0:40
shine_paravur30-Jul-09 0:40 
AnswerRe: How to protect sqlserver database from unauthorized access Pin
dan!sh 30-Jul-09 0:47
professional dan!sh 30-Jul-09 0:47 
AnswerRe: How to protect sqlserver database from unauthorized access Pin
Abhijit Jana30-Jul-09 8:29
professionalAbhijit Jana30-Jul-09 8:29 
AnswerRe: How to protect sqlserver database from unauthorized access Pin
Robin_Roy30-Jul-09 16:45
Robin_Roy30-Jul-09 16:45 
There are few options here for you:
Using Windows authentication to access the database.
Using SQL authentication to access the database.

For Windows Authentication, you need to use Active Directory User to map to your database.
For SQL Authentication, you need to create a SQL User and map the appropriate Roles and map with your database.

In your C# application, encrypt your connection string and use the same.

Many a times in shared deployment environment, they allow on SQL Authentication only, in such a case you will have to use SQL Authentication.
Question[Message Deleted] Pin
Balaji_rcs30-Jul-09 0:09
professionalBalaji_rcs30-Jul-09 0:09 
AnswerRe: Checklist for migrating Sql Server 2000 based websites to 2005 based websites Pin
Ashfield30-Jul-09 1:58
Ashfield30-Jul-09 1:58 
AnswerRe: Checklist for migrating Sql Server 2000 based websites to 2005 based websites Pin
Abhijit Jana30-Jul-09 8:32
professionalAbhijit Jana30-Jul-09 8:32 
AnswerRe: Checklist for migrating Sql Server 2000 based websites to 2005 based websites Pin
Robin_Roy30-Jul-09 16:50
Robin_Roy30-Jul-09 16:50 
QuestionNeed Checklist for migrating Sql Server 2000 based websites to 2005 based websites Pin
Balaji_rcs30-Jul-09 0:06
professionalBalaji_rcs30-Jul-09 0:06 
AnswerRe: Need Checklist for migrating Sql Server 2000 based websites to 2005 based websites Pin
Jerry Hammond30-Jul-09 3:09
Jerry Hammond30-Jul-09 3:09 
AnswerRe: Need Checklist for migrating Sql Server 2000 based websites to 2005 based websites Pin
Robin_Roy30-Jul-09 16:52
Robin_Roy30-Jul-09 16:52 
QuestionIs it possible to design Custom Constraints ??? Pin
www.Developerof.NET29-Jul-09 22:15
www.Developerof.NET29-Jul-09 22:15 
AnswerRe: Is it possible to design Custom Constraints ??? Pin
Robin_Roy30-Jul-09 16:54
Robin_Roy30-Jul-09 16:54 
QuestionJoin two tables of different servers in SSIS Pin
CodalcoholicNBrainy29-Jul-09 7:12
CodalcoholicNBrainy29-Jul-09 7:12 
AnswerRe: Join two tables of different servers in SSIS Pin
Abhijit Jana29-Jul-09 7:19
professionalAbhijit Jana29-Jul-09 7:19 
GeneralRe: Join two tables of different servers in SSIS Pin
CodalcoholicNBrainy29-Jul-09 7:25
CodalcoholicNBrainy29-Jul-09 7:25 
GeneralRe: Join two tables of different servers in SSIS Pin
Abhijit Jana31-Jul-09 9:45
professionalAbhijit Jana31-Jul-09 9:45 
GeneralRe: Join two tables of different servers in SSIS Pin
Syed Mehroz Alam1-Aug-09 2:02
Syed Mehroz Alam1-Aug-09 2:02 
AnswerRe: Join two tables of different servers in SSIS Pin
Robin_Roy29-Jul-09 17:53
Robin_Roy29-Jul-09 17:53 
Questionsynchronization of two databases Pin
Robert Vrinceanu28-Jul-09 21:35
Robert Vrinceanu28-Jul-09 21:35 
AnswerRe: synchronization of two databases Pin
SeMartens28-Jul-09 23:43
SeMartens28-Jul-09 23:43 

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.