Click here to Skip to main content
15,914,419 members
Home / Discussions / Database
   

Database

 
AnswerRe: Rank() function is not working in sql server 2000. Pin
soni uma19-Aug-08 19:16
soni uma19-Aug-08 19:16 
GeneralRe: Rank() function is not working in sql server 2000. Pin
Ashish Kumar Vyas19-Aug-08 22:31
Ashish Kumar Vyas19-Aug-08 22:31 
QuestionHow to copy table structure from one database to another database by SQL query ? Pin
ankswe19-Aug-08 18:45
ankswe19-Aug-08 18:45 
AnswerRe: How to copy table structure from one database to another database by SQL query ? Pin
Mycroft Holmes19-Aug-08 22:22
professionalMycroft Holmes19-Aug-08 22:22 
QuestionOn attaching Database is opening in Read ONly mode Pin
ankswe19-Aug-08 18:43
ankswe19-Aug-08 18:43 
QuestionSilenty install of PostgreSQL for Windows Pin
dybs19-Aug-08 18:36
dybs19-Aug-08 18:36 
GeneralRe: Silenty install of PostgreSQL for Windows Pin
dybs21-Aug-08 11:31
dybs21-Aug-08 11:31 
GeneralRe: Silenty install of PostgreSQL for Windows Pin
dybs22-Aug-08 12:10
dybs22-Aug-08 12:10 
I mostly have things working now. I can run a silent install from the command line just fine. Turns out it helps to have eht INTERNALLAUNCH=1 property set. My other problem was the CREATESERVICEUSER=1 property had to be set (default is 0), although the documentation online said this property only applied to v8.1, and I'm trying to install 8.3.3. Here's the command line I'm using now:

Msiexec.exe /i postgresql-8.3-int.msi /qn INTERNALLAUNCH=1 ADDLOCAL=server,psql SERVICEDOMAIN="%COMPUTERNAME%" CREATESERVICEUSER=1 SERVICEACCOUNT="postgres" SERVICEPASSWORD="admin" SUPERPASSWORD="admin"

However, running the installer as a bootstrap project still isn't working. It will create the postgres user account, but it still won't create the service, and doesn't seem to make any other changes to the system. It gives me a "User account <insert gibberish="" here=""> does not exist." This doesn't really seem to make sense, though, since I'm telling it to create the user account in the first place! Any other ideas?

Thanks,

Dybs.
QuestionEmbedded SQLCE in C# application Pin
Member 226514819-Aug-08 9:06
Member 226514819-Aug-08 9:06 
AnswerRe: Embedded SQLCE in C# application Pin
Wendelius19-Aug-08 10:03
mentorWendelius19-Aug-08 10:03 
GeneralVisual Studio 2008 Data Source Configuration Wizard throws an exception [modified] Pin
Brian C Hart19-Aug-08 4:49
professionalBrian C Hart19-Aug-08 4:49 
GeneralRe: Visual Studio 2008 Data Source Configuration Wizard throws an exception Pin
Paddy Boyd19-Aug-08 6:12
Paddy Boyd19-Aug-08 6:12 
GeneralRe: Visual Studio 2008 Data Source Configuration Wizard throws an exception Pin
Brian C Hart19-Aug-08 9:47
professionalBrian C Hart19-Aug-08 9:47 
GeneralRe: Visual Studio 2008 Data Source Configuration Wizard throws an exception Pin
Mladen Janković19-Aug-08 14:12
Mladen Janković19-Aug-08 14:12 
GeneralRe: Visual Studio 2008 Data Source Configuration Wizard throws an exception Pin
Brian C Hart20-Aug-08 7:04
professionalBrian C Hart20-Aug-08 7:04 
Question'login failed for 'NT AUTHORITY/ANONYMOUS' Pin
PadmaPriya.S19-Aug-08 1:08
PadmaPriya.S19-Aug-08 1:08 
AnswerRe: 'login failed for 'NT AUTHORITY/ANONYMOUS' Pin
Bassam Saoud19-Aug-08 15:28
Bassam Saoud19-Aug-08 15:28 
QuestionSQL query Pin
Zafar Sultan18-Aug-08 23:59
Zafar Sultan18-Aug-08 23:59 
AnswerRe: SQL query Pin
Tripathi Swati19-Aug-08 0:20
Tripathi Swati19-Aug-08 0:20 
GeneralRe: SQL query [modified] Pin
Zafar Sultan19-Aug-08 2:26
Zafar Sultan19-Aug-08 2:26 
GeneralRe: SQL query Pin
Blue_Boy19-Aug-08 15:26
Blue_Boy19-Aug-08 15:26 
AnswerRe: SQL query Pin
Tripathi Swati19-Aug-08 2:48
Tripathi Swati19-Aug-08 2:48 
GeneralRe: SQL query Pin
Zafar Sultan21-Aug-08 4:27
Zafar Sultan21-Aug-08 4:27 
GeneralRe: SQL query Pin
Tripathi Swati21-Aug-08 19:09
Tripathi Swati21-Aug-08 19:09 
GeneralRe: SQL query Pin
Zafar Sultan22-Aug-08 1:12
Zafar Sultan22-Aug-08 1:12 

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.