Hi, I'm a newbie at this but here's what I want to do.
TableA has columns: ServerName,Drive,Last_Free
TableB has columns: ServerName,Drive,LastPercentFree
I import new data into TableA weekly. The old data is stored into TableB. The problem is that I want to update the Last_Free column in TableA with TableB's column LastPercentFree. The servername and drive data frequently change so I want to only update TableA.Last_Free where servername and drive in TableA and TableB match.
PLEASE HELP! Thanks!
TableA has columns: ServerName,Drive,Last_Free
TableB has columns: ServerName,Drive,LastPercentFree
I import new data into TableA weekly. The old data is stored into TableB. The problem is that I want to update the Last_Free column in TableA with TableB's column LastPercentFree. The servername and drive data frequently change so I want to only update TableA.Last_Free where servername and drive in TableA and TableB match.
PLEASE HELP! Thanks!