Neil Weicher

Neil Weicher, Founder and CTO of Communication Horizons, has over twenty years
experience as a software developer and entrepreneur. Since founding
Communication Horizons in 1986 he has personally developed and marketed a
series of innovative and award winning software products focusing on
database security and workgroup connectivity. Besides product development,
he has spoken at trade seminars and conducted classes on various aspects of
database security and workgroup connectivity. Mr. Weicher has a BS degree
from Case Western Reserve University and an MS degree in Computer Science
from Columbia University.

Blogs

PASS: Quantum Computing Slides

By

If you're an attendee at the PASS Data Community Summit this year, there are...

A New Word: Dead Reckoning

By

dead reckoning– v. intr. finding yourself bothered by somebody’s death more than you would...

PASS Data Community Summit 2025 Slides and Code

By

Thank you for attending my PASS Summit 2025 session Answering the Auditor’s Call with...

Read the latest Blogs

Forums

Personal Contact Is Vital

By Grant Fritchey

Comments posted to this topic are about the item Personal Contact Is Vital

Getting the Schema for Tables

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Getting the Schema for Tables

An Unexciting Exciting Release

By Steve Jones - SSC Editor

Comments posted to this topic are about the item An Unexciting Exciting Release

Visit the forum

Question of the Day

Getting the Schema for Tables

What happens when I run this on SQL Server 2022 in the AdventureWorks2022 database?

SELECT OBJECT_DEFINITION (OBJECT_ID(N'Person.Person')) AS [Object Definition]; 
GO 

See possible answers