Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

How to add new column using the network id or name and current date

iamRandy
8 - Asteroid

Hi,

 

I created a new SQL server table that I populate data daily.  I want to add 2 new additional columns an insert a dynamic current date/time and the username or id (usually its the server id but is there a dynamic field for this) used for this insert.  

 

Thanks.

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @iamRandy 

 

I guess you can use the below functions in the insert statement to update the data.

 

Current DateTime: https://www.w3schools.com/sql/func_sqlserver_sysdatetime.asp 

Current user: https://learn.microsoft.com/en-us/sql/t-sql/functions/current-user-transact-sql?view=sql-server-ver1...

 

Specific is not clear about your question.

 

Hope this helps : )

 

 

iamRandy
8 - Asteroid

I figured it out.. it can be done from the source script.

Labels