Viewing 15 posts - 1,411 through 1,425 (of 1,957 total)
abhisheksrivastava85 (5/17/2011)
May 17, 2011 at 4:51 am
opc.three (5/16/2011)
mister.magoo (5/16/2011)
opc.three (5/16/2011)
...SQL Agent jobs don't make dynamic behavior easy...
Hey MM, based on your commentary on this post and others I am confident that you are an experienced SQL...
May 16, 2011 at 2:37 pm
Edit: duplicate post - site returned an error when I posted the first time, so I tried again!
May 16, 2011 at 2:00 pm
I finally had time to work on this....and then once I finished I find Michael had posted a more complete solution...aaaggh!
Never mind, I will post mine because I have done...
May 16, 2011 at 2:00 pm
opc.three (5/16/2011)
...SQL Agent jobs don't make dynamic behavior easy...
I actually use SQL Agent jobs dynamically as a method of executing background tasks from a web application - where the user...
May 16, 2011 at 10:22 am
abhisheksrivastava85 (5/16/2011)
My query is related to handling null values in calculating the average...
May 16, 2011 at 9:50 am
ColdCoffee (5/15/2011)
mister.magoo (5/15/2011)
order by abs(rownum-(total_count/2)) DESC,Value desc
This is exactly what i had in my mind 🙂 Nicely done, MM...
Thanks for the kind comment CC - I am hoping it is...
May 15, 2011 at 1:53 pm
ron5 (5/15/2011)
i requre the values to be returned in order of first the highest Value, then...
May 15, 2011 at 12:17 pm
As said before, it DEPENDS...
I would try playing him a bit.
Him: Magoo!
Me: What (spoken curtly)...(pause for effect)... can I do for you today?
Repeat that often enough and he will learn...
May 12, 2011 at 5:45 pm
Welsh Corgi (5/12/2011)
But whatever you had to do to perform the following in this environment is what I'm asking.
Thank...
May 12, 2011 at 5:37 pm
Welsh Corgi (5/12/2011)
I needed to know how to do the the attachment but I was trying to determine how to do a screen shot a previous...
May 12, 2011 at 5:12 pm
Ninja's_RGR'us (5/12/2011)
Awesome!MM rules :w00t:
You are too kind :blush:
May 12, 2011 at 5:10 pm
1. Start a reply
2. Scroll down and click "Edit Attachments"
3. Click on "Choose File"
4. Pick the file to upload, then click on "Upload Attachments"
5. Once you...
May 12, 2011 at 5:04 pm
You might also be interested in this other method:
declare @myXml xml
set @myXml = '
<MyXmlData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="MyXml.xsd" RequestId="D9E4EBA6-5E29-4206-929C-33594AA7F713" PrintDestination="CH3001" PrintPriority="5">
<SalesChannel>A03</SalesChannel>
</MyXmlData>'
select @myXml.value('MyXmlData[1]/@PrintDestination','varchar(20)')
May 10, 2011 at 9:19 am
Viewing 15 posts - 1,411 through 1,425 (of 1,957 total)