Click here to Skip to main content
15,911,890 members
Home / Discussions / Database
   

Database

 
AnswerRe: SQL INNER JOIN Query Pin
Mairaaj Khan21-Jul-06 3:22
professionalMairaaj Khan21-Jul-06 3:22 
QuestionTrasfer file via DTS Package from FTP server to SFTP server Pin
nmandaliya21-Jul-06 0:09
nmandaliya21-Jul-06 0:09 
AnswerRe: Trasfer file via DTS Package from FTP server to SFTP server [modified] Pin
mr_lasseter21-Jul-06 11:21
mr_lasseter21-Jul-06 11:21 
GeneralRe: Trasfer file via DTS Package from FTP server to SFTP server Pin
Frank Kerrigan21-Jul-06 13:04
Frank Kerrigan21-Jul-06 13:04 
QuestionUsing LIKE with variable [modified] Pin
cyber-will20-Jul-06 22:09
cyber-will20-Jul-06 22:09 
AnswerRe: Using LIKE with variable Pin
Frank Kerrigan21-Jul-06 2:22
Frank Kerrigan21-Jul-06 2:22 
QuestionConnectivity Error(Sqlserver 2005 in Operating System Windows Server 2003) Pin
Balavardhan20-Jul-06 21:57
Balavardhan20-Jul-06 21:57 
AnswerRe: Connectivity Error(Sqlserver 2005 in Operating System Windows Server 2003) Pin
Mike Dimmick21-Jul-06 0:46
Mike Dimmick21-Jul-06 0:46 
I'm guessing that you're trying to make an ASP.NET website. Integrated Security uses the credentials of the thread making the call to authenticate with the database.

Under Windows XP, IIS 5.1 knows nothing about ASP.NET. The ASP.NET runtime itself starts an ASPNET_WP.EXE worker process, which by default runs under the machine-name\ASPNET account. You can change this by editing the <processModel> element in machine.config.

IIS 6.0 on Windows Server 2003 recognises ASP.NET natively, and uses a standard W3WP.EXE worker process. The worker processes use the identity configured in the Application Pool for the application, which by default is the NETWORK SERVICE account.

You have three choices:

- Create a database server login for the NETWORK SERVICE account;
- Change the application pool's identity to a different account that already has a SQL Server login;
- Use SQL Server authentication and pass a username and password in the connection string.

Stability. What an interesting concept. -- Chris Maunder
GeneralRe: Connectivity Error(Sqlserver 2005 in Operating System Windows Server 2003) Pin
Balavardhan22-Jul-06 2:52
Balavardhan22-Jul-06 2:52 
AnswerRe: Connectivity Error(Sqlserver 2005 in Operating System Windows Server 2003) [modified] Pin
Frank Kerrigan21-Jul-06 12:57
Frank Kerrigan21-Jul-06 12:57 
Questiongraph in reporting services Pin
cellardoor071620-Jul-06 21:07
cellardoor071620-Jul-06 21:07 
AnswerRe: graph in reporting services Pin
Frank Kerrigan21-Jul-06 2:26
Frank Kerrigan21-Jul-06 2:26 
QuestionScheduling a Storedprocedure to invoke automatically. [modified] Pin
Tiger45620-Jul-06 14:39
Tiger45620-Jul-06 14:39 
AnswerRe: Scheduling a Storedprocedure to invoke automatically. Pin
Frank Kerrigan21-Jul-06 2:28
Frank Kerrigan21-Jul-06 2:28 
QuestionAdding LOTS of data to a database table Pin
kscadi20-Jul-06 11:37
kscadi20-Jul-06 11:37 
AnswerRe: Adding LOTS of data to a database table Pin
Paul Conrad20-Jul-06 13:30
professionalPaul Conrad20-Jul-06 13:30 
GeneralRe: Adding LOTS of data to a database table [modified] Pin
kscadi20-Jul-06 14:23
kscadi20-Jul-06 14:23 
GeneralRe: Adding LOTS of data to a database table Pin
Paul Conrad20-Jul-06 14:35
professionalPaul Conrad20-Jul-06 14:35 
AnswerRe: Adding LOTS of data to a database table Pin
Mike Dimmick21-Jul-06 0:47
Mike Dimmick21-Jul-06 0:47 
AnswerRe: Adding LOTS of data to a database table Pin
VK-Cadec21-Jul-06 9:24
VK-Cadec21-Jul-06 9:24 
GeneralRe: Adding LOTS of data to a database table Pin
Paul Conrad21-Jul-06 11:20
professionalPaul Conrad21-Jul-06 11:20 
QuestionTable Information Pin
hamidreza_buddy20-Jul-06 6:10
hamidreza_buddy20-Jul-06 6:10 
AnswerRe: Table Information Pin
Steve S20-Jul-06 6:20
Steve S20-Jul-06 6:20 
GeneralRe: Table Information Pin
hamidreza_buddy20-Jul-06 6:37
hamidreza_buddy20-Jul-06 6:37 
AnswerRe: Table Information Pin
Dinuj Nath20-Jul-06 20:36
Dinuj Nath20-Jul-06 20:36 

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.