Viewing 7 posts - 16 through 22 (of 22 total)
Can anybody suggest where to look - it happens on an out of the box SQL 2008 as well
Codepage is Latin1_General_CI_AS
everything else seems pretty standard
February 23, 2010 at 7:46 am
ohack
@@textsize comes back at 2M+
Setting text size has no effect.
February 23, 2010 at 4:36 am
Ten Centuries
Thank you so much for spending the time to look and solve this problem for me.
Please do not think my comment was inappropriate. I was actually pointing out that...
September 19, 2009 at 2:26 am
Ten Centuries
Thank you for pointing out the error of my ways. It is rude of me to assume that others have time to spend on other peoples problems. I now...
September 18, 2009 at 5:08 am
I think i am getting stuck in a loop
ALTER FUNCTION [dbo].[GetEmptyNodes](@ThisSectionID int) Returns int
AS
BEGIN
DECLARE @TmpTree TABLE (SectionID int ,TreeLevel int)
DECLARE @level int
DECLARE @Result int
SET @level = 0
SET @Result =...
September 17, 2009 at 12:54 pm
I have made some progress, but its a dirty.
I have created a function that looks up all the child nodes to the current node, then checks for data in those...
September 17, 2009 at 5:09 am
Sorry I did post with spaces but they got removed
Parent1
.....Node1
......Data
.....Node2
......Data
.....Node3
.......Node4
.......Node5
.........Data
September 16, 2009 at 4:08 pm
Viewing 7 posts - 16 through 22 (of 22 total)