Microsoft
Software
Hardware
Network
Question : How to populate the table with quosi-random numbers
Have a table A(ID1 number(3), ID2 number(2));
How to populate table A with a serial numbers. sequences can be used, but in A if there were only one ID, the following trick can be played:
insert into A(ID1)
( select rownum from dual CONNECT BY LEVEL < 1000);
It will insert 999 numbers into A.
Now ID2 can take the values from 1 to 99, how to deal this case with 2 variables?
Answer : How to populate the table with quosi-random numbers
select rownum, mod(rownum,99)+1 from dual CONNECT BY LEVEL < 1000
Random Solutions
Emc Networker mminfo command
Compare 2 separate databases
Zebra LP 2844 label printer prints the first print job successfully, subsequent print jobs after skip labels and/or print partial data on labels until computer is rebooted.
I/O error reported on file system /oracle/P1U aix hdisk path vio
IIS 6.0 asp.net 2.0 cpu performance issue
asp.net page to test database connectivity
subnet beginner ?
AP not accepting its service controller.
C# code for writing up a class file....
Autloader and Cleaning Tape Mounts (Considered a "use" with every mount?)