Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Add Column to existing table in SQL Server

fmvizcaino
17 - Castor
17 - Castor

Hello community,

 

I'm trying to find a way of adding a new column to a existing table in sql server, is there an easy way? Easier than using alter table in a pre sql statement.

 

Thanks,

Fernando Vizcaino

2 REPLIES 2
tcroberts
12 - Quasar

Is there a particular reason you're adverse to adding a pre-SQL "ALTER TABLE" statement? It's probably the quickest and safest way to do so.

fmvizcaino
17 - Castor
17 - Castor

It is a dynamic workflow that distributes 20k rows x 20k columns file into a bunch of different SQL tables. Since we are having some performance issues, I was wondering if there was a way of not inserting one more possible bottleneck to the process.

 

But if it's the easier way, I'm gonna use it.

 

Thanks a lot tcroberts,

Fernando Vizcaino

Labels