I don't believe UCCX supports using MS SQL functions in the DB WRITE step: i.e., <a href="http://msdn.microsoft.com/en-us/library/ms186724.aspx">http://msdn.microsoft.com/en-us/library/ms186724.aspx</a><div><br></div><div>
So, you'll have to generate the timestamp in the script, store it in a String variable in the correct format, then use the variable substitution method in your SQL command.</div><div><br></div><div>E.g., INSERT INTO call_tracker (caller_id, time_stamp) VALUES($calling_number, $call_start_time)</div>
<div><br></div><div>How you format the date/time value depends on what data type was used to create the table field.</div><div><br></div><div>E.g., "YYYMMDD HH:MM:SS" versus "Month DD, YYYY HH:MM:SS" versus anything else</div>
<div><br></div><div>Date and Time types for MS SQL: <a href="http://msdn.microsoft.com/en-us/library/ff848733.aspx">http://msdn.microsoft.com/en-us/library/ff848733.aspx</a></div><div><br></div><div>Anthony<br><br><div class="gmail_quote">
On Thu, Oct 27, 2011 at 12:50 AM, shary shary <span dir="ltr"><<a href="mailto:shaary1@hotmail.com">shaary1@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">




<div><div dir="ltr">
Hi Folks,<br>i have an Insert query through which i need to add new row in SQL DB but the issue is, i need to insert the system current date and time in data field as well using any variable.<br> <br>regards.<br>                                         </div>
</div>
<br>_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
<br></blockquote></div><br></div>