Click here to Skip to main content
15,887,436 members
Home / Discussions / Database
   

Database

 
AnswerRe: Creating a report selecting information from two databases on the same server Pin
Eddy Vluggen13-Sep-09 3:56
professionalEddy Vluggen13-Sep-09 3:56 
GeneralRe: Creating a report selecting information from two databases on the same server Pin
Md. Marufuzzaman13-Sep-09 4:46
professionalMd. Marufuzzaman13-Sep-09 4:46 
GeneralRe: Creating a report selecting information from two databases on the same server Pin
Eddy Vluggen13-Sep-09 7:08
professionalEddy Vluggen13-Sep-09 7:08 
AnswerRe: Creating a report selecting information from two databases on the same server Pin
εїзεїзεїз13-Sep-09 6:09
εїзεїзεїз13-Sep-09 6:09 
Questionproblem with sql server 2008 - cant change field type Pin
E_Gold12-Sep-09 22:19
E_Gold12-Sep-09 22:19 
AnswerRe: problem with sql server 2008 - cant change field type Pin
Md. Marufuzzaman13-Sep-09 4:38
professionalMd. Marufuzzaman13-Sep-09 4:38 
GeneralRe: problem with sql server 2008 - cant change field type Pin
E_Gold13-Sep-09 9:21
E_Gold13-Sep-09 9:21 
AnswerRe: problem with sql server 2008 - cant change field type Pin
εїзεїзεїз13-Sep-09 5:59
εїзεїзεїз13-Sep-09 5:59 
what are the data field sizes you are using to convert the field type you can use script as

GO
BEGIN
ALTER TABLE tbl ALTER COLUMN [fld] [varchar](18, 8) NOT NULL
END
GO



or create another field as varchar and update your data of numeric fld to it and then drop old column
you can also use casting


Best Of Regards,
SOFTDEV
If you have knowledge, let others light their candles at it

QuestionRegaring Establishing Connection with sqlserver. Pin
dayakar_dn12-Sep-09 8:35
dayakar_dn12-Sep-09 8:35 
AnswerRe: Regaring Establishing Connection with sqlserver. Pin
dan!sh 12-Sep-09 8:56
professional dan!sh 12-Sep-09 8:56 
AnswerRe: Regaring Establishing Connection with sqlserver. Pin
εїзεїзεїз12-Sep-09 10:20
εїзεїзεїз12-Sep-09 10:20 
AnswerRe: Regaring Establishing Connection with sqlserver. Pin
εїзεїзεїз12-Sep-09 12:00
εїзεїзεїз12-Sep-09 12:00 
QuestionWhats wrong with this query Pin
AndreFratelli12-Sep-09 7:47
AndreFratelli12-Sep-09 7:47 
AnswerRe: Whats wrong with this query Pin
dan!sh 12-Sep-09 7:58
professional dan!sh 12-Sep-09 7:58 
AnswerRe: Whats wrong with this query Pin
Luc Pattyn12-Sep-09 8:14
sitebuilderLuc Pattyn12-Sep-09 8:14 
GeneralRe: Whats wrong with this query Pin
AndreFratelli12-Sep-09 14:49
AndreFratelli12-Sep-09 14:49 
AnswerRe: Whats wrong with this query Pin
εїзεїзεїз12-Sep-09 10:28
εїзεїзεїз12-Sep-09 10:28 
QuestionAuto reconnect to MySql when connection is lost after period of inactivity Pin
Bil@l12-Sep-09 5:13
Bil@l12-Sep-09 5:13 
AnswerRe: Auto reconnect to MySql when connection is lost after period of inactivity Pin
dan!sh 12-Sep-09 8:00
professional dan!sh 12-Sep-09 8:00 
GeneralRe: Auto reconnect to MySql when connection is lost after period of inactivity Pin
εїзεїзεїз12-Sep-09 10:40
εїзεїзεїз12-Sep-09 10:40 
GeneralRe: Auto reconnect to MySql when connection is lost after period of inactivity Pin
dan!sh 12-Sep-09 19:07
professional dan!sh 12-Sep-09 19:07 
GeneralRe: Auto reconnect to MySql when connection is lost after period of inactivity Pin
εїзεїзεїз12-Sep-09 19:39
εїзεїзεїз12-Sep-09 19:39 
AnswerRe: Auto reconnect to MySql when connection is lost after period of inactivity Pin
εїзεїзεїз12-Sep-09 10:37
εїзεїзεїз12-Sep-09 10:37 
QuestionWant to split variable in SQL[modified] Pin
xodeblack11-Sep-09 23:23
xodeblack11-Sep-09 23:23 
AnswerRe: Want to split variable in SQ Pin
εїзεїзεїз12-Sep-09 4:44
εїзεїзεїз12-Sep-09 4:44 

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.