create table clients(Clientid int, Clientname varchar(30), Contactperson varchar(20), Contactnumber nvarchar(30), Emailid nvarchar(50), Address varchar(100), Clientagency varchar(30), Issuedate datetime, Payment nvarchar(30))
insert into Clients values(00001, 'Timesjob.com', 'Boopathiraja and Madhu', '9841050214 and 985632410', 'rajesh_sep09@yahoo.co.in', 'No 10 govindan st Ayyavoo colony Aminjikarai ch-29',null, null, 'Rs.28080')
on execution gives the following statement:
String or binary data would be truncated.
The statement has been terminated.
what can i do?
2006-07-24
21:52:54
·
3 answers
·
asked by
Rajesh K
2
in
Computers & Internet
➔ Programming & Design