Microsoft
Software
Hardware
Network
Question : how much disk space in Box through TSQL
is there any command to be able to check quickly how much disk space is on a particular drive, from TSQL window?
thanks
Answer : how much disk space in Box through TSQL
EXEC master.dbo.xp_fixeddrives
Random Solutions
Standard template for asp.net application
IE8 cannot read Chinese
My option and command keys are switched on my mac
CentOS 5 mirroring/synchronization over internet for redundancy.
RS232 cable or RS232 bluetooth for Iphone to Cisco Router connections
syntax error in FROM clause
Can't add secondary domain controller
Large .LDF file
Problems with lotus pop3
asp.net I have a gridview that is updatedable. what I would like to do is pass its -> ID value to another page that would allow the user to update picture images for that user ID.