Viewing 15 posts - 556 through 570 (of 748 total)
From your side, you would specify integrated security connection strings from within your app.
Hi Jason,
Thanks for your reply. Can you tell me how to write my connection string in web.config?...
November 16, 2009 at 11:57 am
I also just changed the owner to sa, it returns same 0 to all number - that's not right.
October 23, 2009 at 9:02 am
Good catch!
However, I checked the owner of the job in the maintenance plan, it is me and it's dbo and it has access to the fn.
October 23, 2009 at 8:59 am
Thanks for quick response.
the sp will calculate correct number and insert them into the table Summary.
I don't have any problem running the sp outside the maintenance plan.
October 23, 2009 at 8:36 am
Thank you all guys, it does help so much when you leave it for a while and come back and see it is fixed.
October 20, 2009 at 11:44 am
lmu92 (9/23/2009)
As stated in my previous post: xml is case sensitive.If you change your query syntax to EXACTLY match the node names, it'll return 14.
Edit: Hint: CamelCase vs. lowercase.
Don't know...
September 23, 2009 at 2:15 pm
Thanks for your reply. Question a was answered already, example was given in the post, and here again for your convenience:
DECLARE @Data XML;
SET @Data =
'
14
2260586.523
0.018
';
SELECT @Data.value('(/*/Result/EngineInfo/ModelDataVersion)[1]', 'NVARCHAR(10)') ModelDataVersion;
September 23, 2009 at 1:38 pm
For question c: this function is only used by me, so I wouldnot query a non-existing node.
September 23, 2009 at 1:16 pm
I already answered your question. Thanks.
September 23, 2009 at 1:14 pm
Thanks for replying.
I didn't know the original data was modified automatically by the system, with the IFCode markup, the data should be:
keyword1.xxx
value1
keyword2.yyy
value2
keyword3.aaa
value3
keyword4.bbb
value4
....
There are some other solutions but they are all...
September 23, 2009 at 1:04 pm
Thanks. The link gives error:
The specified request cannot be executed from current Application Pool
August 19, 2009 at 10:49 am
This is all explained in the article, but it's actually easier for you to format it correctly as we requested (there's a tool for it)
than it is for me...
August 19, 2009 at 9:38 am
Hi Barry,
I already attached my data in the previous post, I am sure you can easily import the two tables into your sql server.
Thanks again for your help.
P.S. The result...
August 18, 2009 at 8:10 am
Hi Barry,
I would rather wait until you test it, the code hangs there, for more than half an hour, got to be something wrong.
August 17, 2009 at 12:25 pm
Viewing 15 posts - 556 through 570 (of 748 total)