Excel 2007 only retrieving data from SQL Server till the first semicolon. How to get the complete Data?

ksnvarma

New Member
Joined
Feb 20, 2015
Messages
1
​Hi, I have an issue and I hope someone in this forum could help me.
I am trying to retrieve "XML Data" of a sequence . I am connected to SQL Server and I am able to query the Database.
However when I get the Result XML Data, I don't get the complete data. It seems that I am only getting the data till excel finds a semi colon.
Is there a way to get the complete data of the XML file from the server or is there a way to not just stop at a semi colon?

Note: I tried the same connection and query in MS Access 2007 and I am able to get the complete Data.

This is the SQL Query for your reference:
exec dbo.PROC_GetXMLStrOnSqlImage 'select ResultXML,Serialnumber,runnumber,Status,ResultXMLFileName from Table1 where serialnumber=''12345768390322''',''
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.

Forum statistics

Threads
1,214,590
Messages
6,120,421
Members
448,961
Latest member
nzskater

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top