Viewing 15 posts - 571 through 585 (of 748 total)
Hi Barry,
I mean using your recursive view it is still returning only very few records (24 in total), for a records number of 4000 in ISC_OrgUnits, I should be able...
August 17, 2009 at 10:12 am
Hi Barry,
Thank you very much for your time. I have just pull out the real data as spreadsheet (see the attachment). I don't see a positive result in your recursive...
August 17, 2009 at 7:55 am
Thank you Barry.
I am still wondering if a function is possible?
August 14, 2009 at 8:24 am
Thanks Barry,
This is my first time using recursive view, the result doesn't seem to be reasonable, 'cause I have 60773 nodes in ISC_OrgUnits and 23 in RSUNew, presumably the view...
August 14, 2009 at 7:58 am
Thank you Barry,
But I do need a Scalar-Valued Function, I need to call the function in other function/stored procedure. Can you help me that?
FUNCTION [dbo].[fnGetTopOrgUnitIDInRSU] (@OrgUnitID varchar(20)) returns varchar(20)
Thanks in...
August 12, 2009 at 1:41 pm
thanks.
Problem is I can't connect to it now, first thing is how to connect to it.
July 24, 2009 at 7:58 am
Some update: after another reboot, now I get "Can not open user default database, login failed"
July 23, 2009 at 3:15 pm
Thanks for replying. Can you elaborate? there was no any problem before, the only thing I am doubting is the DB is too big and I am just about to...
July 23, 2009 at 2:55 pm
Ian Scarlett (7/7/2009)
select id, forename, case when forename = 'Kim' then 1 else 2 end...
July 7, 2009 at 7:38 am
Thanks for replying, I can't add extra column to the table, any other thought?
July 6, 2009 at 2:46 pm
Thank you very much, it works perfectly like I expect.
June 29, 2009 at 7:49 am
Never mind Gail, I've figured out. Thank you for your time.
🙂
June 28, 2009 at 10:38 pm
Hi Gail,
As I said, the table structure is just like what I posted.
ID
Field1
(Field2...)
...
Sample data:
1 aaaa
2 bbbb
3 cccc
June 27, 2009 at 8:33 am
Viewing 15 posts - 571 through 585 (of 748 total)