Skip Navigation

Hi. I'm Dave, the internet addict behind FeedbackFair, Cheatography and Envoy.

Tagged with "sql"

You can subscribe to this tag by rss or view all tags.

Cheat Sheets

SQL Server

SQL Server Cheat Sheet

Microsoft's SQL Server is a powerful database server that integrates well with other Microsoft technologies like ASP and .NET, and includes some of the best database management tools available. This A4 reference lists the various functions available in SQL Server, and demonstrates the creation of stored procedures, triggers and functions.

MySQL

MySQL Cheat Sheet

A quick reference guide for MySQL, including functions (both in MySQL and PHP), data types, and sample queries. Available in PDF and PNG formats.

Articles

No articles found matching this tag.

Blog and Lab

SQL Server, PHP and Truncating Text

PHP and SQL Server are a powerful combination, however sometimes data stored in a text type column is truncated for no apparent reason after 4096 characters. Here's how to fix the problem.

Click here to read this post »

22 December 2004   |   13 comments   |   server, text, mssql, php, sql