To change the “Edit top 200 Rows” in SSMS, Microsoft SQL Server Management Studio, there are two options, either use the sql edit or change the popup options. Right click the results and select Pane -> SQL, this will show the sql that you can then edit and show only part of your database. Second
Tag: Microsoft
Microsoft Visual Studio Tab Order
When setting the tab orders in Microsoft Visual Studio there’s a very helpful features you should use to make the job easier and it’s called Tab Order. On the View menu, choose Tab Order. The selection mode will be activated on the form and you should see the TabIndex number in the upper left corner.
How to find out which process is locking a DLL
Every so often you want to uninstall something and half the times some process has locked a dll file because of a delete or similar operation failed, or just plain explorer.exe that still has the folder open. To figured out which process is causing the problem you can use the TaskList and TaskKill command to solve it.