Click here to Skip to main content
16,004,833 members
Home / Discussions / Database
   

Database

 
QuestionCurrent & Backedup database records out of sync problem Pin
saini arun28-Sep-09 22:24
saini arun28-Sep-09 22:24 
AnswerRe: Current & Backedup database records out of sync problem Pin
Richard MacCutchan28-Sep-09 22:47
mveRichard MacCutchan28-Sep-09 22:47 
GeneralRe: Current & Backedup database records out of sync problem Pin
saini arun28-Sep-09 22:58
saini arun28-Sep-09 22:58 
GeneralRe: Current & Backedup database records out of sync problem Pin
saini arun28-Sep-09 23:25
saini arun28-Sep-09 23:25 
GeneralRe: Current & Backedup database records out of sync problem Pin
Eddy Vluggen29-Sep-09 2:44
professionalEddy Vluggen29-Sep-09 2:44 
AnswerRe: Current & Backedup database records out of sync problem Pin
Mycroft Holmes30-Sep-09 0:47
professionalMycroft Holmes30-Sep-09 0:47 
QuestionSet password for a SQL database ? [modified] Pin
Mohammad Dayyan28-Sep-09 17:15
Mohammad Dayyan28-Sep-09 17:15 
AnswerRe: Set password for a SQL database ? Pin
Andy_L_J28-Sep-09 20:02
Andy_L_J28-Sep-09 20:02 
USE master
Go

EXEC sp_addlogin NewUser, password, dbName
Go


Where NewUser is the User Name, password is the user password, and dbName is the name of the database that you want to add the user to.


Or, if you are using Windows authentication, add users to roles in SSMS.

I don't speak Idiot - please talk slowly and clearly

I don't know what all the fuss is about with America getting it's first black president. Zimbabwe's had one for years and he's sh*t. - Percy Drake , Shrewsbury

Driven to the arms of Heineken by the wife

GeneralRe: Set password for a SQL database ? Pin
r a m e s h29-Sep-09 0:26
r a m e s h29-Sep-09 0:26 
GeneralRe: Set password for a SQL database ? Pin
Andy_L_J29-Sep-09 0:57
Andy_L_J29-Sep-09 0:57 
QuestionHow to edit a view Pin
mhh11228-Sep-09 12:17
mhh11228-Sep-09 12:17 
AnswerRe: How to edit a view Pin
Ashfield28-Sep-09 21:00
Ashfield28-Sep-09 21:00 
QuestionConstraint question Pin
ToddHileHoffer28-Sep-09 7:31
ToddHileHoffer28-Sep-09 7:31 
AnswerRe: Constraint question Pin
Abhishek Sur28-Sep-09 10:35
professionalAbhishek Sur28-Sep-09 10:35 
GeneralRe: Constraint question Pin
i.j.russell28-Sep-09 10:55
i.j.russell28-Sep-09 10:55 
GeneralRe: Constraint question Pin
Abhishek Sur29-Sep-09 4:04
professionalAbhishek Sur29-Sep-09 4:04 
GeneralRe: Constraint question Pin
J4amieC29-Sep-09 6:00
J4amieC29-Sep-09 6:00 
AnswerRe: Constraint question Pin
David Skelly29-Sep-09 22:28
David Skelly29-Sep-09 22:28 
GeneralRe: Constraint question Pin
ToddHileHoffer30-Sep-09 2:34
ToddHileHoffer30-Sep-09 2:34 
Questionhierarchy Pin
mehrdadc4828-Sep-09 4:42
mehrdadc4828-Sep-09 4:42 
AnswerRe: hierarchy Pin
J4amieC28-Sep-09 5:36
J4amieC28-Sep-09 5:36 
AnswerRe: hierarchy Pin
i.j.russell28-Sep-09 10:56
i.j.russell28-Sep-09 10:56 
QuestionXML Column in SQL Server 2005 Pin
Kartik Kumar28-Sep-09 0:02
Kartik Kumar28-Sep-09 0:02 
QuestionSSRS - Web Service vs URL access Pin
devvvy27-Sep-09 21:36
devvvy27-Sep-09 21:36 
AnswerRe: SSRS - Web Service vs URL access Pin
r a m e s h29-Sep-09 0:21
r a m e s h29-Sep-09 0:21 

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.