Viewing 15 posts - 31 through 45 (of 62 total)
Sean Lange (5/8/2012)
rabisco (5/8/2012)
Sean Lange (5/8/2012)
rabisco (5/8/2012)
Hi Sean,
was the ddl and sample data I posted useful?
Thanks.
Well it certainly demonstrated the problem. Is this a one time thing or something you...
May 8, 2012 at 10:59 am
Sean Lange (5/8/2012)
rabisco (5/8/2012)
Hi Sean,
was the ddl and sample data I posted useful?
Thanks.
Well it certainly demonstrated the problem. Is this a one time thing or something you need to run...
May 8, 2012 at 10:44 am
rabisco (5/7/2012)
rabisco (5/7/2012)
Sean Lange (5/7/2012)
The ddl and sample data I posted in the thread you referenced is still valid, if you don't mind using that.
How about since you...
May 8, 2012 at 10:27 am
rabisco (5/7/2012)
Sean Lange (5/7/2012)
The ddl and sample data I posted in the thread you referenced is still valid, if you don't mind using that.
How about since you never...
May 7, 2012 at 3:02 pm
Sean Lange (5/7/2012)
The ddl and sample data I posted in the thread you referenced is still valid, if you don't mind using that.
How about since you never actually...
May 7, 2012 at 2:19 pm
Sean Lange (5/7/2012)
http://www.sqlservercentral.com/Forums/Topic1255283-145-1.aspx
How about we...
May 7, 2012 at 2:06 pm
michael vessey (5/4/2012)
rabisco (5/3/2012)
<p style="text-align: justify;">Embedded link <a class="productLink href=";" macro="productLink" code1="1055288" uid="_13360741834971941">code1</a>sku</p>
I'm trying to detemine the position of "<a class="productLink" working backwards from the position of...
May 4, 2012 at 10:28 am
rabisco (2/28/2012)
Sean Lange (2/28/2012)
rabisco (2/28/2012)
What I'm trying accomplish is this.
The ideal.
For every paragraph , users should enter a value for code1 and code2.
The current situation.
Users have created some documents which...
March 1, 2012 at 5:57 am
Sean Lange (2/28/2012)
rabisco (2/28/2012)
What I'm trying accomplish is this.
The ideal.
For every paragraph , users should enter a value for code1 and code2.
The current situation.
Users have created some documents which have...
February 28, 2012 at 12:46 pm
rabisco (2/22/2012)
rabisco (2/22/2012)
There really is no need for a cursor. Cursors are one of the worst constructs in t-sql for performance. This update can be accomplished in a single update...
February 28, 2012 at 11:06 am
rabisco (2/22/2012)
There really is no need for a cursor. Cursors are one of the worst constructs in t-sql for performance. This update can be accomplished in a single update statement....
February 22, 2012 at 11:14 pm
There really is no need for a cursor. Cursors are one of the worst constructs in t-sql for performance. This update can be accomplished in a single update statement. I...
February 22, 2012 at 4:00 pm
Each trip through your cursor it will update the ENTIRE table if @prereplace is null.
More than anything else there is no need for a cursor. I will ask again for...
February 22, 2012 at 3:44 pm
Sean Lange (2/21/2012)
rabisco (2/21/2012)
derek.colley (2/21/2012)
February 21, 2012 at 1:55 pm
derek.colley (2/21/2012)
February 21, 2012 at 10:27 am
Viewing 15 posts - 31 through 45 (of 62 total)