Viewing 15 posts - 57,031 through 57,045 (of 59,067 total)
Shoot.... in this day an age of supposed equal opportunity, why would you need to know? Might even be against the law if it's for college admissions, for example...
--Jeff Moden
Change is inevitable... Change for the better is not.
The column names in the #Drives table must be the same as those returned by the xp. You have FreeMB as one of the column names... you need to either...
--Jeff Moden
Change is inevitable... Change for the better is not.
You might be able to do the count thing with a RowNum IDENTITY column... have the trigger delete...
WHERE RowNum < IDENT_CURRENT('table_name')-49
--Jeff Moden
Change is inevitable... Change for the better is not.
Stef,
These types of problems are incredibly simple if you have the right kind of tools. Fortunately, there is one tool that has tremendous utility as just such a tool. It...
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 15 posts - 57,031 through 57,045 (of 59,067 total)