I found the issue. i had ACPI 2.0 enabled on my motherboard, but somehow the ACPI APIC support hadn't been enabled. I turned that on and Windows 7 instantly recognized it and everything is running substantially better.
thanks kjv1611 for your help! it is greatly appreciated.
When going to task manager in XP, it always showed 2 CPUs for a Pentium 4 (3.6 GHz Prescott). I tried doing the same in Windows 7 and its just showing one CPU.
* I tried going to View > CPU History but the only option is greyed out (one graph per CPU).
* When going to msconfig > boot >...
I am quite new to using ajax and was wandering if this is possible:
have text regions on a website with a little edit icon above them. the user clicks the edit, enters a password and gets an edit box. the user edits the text region and hits save. now the website's text region is changed for...
Hello,
I first posted this in the HTML forums, but I was wandering if anyone has tried this:
Here is ultimately what I am trying to accomplish: Web server holds the swf player component, but i want the flv file to reside on local machines for playback.
here is the web server's html:
<object...
Hello,
Here is ultimately what I am trying to accomplish: Web server holds the swf player component, but i want the flv file to reside on local machines for playback.
here is the web server's html:
<object type="application/x-shockwave-flash" width="400" height="350"
wmode="transparent"...
i had the same problem with an asus p4p800. when i turned it on, the fans were spinning, but nothing on the screen. it turned out to be DOA and asus shipped me a new one and it worked like a charm.
Hello,
Ok here is the problem:
i have a column named col1 that contains either 'a', 'c', 'd', 'k', 'n'.
i want to sort in that order, but when i do this sql command, it obviously sorts them alphabetically
select othercolumn, col1
from tablx
order by col1
what is the syntax to do a custom...
Hello,
I am trying to just make a simple applet to count slowly from 1-5, pausing in between. However, when i go to run the application, it just pauses to display the application and only shows the last number, not the counting:
import java.awt.*;
import javax.swing.*;
public class...
ok i forgot a few lines, here is the solution i think is right:
i added:
AND NORTHWIND..SUPPLIERS.SUPPLIERID = NORTHWIND..PRODUCTS.SUPPLIERID
AND NORTHWIND..ORDERS.ORDERID = NORTHWIND.."ORDER DETAILS".ORDERID
to the WHERE clause and it shortened it from 350,000 lines to 2155 lines LOL...
ok last question! =)
thanks again for all your help!
ok, the fact table, heres the code i tried:
SELECT NORTHWIND.."ORDER DETAILS".PRODUCTID,
NORTHWIND..ORDERS.CUSTOMERID,
NORTHWIND..ORDERS.EMPLOYEEID,
TIMEID,
NORTHWIND..SUPPLIERS.SUPPLIERID,
NORTHWIND.."ORDER...
thanks,
i will insert the time dimension table (for other user's seach):
CREATE TABLE TIME
(
TIMEID int IDENTITY(1,1)
PRIMARY KEY CLUSTERED,
TIME_DATE SMALLDATETIME,
TIME_YEAR SMALLINT,
TIME_DAY VARCHAR(10),
TIME_MONTH VARCHAR(10),
TIME_QUARTER VARCHAR(2)
)
DECLARE @CurrDate...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.