• Home
  • Consulting
    • About Andrew
    • Consulting Projects
    • SQL Performance Review
  • Developer Resources
    • SQL Performance Tips
    • SQL Storage Management
    • SQL Coding Examples
    • SQL Security
    • Problems Solved
    • Downloads
    • User Groups
    • Hardware Links
  • Presentations
    • Presentations
    • Talks and Seminars
    • Webinars
    • Videos
  • Contact
 

Generating T-SQL with AI, a quick demo on YouTube

by nsadmin | Apr 17, 2025 | SQL coding, SQL Performance, Videos

The YouTube video by Andy Novick demonstrates using a large language model (specifically Grok-3 in April 2025) to generate T-SQL code for a simple ETL task. Novick, a SQL Server consultant, provides a scenario involving moving data between two similar tables with...

Azure Databricks KKBox Hands-on-Lab with a comparison to SQL Server

by andrew novick | Dec 9, 2020 | SQL coding, SQL Performance

I attended a webinar on Microsoft Databricks yesterday.  The only link I have is a zoom registration so you’ll have to search.  I’m sure they’ll run it again.  The hands-on-lab made it very worthwhile. The rest was marketing fluff.  They did a good...

Comparing the Performance of Rot13 Implementations

by Ian Bachman-Sanders | Nov 21, 2020 | SQL coding, SQL Performance

The previous two articles have been devoted to implementations of the Rot13 cipher. This is a character substitution cipher that is used to obscure text strings in the Window registry and in many web cookies. Both implementations were contributed by Luke Schollmeyer. ...

In-Memory Tables with Natively Compiled T-SQL: Blazing Speed for OLTP and More

by andrew novick | Dec 1, 2016 | SQL coding, SQL Performance, Talks and Seminars

in-memory-tables-with-natively-compiled-t-sql-blazing-speed-for-oltp-and-more The SQL Server 2014 and 2016 Hekaton project brings us In-Memory tables and Natively Compiled T-SQL objects that run at amazing speed.  What you can accomplish is astounding. This...

100 Times Faster: Experiences Making SQL Server Fly

by andrew novick | Sep 20, 2016 | Past Events, Presentations, SQL coding, SQL Performance

Download the presentation: 100-times-faster-experiences-making-sql-server-fly-sql-saturday-prov-2015-12-12 How do you go about making a program run a lot faster!  Like 100 times faster?   It’s difficult.  Microsoft tried in the Hekaton project, its in-memory tables...

Natively Compiled T-SQL: The Fastest SQL Ever!

by andrew novick | Sep 18, 2016 | SQL coding, SQL Performance, Talks and Seminars

Download the Presentation .Natively-Compiled-T-SQL-Andrew-Novck-presentation Demo files: Natively-Compiled-T-SQL-Andrew-Novck-demo-sql SQL Server’s In-Memory tables are accompanied by Natively Compiled Stored Procedures and Functions that run at amazing speed. ...
« Older Entries
“Software performance was our single biggest problem. We did everything we could do in-house to get the database running like it should and really needed some help. You quickly pinpointed problem areas and your setup, index and query recommendations greatly improved the software’s performance.”
Daniel J. Mc Intyre, Vice President
Management Computer Services, Inc.

Upcoming Events

> See All Events

Latest SQL Tips:

Loading SQL Profiler trace (.trc) files into a table

Server traces can produce a large amount of trace data that is stored in multiple trace (.trc) files.

read more

Problem Solved:

Level 16 Errors Can’t always be handled by User Code

Although books-OnLine says that user code can handle errors with Level 16 and below, they sometimes end the connection.

read more
  • Home
  • About Andrew
  • Consulting
  • Developer Resources
  • Contact

ANDREW NOVICK | [email protected] | (978) 440-8126

Copyright © 2022 Novick Software