Click here to Skip to main content
15,922,523 members
Home / Discussions / Database
   

Database

 
GeneralPassword! [modified] Pin
kibromg18-Feb-08 1:29
kibromg18-Feb-08 1:29 
GeneralRe: Password! Pin
Michael Potter18-Feb-08 6:10
Michael Potter18-Feb-08 6:10 
QuestionDynamic Parameters for report designed in SQL Server Reporting Services 2005 Pin
Senthil_M17-Feb-08 21:40
Senthil_M17-Feb-08 21:40 
GeneralRe: Dynamic Parameters for report designed in SQL Server Reporting Services 2005 Pin
r aa j18-Feb-08 2:18
r aa j18-Feb-08 2:18 
Questionsecurity in sql server 2000 database [modified] Pin
Sonia Gupta17-Feb-08 19:15
Sonia Gupta17-Feb-08 19:15 
GeneralRe: security in sql server 2000 database Pin
N a v a n e e t h17-Feb-08 19:42
N a v a n e e t h17-Feb-08 19:42 
GeneralRe: security in sql server 2000 database Pin
Sonia Gupta17-Feb-08 19:53
Sonia Gupta17-Feb-08 19:53 
GeneralRe: security in sql server 2000 database Pin
N a v a n e e t h17-Feb-08 21:10
N a v a n e e t h17-Feb-08 21:10 
GeneralPrimark key Pin
laleh.rajabi17-Feb-08 16:23
laleh.rajabi17-Feb-08 16:23 
GeneralRe: Primark key Pin
Christian Graus17-Feb-08 18:44
protectorChristian Graus17-Feb-08 18:44 
AnswerRe: Primark key Pin
SimulationofSai18-Feb-08 0:12
SimulationofSai18-Feb-08 0:12 
GeneralRemove identity property Pin
Xmen Real 17-Feb-08 13:53
professional Xmen Real 17-Feb-08 13:53 
GeneralRe: Remove identity property Pin
r aa j17-Feb-08 17:59
r aa j17-Feb-08 17:59 
GeneralRe: Remove identity property Pin
Xmen Real 17-Feb-08 18:59
professional Xmen Real 17-Feb-08 18:59 
GeneralRe: Remove identity property Pin
Mike Dimmick18-Feb-08 7:12
Mike Dimmick18-Feb-08 7:12 
GeneralRe: Remove identity property Pin
Xmen Real 18-Feb-08 14:38
professional Xmen Real 18-Feb-08 14:38 
GeneralThe right way to maintain integrity across databases Pin
martin_hughes17-Feb-08 9:56
martin_hughes17-Feb-08 9:56 
Imagine the following SQL Server 2005 scenario, if you will:

You have a "contacts" database holding the details of all your customers, suppliers etc etc. You also have a "shipping" database which allows you to create and fulfil orders. Shipping relies on some (but not all) aspects of the contacts db, and the contact db is also used by other databases/applications.

Ideally you don't want to incorporate chunks of contacts into shipping as you want to have a single source of this information which is up-to-date and reliable. But given this, how do you maintain referential integrity across the two databases, ensuring that shipping cannot contain contact information not existing in contacts?

Do you:
a) Replicate chunks of contacts in shipping which is automatically updated
b) Expose contacts as a service and have your shipping application refer to that
c) Some other method?
GeneralRe: The right way to maintain integrity across databases Pin
SimulationofSai17-Feb-08 22:20
SimulationofSai17-Feb-08 22:20 
QuestionHow to lock a table? Pin
Ian Uy16-Feb-08 21:27
Ian Uy16-Feb-08 21:27 
AnswerRe: How to lock a table? Pin
Colin Angus Mackay17-Feb-08 0:33
Colin Angus Mackay17-Feb-08 0:33 
GeneralRe: How to lock a table? Pin
Ian Uy17-Feb-08 0:38
Ian Uy17-Feb-08 0:38 
GeneralRe: How to lock a table? Pin
Colin Angus Mackay17-Feb-08 0:46
Colin Angus Mackay17-Feb-08 0:46 
GeneralRe: How to lock a table? Pin
Ian Uy17-Feb-08 1:29
Ian Uy17-Feb-08 1:29 
GeneralRe: How to lock a table? Pin
Colin Angus Mackay17-Feb-08 1:33
Colin Angus Mackay17-Feb-08 1:33 
GeneralRe: How to lock a table? Pin
Ian Uy17-Feb-08 2:33
Ian Uy17-Feb-08 2:33 

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.