Just edit the ssmssqlproj file.
The file for my project (SQL Main) is located in "My Documents\SQL Server Management Studio\Projects\SQL Main\SQL Main\SQL Main.ssmssqlproj". Its just an xml file. Change the following line
<LogicalFolder Name="Queries" Type="0" Sorted="true">
to
<LogicalFolder Name="Queries" Type="0" Sorted="false">
It will revert back to true so you need to repeat this if you make changes. THere is probably a better way
|||I believe as of now only way is to edit hte XML in this case, as reported on the Connect site too.
No comments:
Post a Comment