I am attempting to write a stored procedure that will order columns in an SQL table in the same database that the Stored Procedure is located in. I am able to execute the stored procedure and pass the correct values to it from visual C#. The stored procedure runs and completes without errors; however, the table is not ordered by the order is should be in. Any suggestions or help? Hardest part was getting the code to work, now I have to get it to function.