SQL Server 2005 Hash Partitioning?056 (6/19/2006 8:09:53 AM) comp.databases.ms-sqlserver Hi, this is just to verify: I checked the documentation and it seems that SQL 2005 does not support hash partitioning on a number of columns. As far as I can see only range partitioning is supported. Also... Robert
Pipelined Processing439 (11/20/2005 2:58:45 PM) comp.lang.ruby This is a multi-part message in MIME format. ------=_NextPart_000_0006_01C5EDEB.493EB130 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit ... Robert
Nokia goes Open Source148 (11/3/2005 2:03:16 PM) comp.lang.ruby All, just learned that apparently Nokia discovers Open Source... There is an interesting "template" for a Ruby project: http://opensource.nokia.com/projects/pythonforseries60/index.html Just in case someone... Robert
[Gateway] Postings Mail -> News truncated062 (10/11/2005 6:02:21 PM) comp.lang.ruby This is a multi-part message in MIME format. ------=_NextPart_000_0027_01C5CE9E.B08BBE30 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit ... Robert
With a Ruby Yell: more, more more!456 (9/28/2005 7:12:55 PM) comp.lang.ruby It seems to me that we have a significant raise in "newby" posts in the last two or three months. This means Ruby's momentum increases and it's attracting more and more people! Folks, this is *great* news!... Robert
Oracle and JDBC Timestamp Types Confusion636 (8/11/2005 9:56:26 AM) comp.databases.oracle.server All, first I'd like to verify that my understanding of Oracle's concept of timestamp data types is correct: SQL Standard has data types DATE (date only), TIME (time only) and TIMESTAMP (date and time). Orac... Robert
Customized Thread pooling150 (7/3/2006 8:53:59 AM) comp.lang.java.programmer I have built my own (simple) thread manager [TM], but just found java 5 has its own. I'd like to use the framework's one, but I have a problem: my TM calls a shutdown() method for a thread when it has to clos... saverio(3)
Coding recommendations from you236 (7/3/2006 3:19:20 PM) comp.lang.ruby I have a base class into which I'm coding a number of my companies standard business rules into. This class is used time and time again amongs all the other processing classes. There are multiple fields that ... dkmd_nielsen(14)
How to move transaction logs on-line?332 (7/3/2006 3:32:43 PM) comp.databases.ms-sqlserver Hi all, I have a database with 20GB transaction log file. The recovery model of the database is Full. I need to move the T. log file to a new location with the minimal downtime. I know I can do this by dettach... nioannides(4)
Problem with system() in Ruby546 (7/4/2006 4:30:06 PM) comp.lang.ruby I have written a program that uses a system() call. I can only run the program once in a dos window. Each run must be made in a newly opened dos window. I conducted the following tests to determine if the prob... renard(163)
callstack level345 (7/5/2006 6:43:58 AM) comp.lang.ruby how do we obtain the callstack level? for you tcl programmers, i'm looking for something equivalent to [info level]. ... seannakasone(87)
Pickaxe535 (7/7/2006 8:24:26 PM) comp.lang.ruby I've been reading the pickaxe book the last few days. As a newbie to both Ruby and programming I have to say it's packed with an incredible amount of information. I'm still in part 1 and just going through th... sambient(50)
Marshal's handling of floats652 (7/9/2006 4:31:59 AM) comp.lang.ruby I was thinking about writing a patch to modify how Marshal handles floats, right now it dumps them using sprintf(3) and stores the resulting string in the Marshal stream. I'd like to see it handle floats ... rubytalk4249(16)