Viewing 8 posts - 226 through 233 (of 233 total)
Hi
Have a cup of tea & relax for 10 minutes..It works..!!
December 2, 2010 at 2:32 am
December 2, 2010 at 2:09 am
Hi ..
Try this one...
declare @tab table (id int,name varchar(10))
insert into @tab (id,name)
select 1,'Sumit' union all
select 1,'Sumit' union all
select 2,'Sumit2' union all
select 2,'Sumit2'
select...
December 1, 2010 at 2:45 am
Adding to the above reply,
The following system functions can be used to obtain information about the error that CATCH block to be executed
ERROR_NUMBER() returns the number of the error....
December 1, 2010 at 12:15 am
I am sure I wont be studying SQL and wont be a member of this forum either
November 30, 2010 at 5:29 am
My opinion abt this problem is
1) Postcode : nvarchar datatype will do the purpose
2) Mobile/Phone No: Go for numeric datatype , if it is having only numeric data.
3) Email:...
November 30, 2010 at 4:41 am
Varchar(max) will be suitable for this problem..
November 15, 2010 at 2:35 am
Viewing 8 posts - 226 through 233 (of 233 total)