Click here to Skip to main content
15,925,133 members
Home / Discussions / Database
   

Database

 
GeneralRe: Must declare the variable '@TheYear' Pin
sasire1831-Jan-06 3:19
sasire1831-Jan-06 3:19 
QuestionconnectionString update not working Pin
Eugenio Lysei Junior30-Jan-06 12:11
Eugenio Lysei Junior30-Jan-06 12:11 
QuestionHOW TO USE TIMESTAMP Pin
ventomito30-Jan-06 9:48
ventomito30-Jan-06 9:48 
QuestionADO creating 2 connections Pin
Steven G. Weber30-Jan-06 9:20
Steven G. Weber30-Jan-06 9:20 
QuestionMoving a SQL database Pin
dptalt30-Jan-06 5:54
dptalt30-Jan-06 5:54 
AnswerRe: Moving a SQL database Pin
Colin Angus Mackay30-Jan-06 6:52
Colin Angus Mackay30-Jan-06 6:52 
GeneralRe: Moving a SQL database Pin
shaz jazz1-Jul-06 2:17
shaz jazz1-Jul-06 2:17 
GeneralRe: Moving a SQL database Pin
Colin Angus Mackay1-Jul-06 2:37
Colin Angus Mackay1-Jul-06 2:37 
shaz jazz wrote:
(You'll then have to wire up the logins again as the login ids will be different because they are stored in the master db)
what does it mean?? i mean how can this b done??


It means that logging into a SQL Server is performed at the server level, not the database level. Each database just contains the details of which logins are permitted to access it (but not how to authenticate those logins). If you move a database to a new server the mapping between the logins in the master database and the users permitted to use a specific database may be incorrect.

When users are mismatched from their logins you can use sp_change_users_login[^] to fix the mapping.


Scottish Developers events:
* .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy
* Developer Day Scotland: are you interested in speaking or attending?

My: Website | Blog
QuestionRecursive Data Pin
Bassam Saoud30-Jan-06 5:06
Bassam Saoud30-Jan-06 5:06 
AnswerRe: Recursive Data Pin
Damodar Periwal3-Feb-06 14:01
Damodar Periwal3-Feb-06 14:01 
QuestionHow to get SqlTypes of a particular column in sqlserver using C# Pin
YogeshChoudhary30-Jan-06 0:59
YogeshChoudhary30-Jan-06 0:59 
QuestionHow to generate a sql db from a xml file Pin
User 231751430-Jan-06 0:58
User 231751430-Jan-06 0:58 
Questionupdate problem Pin
kings_128-Jan-06 15:57
kings_128-Jan-06 15:57 
QuestionCertain Numbr of records Pin
gharry28-Jan-06 3:36
gharry28-Jan-06 3:36 
AnswerRe: Certain Numbr of records Pin
Colin Angus Mackay28-Jan-06 6:01
Colin Angus Mackay28-Jan-06 6:01 
QuestionAutonumber in MS Access Pin
alfakappasigma27-Jan-06 23:49
alfakappasigma27-Jan-06 23:49 
AnswerRe: Autonumber in MS Access Pin
Pankaj Kulkarni30-Jan-06 0:47
Pankaj Kulkarni30-Jan-06 0:47 
GeneralRe: Autonumber in MS Access Pin
alfakappasigma31-Jan-06 6:43
alfakappasigma31-Jan-06 6:43 
GeneralRe: Autonumber in MS Access Pin
Luis Alonso Ramos31-Jan-06 7:58
Luis Alonso Ramos31-Jan-06 7:58 
GeneralRe: Autonumber in MS Access Pin
alfakappasigma2-Feb-06 7:38
alfakappasigma2-Feb-06 7:38 
QuestionGet Highest Value.... Pin
Sasmi27-Jan-06 2:55
Sasmi27-Jan-06 2:55 
AnswerRe: Get Highest Value.... Pin
Colin Angus Mackay27-Jan-06 2:59
Colin Angus Mackay27-Jan-06 2:59 
GeneralRe: Get Highest Value.... Pin
Sasmi27-Jan-06 3:14
Sasmi27-Jan-06 3:14 
GeneralRe: Get Highest Value.... Pin
Colin Angus Mackay27-Jan-06 3:25
Colin Angus Mackay27-Jan-06 3:25 
QuestionSelecting records from the table Pin
sasire1826-Jan-06 19:31
sasire1826-Jan-06 19:31 

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.