Mitchell Data Base

A forum created 01/17/2005 to facilitate communication between database developers and users.

Friday, September 07, 2018

Replacement for SendKeys in VBA

›
We have an MS-Access 2016 application that runs on a terminal server which we are upgrading from 2008 R2 to 2012. The prelim testing was don...
1 comment:
Friday, July 07, 2017

Alter Table Drop Column

›
If you've worked with SQL Server for a while, you're familiar with the syntax: ALTER TABLE table_name DROP COLUMN column_name E...
Saturday, November 14, 2015

SSIS imports Excel with some blank columns

›
I am working with SSIS to import an Excel file into SQL Server. Not being an SSIS expert, I usually use the import wizard in SSMS which lets...
Friday, October 30, 2015

SSMS Utility Explorer

›
One of the features of SSMS 2008R2 is the Utility Explorer window, which "connects to Database Engine instances to provide a tree view ...
Wednesday, October 21, 2015

TortoiseSVN and SSMS icon overlays

›
Tortoise SVN is one of the popular source-control systems, which we use at our office. If you've used this product, when you commit you...
Friday, January 09, 2015

sp_who2 with sql text

›
SQL Server has an undocumented stored procedure sp_who2 that provides information about the connections to the database. Recently I have b...
Sunday, August 17, 2014

T-SQL Select Schema

›
Let's say that you have the same table that exists in two different schemas - A.my_table B.my_table ...and you want to write a quer...
Saturday, October 20, 2012

Programming Tab Controls

›
MS-Access tab controls offer a method to present multiple groups of similar data, making it easy for user to locate specifics within an intu...
Sunday, September 09, 2012

SQL - list columns in a table, updated, again

›
The code has been updated again, this time instead of using sp_columns we are using the system tables directly. This provides access to addi...
Thursday, January 12, 2012

SQL - list columns in a table, updated

›
Way back in April 2009, I had published the original version of my stored procedure wm_columns which can be used instead of sp_help or sp_co...
2 comments:
›
Home
View web version

About Me

My photo
Bill Mitchell
View my complete profile
Powered by Blogger.