Microsoft
Software
Hardware
Network
Question : Microsoft Virtual Environment - SQL Server 2005/SQL Server 2008
All,
Has anyone deployed SQL Server 2005/2008 on Microsoft virtual environment? Has there any performance issues?
Thanks,
Raj
Answer : Microsoft Virtual Environment - SQL Server 2005/SQL Server 2008
Unless you need those extra variables later, you don't need to create them:
print scalar(@$row), "\n";
If the $size variable is needed later, you could do this:
my $size = @$row;
print $size, "\n";
Random Solutions
abs or relative img
IE javascript alternative to innerHtml
regular expression 1-100 and decimals
IE 8 double margin bug
Correct black setting in Illustrator for offset printer
USBs-Windows can't stop your 'Generic volume' device because a progam is still using it. Close any programs blabla..Fix?
Access 2K append query
Concatenate word and the memo field on the report
Cannot delete these folders.
trying to write an if/else statement can someone clean this up..doesnt work...