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...
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
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
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
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