Click here to Skip to main content
15,889,216 members
Home / Discussions / Database
   

Database

 
QuestionDate Ranges [modified] Pin
mobius1110011-Dec-08 8:43
mobius1110011-Dec-08 8:43 
AnswerRe: Date Ranges Pin
Wendelius1-Dec-08 9:21
mentorWendelius1-Dec-08 9:21 
QuestionDatabase updating at clients end Pin
singhdheeraj2130-Nov-08 23:42
singhdheeraj2130-Nov-08 23:42 
AnswerRe: Database updating at clients end Pin
Umair Feroze1-Dec-08 1:41
Umair Feroze1-Dec-08 1:41 
AnswerRe: Database updating at clients end Pin
Ashfield1-Dec-08 4:19
Ashfield1-Dec-08 4:19 
QuestionExtendex Properties In Sql Server 2005 Pin
ais0729-Nov-08 23:53
ais0729-Nov-08 23:53 
AnswerRe: Extendex Properties In Sql Server 2005 Pin
Wendelius30-Nov-08 0:01
mentorWendelius30-Nov-08 0:01 
QuestionSQL syntax question? Pin
programmervb.netc++29-Nov-08 10:35
programmervb.netc++29-Nov-08 10:35 
I am working in a mySQL db and we made a mistake when implementing the tables by having one of the fields in every table being to short. We use this field to catch which form in the applications update each table. The syntax I am finding is to do this...ALTER TABLE `cl_client_common` change `UpdateProgram` char(50). It is currently a char(20) I know that this will work and we should not lose any data however what I am wanting to accomplish is to do this to every table in the db without having to write the code for all 200+ tables. So what I am wondering is could I write something like ALTER TABLE `databaseName`.`*` change `UpdateProgram` char(50).
Any advice would be much appreciated, Please and Thank you.

Humble Programmer

AnswerRe: SQL syntax question? Pin
Wendelius29-Nov-08 11:23
mentorWendelius29-Nov-08 11:23 
GeneralRe: SQL syntax question? Pin
programmervb.netc++29-Nov-08 13:42
programmervb.netc++29-Nov-08 13:42 
GeneralRe: SQL syntax question? Pin
programmervb.netc++2-Dec-08 6:50
programmervb.netc++2-Dec-08 6:50 
GeneralRe: SQL syntax question? Pin
Wendelius2-Dec-08 7:58
mentorWendelius2-Dec-08 7:58 
Questionsql server instalation Pin
ahawari0928-Nov-08 3:43
ahawari0928-Nov-08 3:43 
AnswerRe: sql server instalation Pin
Wendelius28-Nov-08 3:49
mentorWendelius28-Nov-08 3:49 
GeneralRe: sql server instalation Pin
Jerry Hammond28-Nov-08 8:08
Jerry Hammond28-Nov-08 8:08 
GeneralRe: sql server instalation Pin
Wendelius28-Nov-08 8:34
mentorWendelius28-Nov-08 8:34 
AnswerRe: sql server instalation Pin
Jerry Hammond28-Nov-08 8:10
Jerry Hammond28-Nov-08 8:10 
QuestionSqlserver error of date difference Pin
snehasish28-Nov-08 2:25
snehasish28-Nov-08 2:25 
AnswerRe: Sqlserver error of date difference Pin
Wendelius28-Nov-08 3:43
mentorWendelius28-Nov-08 3:43 
GeneralRe: Sqlserver error of date difference Pin
snehasish28-Nov-08 18:25
snehasish28-Nov-08 18:25 
GeneralRe: Sqlserver error of date difference Pin
Wendelius28-Nov-08 20:40
mentorWendelius28-Nov-08 20:40 
QuestionVerify my understanding Pin
Syed Mehroz Alam27-Nov-08 22:18
Syed Mehroz Alam27-Nov-08 22:18 
AnswerRe: Verify my understanding Pin
Steve Westbrook1-Dec-08 5:52
Steve Westbrook1-Dec-08 5:52 
GeneralRe: Verify my understanding Pin
Ben Fair3-Dec-08 4:08
Ben Fair3-Dec-08 4:08 
QuestionOleDb? Pin
dec8227-Nov-08 15:46
dec8227-Nov-08 15:46 

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.