Advertisement

1 - 10 of 54 containing alltags:("seed") (0 seconds)
I've got an Identity field in a table in a new database.  Information is being imported from the existing, soon to be scrapped, system.  The current number is added manually (secretary has a consta...
Zones: MS SQL ServerDate Answered: 01/07/2005 Grade: A Views: 0
i have a table in a sql server database lets say it`s the table customer the primary key of the table is customer id (it is running with identity seed and auto increment) i am at customerid 253 ...
Zones: MS SQL ServerDate Answered: 09/13/2005 Grade: A Views: 0
probably a simple one for you guys. But say I have 100 tables in my database. Each table has a int column called "ID".  ID has the properties: Int Identity = No I want them to be: Int...
Zones: MS SQL ServerDate Answered: 03/17/2003 Grade: A Views: 0
I have been trying to get SSH installed on a complete and fresh installation of Solaris 8.  All patches and packages are installed but when I try to create the keys below is what I see: # ssh-ke...
Zones: SolarisDate Answered: 03/05/2004 Grade: A Views: 194
when i view CRC sourcecode, i find the seed value of crc32 is often EDB88320, can i change it,and what value is the best? Thanks !
Zones: C++Date Answered: 11/20/2003 Grade: A Views: 0
I have a replicated SQLServer2000 DataBase using merge replication.  replicated tables have automatically managed identity ranges. I have a query (see below) which already gives me some valuable...
Zones: MS SQL ServerDate Answered: 01/17/2004 Grade: A Views: 4
I have a table in MS Access 2000 - It consists of four fields out of which one field is an "auto number" - The auto number field should start from say 10000(Identity Seed) - The auto number fie...
Zones: MS AccessDate Answered: 01/13/2004 Grade: A Views: 0
Dear Experts, I'm using Random() in a tight loop, and the millisecond clock it defaults to isn't quick enough.  It repeats the nextInt() several times before I see a change.  Is there any way to...
Zones: JavaDate Answered: 06/07/2005 Grade: A Views: 0
Hey Guys, I am using the ID of a table as a reference number and that the format will be yyyyy999 where yyyy is the current year and 999 will start at 1. For the start of this year, the first ID...
Zones: MS SQL ServerDate Answered: 06/27/2005 Grade: A Views: 4
Could someone tell me  how the seed is obtained to generate random numbers using the Javascript Math.random() function? Thanks
Zones: JavaScriptDate Answered: 07/18/2005 Grade: A Views: 48