Viewing 5 posts - 1 through 6 (of 6 total)
Yes! That's what I wasn't seeing. I couldn't find an LPAD() function in T-SQL so I did this:
DECLARE @TOPPART VARCHAR(32)
DECLARE @COMPANY VARCHAR(8)
DECLARE @PADDING INT
DECLARE @INDENTCHAR CHAR(1)
SET @TOPPART =...
August 1, 2008 at 2:15 pm
The problem is that I can't see how any direct sort of my CTE data is going to produce the results I want, which is a fully-expanded indented tree in...
August 1, 2008 at 12:43 pm
Thanks Jack. I'm getting this error with your query:
Msg 240, Level 16, State 1, Line 5
Types don't match between the anchor and the recursive part in column "sortkeynum1" of...
August 1, 2008 at 12:29 pm
Thanks for the response. I'm still looking for some specific guidance on the userid/password question -- otherwise I only have part of the solution.
Looks like this might be the...
June 19, 2007 at 6:28 am
If I detach, change the server collation or just reinstall, and then reattach, do the user DBs retain their original collation settings (and can I reattach them)? I'm assuming...
June 19, 2007 at 5:39 am
Viewing 5 posts - 1 through 6 (of 6 total)