Logo
  • Home
  • About Us
  • Portfolio
  • Blog
  • Contact Us

Hit enter to search or ESC to close

Logo
  • Home
  • About Us
  • Portfolio
  • Blog
  • Contact Us

Tech Snippets

Home Category "Tech Snippets"

The Logo on My DNN Site Takes Me to a...

Your SSL certificate is active, and all is good...but there's a problem. When you click on the logo, it takes...

June 12, 2018 by Melissa Dickinson

0

Website Inquiry Forms to Lexicata Integration

Our client Legacy Protection Lawyers recently asked us to automate the creation of contacts and on boarding when new potential...

July 18, 2017 by Evelyn Dickinson

0

Synching MAMP on Multiple Macs

I've recently configured all of my Macs to sync the Apache doc root, mySQL database and logs using dropbox for...

March 30, 2016 by Evelyn Dickinson

0

Query to find number Rows, Columns, ByteSize for each table...

USE DatabaseNameGOCREATE TABLE #temp (table_name sysname ,row_count INT,reserved_size VARCHAR(50),data_size VARCHAR(50),index_size VARCHAR(50),unused_size VARCHAR(50))SET NOCOUNT ONINSERT #tempEXEC sp_msforeachtable ‘sp_spaceused ”?”’SELECT a.table_name,a.row_count,COUNT(*) AS...

November 6, 2014 by Evelyn Dickinson

0

AWS EBS Snapshots for Windows EC2/VPC Instances

After scouring through the Amazon Web Services (AWS) management console I discovered that there is, in fact, no GUI method...

November 6, 2014 by Evelyn Dickinson

0