Viewing 3 posts - 1 through 3 (of 3 total)
Maybe late, but try this...
SELECT name
,is_disabled
,CAST(LoginProperty(name, 'IsExpired') AS INT) is_expired
...
August 15, 2011 at 12:51 pm
#1368781
See the final post here:
http://social.msdn.microsoft.com/Forums/en/sqlintegrationservices/thread/5383a1e2-3f28-4de4-8ffb-586534bcb3fa
That's what fixed it for me...
August 9, 2011 at 8:25 am
#1365935
Lowell (11/28/2010)
July 15, 2011 at 5:53 pm
#1353777