Viewing 10 posts - 1 through 10 (of 10 total)
Hi,
server pinging perfectly its also connect in ssms also.
June 22, 2016 at 5:29 am
Hi,
Server name,database name,schema name and table name also correct. linked server test connection also success. but i am getting the error
June 22, 2016 at 5:28 am
thanks for you reply
server connectivity in ssms is ok. the server connecting properly.
June 22, 2016 at 4:13 am
john
thanks for you reply.
below the query
select * from [server_ip].db_name.dbo.table_name
June 22, 2016 at 4:12 am
PATINDEX('%[^0-9]%', LHP_PARAM_RESULT_VALUE) = 0
February 14, 2013 at 9:53 pm
PATINDEX('%[^0-9]%', LHP_PARAM_RESULT_VALUE) = 0
I am just mentioned a name only.
February 14, 2013 at 9:50 pm
Hi
Thanks to all, This issue rectified by using PATINDEX(%[0-9]%) in Where clause.
--Ragu Thangavel
February 13, 2013 at 9:24 pm
Data's are not a problem because this query ran when i transferred the this single column data's to another table.
but error came on the original table only.
both column data...
February 13, 2013 at 5:09 am
The Query is running but I expect 6400 records without error. But here i ran the query 200 Records came with Arithmetic overflow error converting varchar to data type numeric...
February 13, 2013 at 4:41 am
Viewing 10 posts - 1 through 10 (of 10 total)