Viewing 15 posts - 1 through 15 (of 27 total)
Thanks!....that worked beautifully...but now when I try to run the following SQL, I get nothing. I know I suck at this XML parsing, so I appreciate the help
;WITH XMLNAMESPACES ('http://www.xyz.com'...
November 15, 2013 at 6:42 am
That is perfect. Thank you!
December 5, 2012 at 2:12 pm
Thank you both....they work beautifully!
April 2, 2012 at 7:20 am
Thanks for the information....lets see if this helps
IF OBJECT_ID('TempDB..#mytable','U') IS NOT NULL
DROP TABLE #mytable
CREATE TABLE #mytable(
[Product] [varchar](1) NULL,
[TransactionYYYYMM1] [varchar](6) NULL
) ON...
March 30, 2012 at 6:34 am
I have tried that, I didn't have a whole lot of success...but odds are, I am doing it incorrectly.
March 29, 2012 at 12:52 pm
Sorry for the delay, but that did exactly what I needed. Thanks for the help!
January 24, 2012 at 6:29 am
Thanks...I probably should have been more clear. the XML is a column in a table and I need to write this is a way it will work in a select...
January 20, 2012 at 7:13 am
I changed it to
Data Source=xxxxxxxxx;Initial Catalog=IMS;Provider=SQLNCLI10;Integrated Security=SSPI;Auto Translate=False;
and still get the following error
Error: 2011-01-06 10:23:15.52
Code: 0xC0202009
Source: metavanteach Connection manager "IMS"
Description: SSIS...
January 6, 2011 at 8:24 am
Data Source=xxxxxxxx;Initial Catalog=IMS;Provider=SQLNCLI.1;Integrated Security=SSPI;Auto Translate=False;
January 6, 2011 at 5:23 am
OF COURSE!!!! Sorry, I had a huge brain fart! Thanks!
August 26, 2010 at 8:52 am
I agree 150% that there is a better way to store and manage these packages....but I am inheriting an existing setup in which is would be VERY difficult to go...
March 30, 2010 at 9:11 am
Bob Hovious (2/9/2010)
February 9, 2010 at 8:18 am
Thanks...I tried that and got
"The report parameter 'ObjectName' has a DefaultValue or ValidValue that depends on Report paramter 'ReportParameter1'. Forward dependencies are not valid"
I apologize, but this is my first...
December 23, 2009 at 9:15 am
Viewing 15 posts - 1 through 15 (of 27 total)