search for: imestamps

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

Did you mean: timestamps
2006 Apr 23
1
call queue problems
Hi everyone I am having problems with my call queue We currently run a customer care call center which has attendants login during the daytime. Customers who call the 'customer care line (a specific number) always get routed to the cutomer care queue (called 124). After hours, staffs of the Network operating center provide customer care services for customers who call in after the last
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