Viewing 15 posts - 1,246 through 1,260 (of 6,486 total)
Change your function's variable declaration to use NVARCHAR, and not Varchar.
December 22, 2010 at 2:41 pm
Lutz just brought up a good point: if this is your presentation format, do NOT convert it back to the XML data type (it will strip out the XML...
December 22, 2010 at 2:16 pm
lsurapaneni (12/22/2010)
I tried your solution, but I am not getting the below 3 lines of code in my output:
<?xml version = "1.0" encoding="UTF-8" ?>
<!DOCTYPE empload...
December 22, 2010 at 1:22 pm
SQLkiwi (12/20/2010)
Wildcat (12/20/2010)
How could a NOLOCK hint to the target table on the DELETE or UPDATE statement? Make no sense to me.
Precisely. It's just an oversight in the parser:
--...
December 22, 2010 at 11:03 am
Wildcat (12/20/2010)
BTW, how could a NOLOCK hint to the target table on the DELETE or UPDATE statement? Make no sense...
December 20, 2010 at 3:12 pm
bhutchin (12/20/2010)
What are you slapping hints all over the code? ( Answer: I use comments to help clarify)
The "hints" he is referring to would be the (nolock) query hints throughout...
December 20, 2010 at 1:42 pm
Jeff Moden (12/14/2010)
December 15, 2010 at 8:24 am
roger-733473 (12/15/2010)
so no security issues then
Malcolm's reference to a man in the middle attack is a huge security issue. Not being able to control or block alternate protocols...
December 15, 2010 at 8:17 am
Malcolm Daughtree (12/14/2010)
roger-733473 (12/14/2010)
perhaps somebody who knows what they are talking about can explain which specific security failings of SQL Server make it unsuitable for use as a firewall
Been doin'...
December 14, 2010 at 9:46 pm
Lowell (12/11/2010)
Malcolm Daughtree (12/10/2010)
December 12, 2010 at 9:37 pm
Steve Jones - SSC Editor (12/8/2010)
Richard.Westhaver (12/7/2010)
Wait until he hits 12. He'll be wishing he was anakin, I know I do:-D
Well I still wish I was Ben Kenobi. The...
December 8, 2010 at 9:02 am
Richard.Westhaver (12/6/2010)
Was it playing while you were over the Atlantic?🙂
yep!
Nothing like going to the beach the following year and asking my parents:
"Is that the same ocean where the shark is...
December 6, 2010 at 2:25 pm
Richard.Westhaver (12/6/2010)
December 6, 2010 at 2:19 pm
Stefan Krzywicki (12/6/2010)
Kit G (12/6/2010)
Steve Jones - SSC Editor (12/6/2010)
... It's actually impossible to get a real person at google.
Ah ha! I knew it! Google is run by...
December 6, 2010 at 12:59 pm
Jason Marshall (12/3/2010)
December 3, 2010 at 5:58 pm
Viewing 15 posts - 1,246 through 1,260 (of 6,486 total)