Okay, so i have been trying to migrate a site i built using php, apache, mysql on a win2k machine. the site works wonderfully at the moment in its current config. however, the idiot IS guys at my company insist on trying to use m$ sql for the db backend. so i figure what the heck, its still sql, right?
Except that I am running into a couple of strange problems. I had managed to track down an entire bunch of problems and fix them, but there are still a few lingering ones. so i guess i have 2 quick questions.
can anyone point me in the direction of a decent tutorial or documentation concerning migrating from mysql to ms-sql? (assuming one even exists)
in my mysql tables, i had a primary key that auto incremented. simple. now how do i pull off the same in ms-sql? i just cant seem to get that particular sore spot worked out at the moment...
thanks for any help, i appreciate everyone's input that has helped me so far!