Viewing 5 posts - 1 through 5 (of 5 total)
further restrict in the WHERE clause to report only groups from your domain, and exclude system generated NT user accounts:
and (
isNTName = 1 and (
(isNTUser = 1 and name like...
July 26, 2024 at 9:57 am
further restrict in the WHERE clause to report only groups from your domain, and exclude system generated NT user accounts:
and (
isNTName = 1 and (
(isNTUser = 1 and name like...
July 26, 2024 at 9:55 am
Very interesting code indeed - thank you very much for this.
Some comments:
January 20, 2023 at 8:52 am
Yes, Tom,
Thanks for pointing out the problems with Microsofts built-in stored procedures.
If the OPENROWSET can handle this, that is great.
BTW:
In Excel I'm using table-valued functions and do not specify "Table"...
October 29, 2009 at 9:12 am
I agree, the code for using OPENROWSET is very interesting.
But since the stored procedure has to return a result set, what is the advantage over using a table-valued function?
October 29, 2009 at 2:47 am
Viewing 5 posts - 1 through 5 (of 5 total)