Viewing 15 posts - 106 through 120 (of 359 total)
sturner (6/12/2012)
I don't understand why it would break anything to change the column data type of destination table to match that of source table. The numeric into a int...
June 12, 2012 at 2:21 pm
David Webb-200187 (6/8/2012)
the attached results. If this is correct, the the SQL...
June 10, 2012 at 6:43 pm
Guys I am stuck..need your valuable inputs...Is anyone around?? 😀
June 8, 2012 at 3:14 pm
Oops that doesnt work either... I apologize for making this thread grow big...but unionall doesnt help...it returns duplicate data as well. Is there a way that I can fix this...
June 8, 2012 at 1:44 pm
David thanks for the reply..I havent tried that yet because I went through the route of SSIS as I needed to loop through a lot of files.
I think I...
June 8, 2012 at 1:33 pm
FYI This is how my .xsd file looks. The ones that i have bolded are the columns I need.
<?xml version="1.0"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="sessions">
<xs:complexType>
...
June 8, 2012 at 12:55 pm
Thanks for your replies. I am able to generate an SSIS package that loops through all the XML files. The issue I have here is the XML source I am...
June 8, 2012 at 12:51 pm
I have modified the query a bit per my requirement and it is as shown:
DECLARE @XML XML = '<?xml version="1.0" encoding="UTF-8"?>
<sessions accountId=''48152'' startDate=''2012-05-27'' startTime=''00:00:00'' endDate=''2012-05-28''
endTime=''00:00:00''>
<session applicationId=''357627'' applicationName=''app1'' startTime=''00:48:54'' startDate=''2012-05-27''
...
June 7, 2012 at 1:41 pm
Is there a way that I can loop through if I have too many xml records?
June 7, 2012 at 1:28 pm
Thanks again Gsquared I will definitely go through the route of SSIS.
Let us know when you get to questions you can't figure out on your own with searches...
June 7, 2012 at 9:32 am
GSquared (6/6/2012)
Sapen (6/5/2012)
I apologize for not posting my question clearly. The xml file is not always a same file instead a new file gets created...
June 7, 2012 at 9:16 am
Thanks for your valuable inputs everyone.
I apologize for not posting my question clearly. The xml file is not always a same file instead a new file gets created with a...
June 5, 2012 at 3:05 pm
Viewing 15 posts - 106 through 120 (of 359 total)