Click here to Skip to main content
16,013,918 members
Home / Discussions / Database
   

Database

 
AnswerRe: Optimising stored procedure Pin
Expert Coming21-May-07 22:19
Expert Coming21-May-07 22:19 
GeneralRe: Optimising stored procedure Pin
Ch_Shahzad iqbal21-May-07 23:01
Ch_Shahzad iqbal21-May-07 23:01 
QuestionSQL Connection Troubles Pin
BadKarma21-May-07 21:23
BadKarma21-May-07 21:23 
Questionhelp - Delete Relationship Pin
ekynox21-May-07 18:47
ekynox21-May-07 18:47 
AnswerRe: help - Delete Relationship Pin
Dave Herren22-May-07 10:50
Dave Herren22-May-07 10:50 
GeneralRe: help - Delete Relationship Pin
ekynox22-May-07 13:26
ekynox22-May-07 13:26 
AnswerRe: help - Delete Relationship Pin
ScottM123-May-07 2:46
ScottM123-May-07 2:46 
GeneralRe: help - Delete Relationship Pin
ekynox25-May-07 15:21
ekynox25-May-07 15:21 
well I managed to workout a dirty hack that does the job. To remove the foreign key constraint from the table we need to determine the name of the relationship this is achieved by viewing the msysrelationship table. If you are in MS Access and enable the ability to view hidden objects and tables you will be able to view the msysrelationship table.

The msysrelationship table maintains relationship names as nameoftable1nameoftable2 i.e. if one table was product and the other was supplier then then relationship will productsupplier.

As long as you can access the msysrelationship table you are pretty much set. Then delete the relationship then drop the column easy!!!
QuestionADo.Net Confuse Pin
Amit Kumar G21-May-07 13:20
Amit Kumar G21-May-07 13:20 
AnswerRe: ADo.Net Confuse Pin
Sathesh Sakthivel21-May-07 15:37
Sathesh Sakthivel21-May-07 15:37 
GeneralRe: ADo.Net Confuse Pin
Amit Kumar G21-May-07 16:10
Amit Kumar G21-May-07 16:10 
QuestionSQL and Progress Updates Pin
Expert Coming21-May-07 12:54
Expert Coming21-May-07 12:54 
AnswerRe: SQL and Progress Updates Pin
Dave Kreskowiak21-May-07 13:29
mveDave Kreskowiak21-May-07 13:29 
GeneralRe: SQL and Progress Updates Pin
Expert Coming21-May-07 20:38
Expert Coming21-May-07 20:38 
GeneralRe: SQL and Progress Updates Pin
Dave Kreskowiak22-May-07 12:01
mveDave Kreskowiak22-May-07 12:01 
GeneralRe: SQL and Progress Updates Pin
Expert Coming22-May-07 20:02
Expert Coming22-May-07 20:02 
GeneralRe: SQL and Progress Updates Pin
Dave Kreskowiak23-May-07 15:39
mveDave Kreskowiak23-May-07 15:39 
QuestionCalling SQL updates from Command Prompt Pin
Pualee21-May-07 11:41
Pualee21-May-07 11:41 
AnswerRe: Calling SQL updates from Command Prompt Pin
mr_lasseter22-May-07 7:18
mr_lasseter22-May-07 7:18 
GeneralRe: Calling SQL updates from Command Prompt Pin
Pualee23-May-07 2:37
Pualee23-May-07 2:37 
QuestionHow to add a table to a database of an SQLServer (in C#) Pin
Leia201121-May-07 4:27
Leia201121-May-07 4:27 
AnswerRe: How to add a table to a database of an SQLServer (in C#) Pin
Colin Angus Mackay21-May-07 5:22
Colin Angus Mackay21-May-07 5:22 
QuestionRun Sql jobs in sequence Pin
Aaanand21-May-07 4:21
Aaanand21-May-07 4:21 
AnswerRe: Run Sql jobs in sequence Pin
andyharman21-May-07 8:09
professionalandyharman21-May-07 8:09 
QuestionSQL 2005 Report Services Pin
Jonathan Snyder21-May-07 4:13
Jonathan Snyder21-May-07 4:13 

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.