Tag: sql server
-

Visual Basic 6.0 Documentation Tool
Click here to download the VB Documentation Tool. Need a tool to automatically document your Visual Basic 6.0 source code? The VB Documentation Tool creates comprehensive developer documentation for Visual Basic 6.0 application source code. April 2023: The VB Documentation Tool is now available for free. Please bear in mind the software is unsupported and […]
-

SQL Documentation Tool
Click to download the SQL Documentation Tool. Why spent hours documenting your databases by hand? The SQL Documentation Tool automatically documents entire SQL Server databases, allowing you to get on with more important work. April 2023: The SQL Documentation Tool is now available for free. Please bear in mind the software is unsupported and I […]
-

.NET Documentation Tool – Document Source Code For Free
Click to download the .NET Documentation Tool. The .NET Documentation Tool creates documentation from .NET Framework (C# and VB.NET) source code. Hundreds of organisations worldwide have used this useful tool to quickly document their .NET application source code. April 2023: The .NET Documentation Tool is now available for free. Please bear in mind the software […]
-

ASP Documentation Tool – Free Documentor For Classic ASP
Click here to download the ASP Documentation Tool Premium Edition. April 2023: The ASP Documentation Tool is now available for free. Please bear in mind the software is unsupported and I am unable to provide updates, fixes or technical support because the tools I used to build it no longer work on my PC. If […]
-

A Very Basic SQL Cursor for SQL Server (T-SQL)
Here’s a quick overview video of how to write and use a basic cursor in SQL Server’s T-SQL. The SQL code for both a regular SELECT cursor as well as an UPDATE cursor is below. Cursors are really useful if you want to perform a specific action on all of the rows in a particular […]
-

How to Query SQL Server Full-Text Search Using CONTAINS and FREETEXT
Leave a LIKE on YouTube if you found this tutorial useful and SUBSCRIBE for more coding videos. Speaking of LIKE, in this coding lesson I show some different methods of searching SQL Server tables using LIKE %%, CONTAINS, FREETEXT, CONTAINSTABLE and FREETEXTTABLE. If you’re searching a table and your query is a single word then […]