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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21264419.html
Zones:
MS SQL ServerDate Answered: 01/07/2005 Rating: 9.0 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 ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21560007.html
Zones:
MS SQL ServerDate Answered: 09/13/2005 Rating: 9.4 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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20548650.html
Zones:
MS SQL ServerDate Answered: 03/17/2003 Rating: 7.6 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...
http://www.experts-exchange.com/Operating_Systems/Solaris/Q_20577371.html
Zones:
Solaris UnixDate Answered: 03/05/2004 Rating: 4.4 Views: 168
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 !
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20632588.html
Zones:
C++Date Answered: 11/20/2003 Rating: 8.0 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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20812957.html
Zones:
MS SQL ServerDate Answered: 01/17/2004 Rating: 6.0 Views: 0
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20849408.html
Zones:
MS AccessDate Answered: 01/13/2004 Rating: 9.2 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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21448653.html
Zones:
JavaDate Answered: 06/07/2005 Rating: 8.6 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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21472162.html
Zones:
MS SQL ServerDate Answered: 06/27/2005 Rating: 9.8 Views: 0
Could someone tell me how the seed is obtained to generate random numbers using the Javascript Math.random() function?
Thanks
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21495726.html
Zones:
JavaScriptDate Answered: 07/18/2005 Rating: 8.4 Views: 38