50000000
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 16 articles for 0.000 sec
Re: SQL Management Studio and regional settings     

Group: microsoft.public.sqlserver.tools · Group Profile · Search for 50000000 in microsoft.public.sqlserver.tools
Author: bass_player
Date: Jul 29, 2008 20:05

... following queries SELECT CAST(5 AS NUMERIC(5,2)) / CAST(2 AS NUMERIC(5,2)) SELECT 5.0 / 2.0 SELECT CAST(5 AS float)/ CAST(2 AS float) Give me following results 2.50000000 2.500000 2,5 Only the last one gives me the result according to my regional settings. Anyone else experienced similar problems and/or now a solution to this problem. Stefan
Show full article (0.98Kb) · Show article thread
Re: SQL Management Studio and regional settings     

Group: microsoft.public.sqlserver.tools · Group Profile · Search for 50000000 in microsoft.public.sqlserver.tools
Author: Erland Sommarskog
Date: Jul 29, 2008 14:29

...> SELECT CAST(5 AS NUMERIC(5,2)) / CAST(2 AS NUMERIC(5,2)) SELECT 5.0 / 2.0 SELECT CAST(5 AS float)/ CAST(2 AS float) Give me following results 2.50000000 2.500000 2,5 Only the last one gives me the result according to my regional settings. Anyone else experienced similar problems and/or now a solution to this problem. I reported this during the beta ...
Show full article (1.35Kb) · Show article thread
SQL Management Studio and regional settings     

Group: microsoft.public.sqlserver.tools · Group Profile · Search for 50000000 in microsoft.public.sqlserver.tools
Author: stefan.jansen
Date: Jul 29, 2008 02:03

...thousand separators). Running the following queries SELECT CAST(5 AS NUMERIC(5,2)) / CAST(2 AS NUMERIC(5,2)) SELECT 5.0 / 2.0 SELECT CAST(5 AS float)/ CAST(2 AS float) Give me following results 2.50000000 2.500000 2,5 Only the last one gives me the result according to my regional settings. Anyone else experienced similar problems and/or now a solution to this problem. Stefan
Show full article (0.63Kb)
Re: stack overflow     

Group: comp.lang.fortran · Group Profile · Search for 50000000 in comp.lang.fortran
Author: Louis Krupp
Date: Oct 10, 2007 02:58

Mike wrote: <snip> Now I have tried stack size n. A) if n=0, when it runs, error message show "stack overflow". B) if I set n to be 50000000(decimal), it can run well. C) if I set n to be 1126313984(decimal, as warning message shows), it cannot run, showing not sufficient memory size. So it's very important to calculate stack size. But how? If stack size is that ...
Show full article (0.89Kb) · Show article thread
Re: stack overflow     

Group: comp.lang.fortran · Group Profile · Search for 50000000 in comp.lang.fortran
Author: glen herrmannsfeldt
Date: Oct 10, 2007 02:55

...) Could I ask why ? why 2GBytes? why minus? Now I have tried stack size n. A) if n=0, when it runs, error message show "stack overflow". B) if I set n to be 50000000(decimal), it can run well. C) if I set n to be 1126313984(decimal, as warning message shows), it cannot run, showing not sufficient memory size. So it's very important to calculate stack size. But how?...
Show full article (0.89Kb) · Show article thread
Re: stack overflow     

Group: comp.lang.fortran · Group Profile · Search for 50000000 in comp.lang.fortran
Author: Mike
Date: Oct 10, 2007 01:52

...: severe(157): program exception-access violation" I also change the stacksize to be about 50000000 which is a bit larger than 43227000 (size of image). Same error happens. Mike ...A) if n=0, when it runs, error message show "stack overflow". B) if I set n to be 50000000(decimal), it can run well. C) if I set n to be 1126313984(decimal, as warning message shows), it ...
Show full article (2.91Kb) · Show article thread
Re: stack overflow     

Group: comp.lang.fortran · Group Profile · Search for 50000000 in comp.lang.fortran
Author: Colin Watters
Date: Oct 9, 2007 23:55

... stack in GUI of CVF, which is in "Project setting..Link...Output". It also shows "forrtl: severe(157): program exception-access violation" I also change the stacksize to be about 50000000 which is a bit larger than 43227000 (size of image). Same error happens. Mike The trick when conducting experiments is to observe the results. Use DUMPBIN on the exe after each ...
Show full article (2.38Kb) · Show article thread
Re: stack overflow     

Group: comp.lang.fortran · Group Profile · Search for 50000000 in comp.lang.fortran
Author: Mike
Date: Oct 9, 2007 18:44

... the exe is generated by CVF. Now it shows "forrtl: severe(157): program exception-access violation" I also set the stack in GUI of CVF, which is in "Project setting..Link...Output". It also shows "forrtl: severe(157): program exception-access violation" I also change the stacksize to be about 50000000 which is a bit larger than 43227000 (size of image). Same error happens. Mike
Show full article (6.12Kb) · Show article thread
Ridiculous database size     

Group: comp.databases.berkeleydb · Group Profile · Search for 50000000 in comp.databases.berkeleydb
Author: Smalltalk80
Date: Jun 21, 2007 18:13

... it becomes terribly slow after 20M entries. I don't understand why. u_int32_t pageSize = 4 * 1024; // block size on my machine db.set_pagesize(pageSize); db.set_h_ffactor((pageSize - 32) / (keySize + 8 + 8)); // according to recommendation db.set_h_nelem(50000000); db.open(NULL, "test.db", NULL, DB_HASH, DB_CREATE | DB_TRUNCATE, 0); Thanks!
Show full article (0.77Kb)
Re: how to click on file in file manager and have gnuclientw open it up     

Group: gnu.emacs.help · Group Profile · Search for 50000000 in gnu.emacs.help
Author: weber
Date: Mar 2, 2007 08:04

...-startup-message t) (message "Loading .emacs") ;; Hundreds of times the default value. This significantly speeds ;; up startup and operations for my computer without crashes (setq gc-cons-threshold 50000000) ;; set up minibuffer size & location (setq initial-frame-alist '((minibuffer . t) (name . "William M. Grove") (width . 100) (height . 35) (left . 5) (top . 5...
Show full article (29.97Kb)
1 · 2 · next