orlbuckeye :
Well what i read when I first got my SSD was to not have a page file move it to the HD and not the SSD. I'm sure if not having a page file was as critical to Windows operation then MS would have not put a check box on the page file.
MS puts a check box there so you can disable the pagefile on a particular drive if you have multiple drives. If you disable all pagefiles, it will throw up a warning saying that operating without a pagefile is strongly not recommended. You can do it if you have gobs of RAM that you'll never completely use. But it's much safer to leave at least a small pagefile. I suspect the option to disable the pagefile entirely is there just to keep Windows compatible with embedded systems which run out of ROM.
The warning against pagefiles on the SSD is old, and dates from back in the day when SSDs were small and had limited write endurance. The fear then was that you'd fill RAM and start swapping, and the huge amount of data Windows wrote to the pagefile would wear out the 32 GB or 64 GB SSD's write cycles prematurely.
This isn't a concern anymore with modern SSDs. Sizes are bigger, and over provisioning and reserve memory cells are now the norm. So even consumer SSDs should be able to withstand more than a decade of writes.
http://techreport.com/review/26523/the-ssd-endurance-experiment-casualties-on-the-way-to-a-petabyte
Not only would I recommend keeping a pagefile on a system with the SSD, I would recommend putting it on the SSD. The SSD is about 10x slower than RAM, but about 100x faster than the HDD when it comes to random read/writes. So whereas your computer would slow down to a crawl if it started swapping to HDD, you'll barely notice the slowdown if it starts swapping to an SSD. (Of course if it's continuously swapping, you really should fix the situation by getting more RAM.) The one situation where I wouldn't recommend a swapfile on the SSD is if your SSD is nearly full. The need to erase cells before they can be written to again means the SSD slows down substantially if it's nearly full (ideally you want to keep 15%-25% free). Constantly writing to the pagefile will exacerbate this slowdown.
Remember folks, your computer is not a piece of fine art to be put on a pedestal to be babied and preserved. It's a machine, a tool - don't be afraid to use it. For SSDs in particular, don't be afraid to use up its write endurance. By the time your 128 GB SSD suffers write failures due to overuse, you'll probably be able to replace it with a 1 TB SSD for $100, if we haven't already moved on to holographic crystal storage or something.