Viewing 15 posts - 1 through 15 (of 17 total)
June 16, 2017 at 11:12 am
June 13, 2017 at 6:07 am
June 12, 2017 at 5:08 pm
Update: I tried several different combinations of locks, including (updlock) (xlock paglock) (holdlock). The only lock that prevented a second transaction from potentially inserting a key violation was...
July 14, 2013 at 11:11 am
Thank you both for your responses. It seems the answer will involve explicit transaction and explicit locks. I was hoping to avoid that. I know there is...
July 14, 2013 at 9:40 am
We have a very similar situation, and are looking forward to upgrading and making use of filtered indexes.
It's not clear to me... did you try using filtered indexes with just...
February 21, 2013 at 9:10 am
BTW, I had never heard of CROSS APPLY OR OUTER APPLY until researching this problem. It is a pretty cool addition. I found some language here that was...
July 10, 2012 at 10:54 am
That's awesome that it happened to help you (and hopefully others) as well. Of course Matt gets credit for the hard part. I am a frequent reader and...
July 9, 2012 at 4:29 pm
Ah! I tried something like that, referencing PlayerAddress rather than PlayerAddress/Address and then specifying the path "Address/@AddressType" but I would get an error:
XQuery [value()]: 'value()' requires a singleton (or...
July 9, 2012 at 12:08 pm
It's interesting that there isn't more responders... I read into that that everyone hates this XML stuff.
From what I can see, what makes this especially difficult is that...
July 9, 2012 at 10:12 am
After reading more carefully through this:
http://blogs.msdn.com/b/simonince/archive/2009/04/24/flattening-xml-data-in-sql-server.aspx
I was able to construct the following query, that gets the results in a set that I can then easily normalize. I...
July 8, 2012 at 3:08 pm
I apologize - the XML example I provided was not valid. I attempted to abstract the actual XML because it's much bigger and I wanted to simplify it for...
July 8, 2012 at 8:54 am
Oops. Sorry for posting in wrong forum. I did not notice the forum groups. I'll be more careful. Thank you for the suggestion with the table...
July 23, 2011 at 11:06 am
thank you but row_number isn't available in sql 2000. I think it was introduced in 2005.
Continuing to search, I see previous sqlservercentral topics, and the prominent answer...
July 22, 2011 at 6:53 pm
Thanks to both of you. I've used DTS extensively for on-demand data loading, just never thought about scheduling it for a "once a minute" type of transfer of sql...
June 14, 2010 at 8:34 am
Viewing 15 posts - 1 through 15 (of 17 total)