Click here to Skip to main content
16,006,378 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL-select and insert Pin
-Dr_X-14-Jan-05 14:17
-Dr_X-14-Jan-05 14:17 
GeneralRe: SQL-select and insert Pin
Anonymous14-Jan-05 15:07
Anonymous14-Jan-05 15:07 
QuestionSqlserver -gui ? Pin
kaiowa5114-Jan-05 8:39
kaiowa5114-Jan-05 8:39 
QuestionDataTable with nested Child Tables?? Pin
work_to_live13-Jan-05 8:09
work_to_live13-Jan-05 8:09 
AnswerRe: DataTable with nested Child Tables?? Pin
Rob Graham13-Jan-05 16:09
Rob Graham13-Jan-05 16:09 
GeneralRe: DataTable with nested Child Tables?? Pin
work_to_live14-Jan-05 4:56
work_to_live14-Jan-05 4:56 
GeneralDatabase schema Pin
webhay13-Jan-05 1:15
webhay13-Jan-05 1:15 
GeneralRe: Database schema Pin
Colin Angus Mackay13-Jan-05 11:46
Colin Angus Mackay13-Jan-05 11:46 
webhay wrote:
I made a database in my server but when i generat a script for this database and run it in another server the Digram dosnt apper in the second server

The diagrams are not scripted as they will change dynamically with the data model in the database. The diagrams are just a graphical representation of the tables in the database and their relationships.


webhay wrote:
How can if i change relation in the first digarm make this changes in the second database

Script the change. Don't use Enterprise manager - learn how to make these changes in script so you can test the changes on a development server, make sure that they work without breaking the database, then apply the script (after fixing any bugs) to the live system.

Generally it is a good idea to take a backup of the live system and restore the backup on a development box to test your change-script on so that the development environment is as close to the live system as possible.

Does this help?


Do you want to know more?
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and Forums


Upcoming talk:
SELECT UserName, Password FROM Users
-- Getting unauthorised access to a SQL Server, and how to prevent it.

Generali couldn't see Databases in SQL server Pin
BSRK13-Jan-05 0:17
BSRK13-Jan-05 0:17 
GeneralRe: i couldn't see Databases in SQL server Pin
Colin Angus Mackay13-Jan-05 1:02
Colin Angus Mackay13-Jan-05 1:02 
GeneralRe: i couldn't see Databases in SQL server Pin
BSRK13-Jan-05 1:28
BSRK13-Jan-05 1:28 
GeneralRe: i couldn't see Databases in SQL server Pin
Colin Angus Mackay13-Jan-05 2:07
Colin Angus Mackay13-Jan-05 2:07 
Generalwe cannot use MSDE & Enterprise Manager Pin
BSRK13-Jan-05 2:39
BSRK13-Jan-05 2:39 
GeneralRe: we cannot use MSDE & Enterprise Manager Pin
Colin Angus Mackay13-Jan-05 2:48
Colin Angus Mackay13-Jan-05 2:48 
GeneralRe: we cannot use MSDE & Enterprise Manager Pin
Michael P Butler13-Jan-05 8:42
Michael P Butler13-Jan-05 8:42 
GeneralRe: i couldn't see Databases in SQL server Pin
Mike Dimmick14-Jan-05 0:42
Mike Dimmick14-Jan-05 0:42 
QuestionHow To connect to MySql database from JAva Pin
Aakash Jain12-Jan-05 18:28
Aakash Jain12-Jan-05 18:28 
AnswerRe: How To connect to MySql database from JAva Pin
David Salter13-Jan-05 22:26
David Salter13-Jan-05 22:26 
Generalselect Pin
webhay12-Jan-05 10:11
webhay12-Jan-05 10:11 
GeneralRe: select Pin
Colin Angus Mackay12-Jan-05 22:58
Colin Angus Mackay12-Jan-05 22:58 
GeneralRe: select Pin
webhay12-Jan-05 23:40
webhay12-Jan-05 23:40 
GeneralRe: select Pin
Colin Angus Mackay12-Jan-05 23:48
Colin Angus Mackay12-Jan-05 23:48 
GeneralSQL ToTitleCase Script Pin
Jason Weibel12-Jan-05 7:50
Jason Weibel12-Jan-05 7:50 
GeneralRe: SQL ToTitleCase Script Pin
Ritesh123413-Jan-05 3:53
Ritesh123413-Jan-05 3:53 
GeneralRe: SQL ToTitleCase Script Pin
Jason Weibel13-Jan-05 4:18
Jason Weibel13-Jan-05 4:18 

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.