Click here to Skip to main content
15,900,907 members
Home / Discussions / Database
   

Database

 
GeneralRe: Populate one table from another Pin
Corporal Agarn10-Feb-15 0:42
professionalCorporal Agarn10-Feb-15 0:42 
GeneralRe: Populate one table from another Pin
Corporal Agarn10-Feb-15 2:23
professionalCorporal Agarn10-Feb-15 2:23 
GeneralRe: Populate one table from another Pin
Jörgen Andersson10-Feb-15 4:23
professionalJörgen Andersson10-Feb-15 4:23 
AnswerRe: Populate one table from another Pin
Rony8910-Feb-15 17:00
Rony8910-Feb-15 17:00 
GeneralRe: Populate one table from another Pin
Corporal Agarn11-Feb-15 0:43
professionalCorporal Agarn11-Feb-15 0:43 
QuestionHow to upgrade a SQL Server Mobile database? [Solved] Pin
TMattC6-Feb-15 3:03
TMattC6-Feb-15 3:03 
AnswerRe: How to upgrade a SQL Server Mobile database? Pin
TMattC6-Feb-15 8:55
TMattC6-Feb-15 8:55 
AnswerRe: How to upgrade a SQL Server Mobile database? [Solved] Pin
TMattC8-Feb-15 20:19
TMattC8-Feb-15 20:19 
QuestionFull Text Search sqlserver Pin
samanehahmadi2-Feb-15 19:26
professionalsamanehahmadi2-Feb-15 19:26 
AnswerRe: Full Text Search sqlserver Pin
Eddy Vluggen2-Feb-15 22:35
professionalEddy Vluggen2-Feb-15 22:35 
QuestionShrink Problem After Compress Pin
en.Mahdi31-Jan-15 2:58
en.Mahdi31-Jan-15 2:58 
QuestionRe: Shrink Problem After Compress Pin
Richard MacCutchan31-Jan-15 6:15
mveRichard MacCutchan31-Jan-15 6:15 
QuestionOracle Connection User Name and Password [UPDATE] Pin
Kevin Marois30-Jan-15 11:24
professionalKevin Marois30-Jan-15 11:24 
Questionhow can i transfer data Pin
Member 1141305829-Jan-15 12:55
Member 1141305829-Jan-15 12:55 
AnswerRe: how can i transfer data Pin
Mycroft Holmes29-Jan-15 13:41
professionalMycroft Holmes29-Jan-15 13:41 
GeneralRe: how can i transfer data Pin
Member 114130581-Feb-15 5:23
Member 114130581-Feb-15 5:23 
AnswerRe: how can i transfer data Pin
Umer Akram29-Jan-15 18:52
Umer Akram29-Jan-15 18:52 
GeneralRe: how can i transfer data Pin
Member 114130581-Feb-15 5:24
Member 114130581-Feb-15 5:24 
GeneralRe: how can i transfer data Pin
Umer Akram3-Feb-15 18:43
Umer Akram3-Feb-15 18:43 
QuestionModify the computed expression of computed column Pin
indian14327-Jan-15 6:41
indian14327-Jan-15 6:41 
AnswerRe: Modify the computed expression of computed column Pin
Richard Deeming27-Jan-15 7:02
mveRichard Deeming27-Jan-15 7:02 
AnswerRe: Modify the computed expression of computed column Pin
deepakdynamite28-Jan-15 0:27
deepakdynamite28-Jan-15 0:27 
Hello,

I don't think it will allow you to change Computer column expression on the Fly... Instead add new column with new expression and name it as newColumn. Delete you old column and then rename newColumn to Original column name using below command.

SQL
sp_RENAME 'Table_First.newColumn', 'YourOriginalColumnName' , 'COLUMN'

QuestionBLOB or external storage... Pin
Kornfeld Eliyahu Peter26-Jan-15 20:57
professionalKornfeld Eliyahu Peter26-Jan-15 20:57 
AnswerRe: BLOB or external storage... Pin
den2k8826-Jan-15 21:32
professionalden2k8826-Jan-15 21:32 
AnswerRe: BLOB or external storage... Pin
GuyThiebaut26-Jan-15 21:48
professionalGuyThiebaut26-Jan-15 21:48 

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.