Click here to Skip to main content
15,913,836 members
Home / Discussions / Database
   

Database

 
GeneralRe: Simple Stuff...but I don't know it. Pin
imnotso#13-Nov-07 4:22
imnotso#13-Nov-07 4:22 
GeneralRe: Simple Stuff...but I don't know it. Pin
pmarfleet13-Nov-07 9:13
pmarfleet13-Nov-07 9:13 
QuestionBinding Data Dynamically to a label Pin
sindhutiwari13-Nov-07 1:24
sindhutiwari13-Nov-07 1:24 
QuestionNeed to Add a column to the existing table Pin
SelvaKr12-Nov-07 23:48
SelvaKr12-Nov-07 23:48 
AnswerRe: Need to Add a column to the existing table [modified] Pin
joemonvarghese12-Nov-07 23:58
joemonvarghese12-Nov-07 23:58 
GeneralRe: Need to Add a column to the existing table Pin
SelvaKr13-Nov-07 0:39
SelvaKr13-Nov-07 0:39 
GeneralRe: Need to Add a column to the existing table Pin
Paddy Boyd13-Nov-07 1:26
Paddy Boyd13-Nov-07 1:26 
GeneralRe: Need to Add a column to the existing table Pin
jschell13-Nov-07 11:01
jschell13-Nov-07 11:01 
SelvaKr wrote:
But i want it to get added at the middle.
Is there any way to achieve this.


If it was me I would start by questioning the requirement, because it suggests that someone either doesn't know how databases work and/or are using it incorrectly for some other purpose.

But excluding that you would have to
1. Create temporary table.
2. Copy all of the data to the temp table.
3. Delete the original table.
4. Re-create with the new column
5. Copy all of the data back to the newly created table.
6. Delete the temp table.

Obviously you will need to deal with foreign keys appropriately. And it is likely that that the database can not be active (not processing work) while this is going on.
QuestionSum the fields in Windows Forms DataGrid Pin
zvfil00112-Nov-07 23:48
zvfil00112-Nov-07 23:48 
AnswerRe: Sum the fields in Windows Forms DataGrid Pin
dhbaer13-Nov-07 9:59
dhbaer13-Nov-07 9:59 
QuestionDifference between nvarchar and char Pin
John.L.Ponratnam12-Nov-07 22:46
John.L.Ponratnam12-Nov-07 22:46 
AnswerRe: Difference between nvarchar and char Pin
John-ph12-Nov-07 22:57
John-ph12-Nov-07 22:57 
GeneralRe: Difference between nvarchar and char Pin
venkat vuppala12-Nov-07 23:29
venkat vuppala12-Nov-07 23:29 
QuestionSql Server 2000 Debugging option Pin
joemonvarghese12-Nov-07 22:03
joemonvarghese12-Nov-07 22:03 
AnswerRe: Sql Server 2000 Debugging option Pin
Adeel Chaudhry12-Nov-07 23:32
Adeel Chaudhry12-Nov-07 23:32 
GeneralRe: Sql Server 2000 Debugging option Pin
joemonvarghese13-Nov-07 1:48
joemonvarghese13-Nov-07 1:48 
QuestionDate Problem : Urgent Pin
Suryanairg12-Nov-07 22:02
Suryanairg12-Nov-07 22:02 
AnswerRe: Date Problem : Urgent [modified] Pin
Pete O'Hanlon12-Nov-07 22:20
mvePete O'Hanlon12-Nov-07 22:20 
GeneralRe: Date Problem : Urgent Pin
Adeel Chaudhry12-Nov-07 22:41
Adeel Chaudhry12-Nov-07 22:41 
AnswerRe: Date Problem : Urgent Pin
Adeel Chaudhry12-Nov-07 22:26
Adeel Chaudhry12-Nov-07 22:26 
AnswerRe: Date Problem : Urgent Pin
joemonvarghese12-Nov-07 22:28
joemonvarghese12-Nov-07 22:28 
QuestionHow to filter a number Pin
matjame12-Nov-07 21:11
matjame12-Nov-07 21:11 
AnswerRe: How to filter a number Pin
Adeel Chaudhry12-Nov-07 22:44
Adeel Chaudhry12-Nov-07 22:44 
GeneralRe: How to filter a number Pin
matjame12-Nov-07 22:48
matjame12-Nov-07 22:48 
GeneralRe: How to filter a number Pin
Adeel Chaudhry12-Nov-07 22:57
Adeel Chaudhry12-Nov-07 22:57 

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.