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
I can not print to tray two which has legal size paper in it. The printer is a HP 3005 pcl printer and there are other users that can print to this tray when printing legal documents.
Columns cannot convert between unicode and non-unicode string data types.
rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed.
ISAPI Filter & MOSS2007
Reccomendations for RAID configuration for SQL Server 2005
N00b trying to understand part of this CF page...
LDAP, Active Directory - Very specific priviledges
MS BI sample project
Exchange 2010 Mailbox Role Installation Error
How to stablish a proper setup in MS Outlook 2003 encrypting mails