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

Database

 
GeneralRe: comparing date time values in MSAccess Pin
John_Adams15-Jan-08 22:37
John_Adams15-Jan-08 22:37 
Questionhow to save an image in sql Pin
Naveed72713-Jan-08 19:12
Naveed72713-Jan-08 19:12 
AnswerRe: how to save an image in sql Pin
pmarfleet13-Jan-08 19:38
pmarfleet13-Jan-08 19:38 
GeneralRe: how to save an image in sql Pin
Naveed72713-Jan-08 19:45
Naveed72713-Jan-08 19:45 
GeneralRe: how to save an image in sql Pin
pmarfleet13-Jan-08 21:50
pmarfleet13-Jan-08 21:50 
AnswerRe: how to save an image in sql Pin
Giorgi Dalakishvili13-Jan-08 21:16
mentorGiorgi Dalakishvili13-Jan-08 21:16 
GeneralPasswrod on database Pin
Xmen Real 13-Jan-08 5:43
professional Xmen Real 13-Jan-08 5:43 
GeneralRe: Passwrod on database Pin
pmarfleet13-Jan-08 7:07
pmarfleet13-Jan-08 7:07 
xmen wrote:
i want to set password on my database of SQL server 2005, can someone tell how can i do this?


You don't set a password on the database itself. You set a password for a user account that can access the database. If you create a new user account from SQL Server Management Studio, you will be prompted to select the method of authentication this account will use (Windows/SQL). If you select SQL authentication, you can define a password for the account. User accounts can also be created from T-SQL, but I don't know the syntax of the top of my head. Search the MSDN documentation if you want to know more.

Paul Marfleet

"No, his mind is not for rent
To any God or government"
Tom Sawyer - Rush


GeneralRe: Passwrod on database Pin
Colin Angus Mackay13-Jan-08 9:43
Colin Angus Mackay13-Jan-08 9:43 
GeneralRe: Passwrod on database Pin
GuyThiebaut13-Jan-08 11:24
professionalGuyThiebaut13-Jan-08 11:24 
GeneralRe: Passwrod on database Pin
pmarfleet13-Jan-08 11:49
pmarfleet13-Jan-08 11:49 
GeneralRe: Passwrod on database [modified] Pin
Xmen Real 13-Jan-08 17:11
professional Xmen Real 13-Jan-08 17:11 
GeneralRe: Passwrod on database Pin
pmarfleet13-Jan-08 19:34
pmarfleet13-Jan-08 19:34 
GeneralRe: Passwrod on database Pin
Xmen Real 13-Jan-08 19:46
professional Xmen Real 13-Jan-08 19:46 
GeneralRe: Passwrod on database Pin
Xmen Real 13-Jan-08 22:36
professional Xmen Real 13-Jan-08 22:36 
GeneralRe: Passwrod on database Pin
pmarfleet13-Jan-08 22:41
pmarfleet13-Jan-08 22:41 
GeneralRe: Passwrod on database Pin
Xmen Real 13-Jan-08 22:48
professional Xmen Real 13-Jan-08 22:48 
GeneralRe: Passwrod on database Pin
Colin Angus Mackay14-Jan-08 5:27
Colin Angus Mackay14-Jan-08 5:27 
GeneralRe: Passwrod on database Pin
Xmen Real 14-Jan-08 5:46
professional Xmen Real 14-Jan-08 5:46 
GeneralRe: Passwrod on database Pin
Colin Angus Mackay14-Jan-08 6:42
Colin Angus Mackay14-Jan-08 6:42 
GeneralRe: Passwrod on database [modified] Pin
Xmen Real 14-Jan-08 7:13
professional Xmen Real 14-Jan-08 7:13 
GeneralRe: Passwrod on database Pin
Colin Angus Mackay14-Jan-08 9:14
Colin Angus Mackay14-Jan-08 9:14 
GeneralRe: Passwrod on database Pin
Xmen Real 14-Jan-08 13:53
professional Xmen Real 14-Jan-08 13:53 
GeneralRe: Passwrod on database Pin
Colin Angus Mackay14-Jan-08 14:13
Colin Angus Mackay14-Jan-08 14:13 
GeneralRe: Passwrod on database [modified] Pin
Xmen Real 14-Jan-08 17:10
professional Xmen Real 14-Jan-08 17:10 

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.