Think of jsFiddle, but then for databases: Create schemas and run queries on them. Microsoft SQL, MySQL, Oracle, and PostgreSQL supported. SQL Fiddle →
Tag Archives: mssql
My DOTD: MS SQL vs. PHP: 4096 is the (default) limit
Small tip: when getting data from a MS SQL Database through PHP you’ll notice that your data gets chopped. First thought that the datatypes of the fields weren’t sufficient enough to hold the data, but the text datatype can hold up to 2ˆ31 – 1 characters and the data was stored correctly in the database …
Continue reading “My DOTD: MS SQL vs. PHP: 4096 is the (default) limit”