master.dbo.xp_fixeddrives
From: payyans (payyans_at_discussions.microsoft.com)
Date: 09/01/04
- Next message: Robert Zirpolo: "Re: Specifying non-input variables when creating procedure"
- Previous message: Tibor Karaszi: "Re: Loss of server"
- Next in thread: Olu Adedeji: "RE: master.dbo.xp_fixeddrives"
- Reply: Olu Adedeji: "RE: master.dbo.xp_fixeddrives"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 1 Sep 2004 05:11:01 -0700
SQL Server 2000
--------------------
master.dbo.xp_fixeddrives stored procedure is reporting different values
when executed by 'sa' and a regular user.
Results:
(When executed by 'sa')
drive MB free
----- -----------
C 18432
D 118784
E 16384
(3 row(s) affected)
(When executed by 'UserA')
drive MB free
----- -----------
C 8192
D 68608
E 3072
(3 row(s) affected)
Is there any reason for this difference?
Thanks,
--payyans
- Next message: Robert Zirpolo: "Re: Specifying non-input variables when creating procedure"
- Previous message: Tibor Karaszi: "Re: Loss of server"
- Next in thread: Olu Adedeji: "RE: master.dbo.xp_fixeddrives"
- Reply: Olu Adedeji: "RE: master.dbo.xp_fixeddrives"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|