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
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
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
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:
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 !
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20632588.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20812957.html
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 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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21448653.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21472162.html
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 Grade: A Views: 48