search for: imestamp

Displaying 4 results from an estimated 4 matches for "imestamp".

Did you mean: timestamp
2006 Apr 23
1
call queue problems
...alls are routed ================================ [ext-queues] include => ext-queues-custom exten => 123,1,Answer() ; [NOC queue] exten => 123,2,SetCIDName(${CALLERIDNAME}) ; exten => 123,3,SetVar(MONITOR_FILENAME=/var/spool/asterisk/monitor/q${EXTEN}-${T IMESTAMP}-${UNIQUEID}) ; exten => 123,4,Queue(123|t|||180) ; NOC exten => 123,5,Goto(ext-queues,123,1) ; exten => 123*,1,Macro(agent-add,123,) ; exten => 123**,1,Macro(agent-del,123) ; exten => 124,1,Answer() ; [Customer support queue] exten => 124,2,SetCI...
2006 Jul 14
1
error with Dates in SQL Server
.../sqlserver_adapter.rb:279:in `insert'' from ./script/../config/../vendor/rails/activerecord/lib/ active_record/ ase.rb:1739:in `create_without_callbacks'' from ./script/../config/../vendor/rails/activerecord/lib/ active_record/ allbacks.rb:261:in `create_without_timestamps'' from ./script/../config/../vendor/rails/activerecord/lib/ active_record/ imestamp.rb:30:in `create'' from ./script/../config/../vendor/rails/activerecord/lib/ active_record/ ase.rb:1718:in `create_or_update_without_callbacks'' from ./script/.....
2023 Jul 20
1
Migration of files with Windows ACL's to Samba server
Hi there, It might that this question was already answered but I can't really find any proper documentation for this. I am in a process of migrating about 70T of files from our Win2016 storage server to a Samba (2:4.17.9+dfsg-0+deb12u3) server. Whilst doing this I want to preserve all the ACL's which were set on Windows shares. Is there any related documentation around this topic how to
2006 Jul 17
18
Inserting datetime value into SQL Server
I have a SQL Server column named StartTime of (SQL Server) type datetime If I attempt to set the attribute using public def StartTime=(time) write_attribute(:StartTime, "{ts ''1899-12-30 #{time.hour}:#{time.min}:#{time.sec}''}") end it''s inserting a NULL value. Anyone else able to successfully insert a date time value into a SQL Server table using