Viewing 15 posts - 5,941 through 5,955 (of 8,416 total)
I still say 'bind to' - no doubt some young upstart developer like Flo will set us both straight...:w00t:
RTF conversion is something I have happily managed to avoid so far,...
February 22, 2010 at 2:07 am
Hey Barry,
Good point about the cursors. I had to use some a little while back, and felt dirty afterward 😉
Don't ease up on the verbosity for my sake -...
February 22, 2010 at 2:04 am
Steve can't afford me :laugh:
February 22, 2010 at 2:00 am
Well I think we can agree on this much: an occasional requirement to split a string isn't a good enough reason to enable CLR
But to get the most out of...
February 22, 2010 at 1:59 am
I'm tempted to just add a column with the IDENTITY property as PK and be done with it 😀
February 22, 2010 at 1:55 am
Barry,
I understand where you're coming from - and you certainly didn't make a pig's breakfast of it - I'm just conscious that not everyone reading the thread has your level...
February 22, 2010 at 1:54 am
It would be interesting to know what the cause of the high plan count turned out to be in your case -, if you get chance to post back about...
February 21, 2010 at 11:20 pm
Wayne,
Thanks for that. I'm a bit old-school and also include an INDEX(0) too. I was rather hoping for a quirky implementation for the updated requirements though, the ones...
February 21, 2010 at 11:19 pm
On second look, it appears that you are mis-interpreting the output of DBCC PAGE.
As an optimization, when SQL Server changes the type of a column, it often just adds a...
February 21, 2010 at 11:12 pm
Barry,
Primarily, I was responding to your post that seemed to suggest that rewriting the process to remove the loop was somehow worthwhile.
Replication has many features (e.g. parameterized row filters) which...
February 21, 2010 at 11:08 pm
RBarryYoung (2/21/2010)
February 21, 2010 at 11:01 pm
RBarryYoung (2/21/2010)
Here's a recent blog by Paul Randal which might help you in your situation:http://feedproxy.google.com/~r/PaulSRandal/~3/FAP0XwEkE4Y/post.aspx. (check the next one in that series also).
Yes, it is an excellent series. ...
February 21, 2010 at 10:49 pm
So, would anyone like to post a correct quirky-update solution to the updated requirement, just for completeness?
If not, I'll have a crack. Not fussed though, I've posted quite enough...
February 21, 2010 at 10:34 pm
Jeff Moden (2/21/2010)
Have you determined if it uses any indexes or whether or not the table involved even has any indexes?
Interesting point. I rather focussed on the need to...
February 21, 2010 at 10:31 pm
GT-897544 (2/21/2010)
Thanks, Dude! I Didn't know, i am still new to this forum.:-)
No worries - it's a question that most poeple ask at some stage.
One day, SSC will have a...
February 21, 2010 at 10:22 pm
Viewing 15 posts - 5,941 through 5,955 (of 8,416 total)