Topic awaiting preservation: MySQL user needs help with MS SQL |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Louisville, KY, USA |
posted 05-30-2004 14:24
Hey all, I'm needing to create a MS SQL database with one-to-many & many-to-many relationships. I'm use to MySQL but this client only allows Microsoft products in these things. I've never touched MS SQL until two days ago, and don't know really how to handle things, so I'm kinda overwhelmed. I was instructed to use Enterprise Manager, so I have that as well as Query Analyzer. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 05-30-2004 16:31
well - what do you need to know? MSSQL handles standard sql 92 quite well - and has an extensive online help ('transactional sql reference') that you should've received along with enteprise manager and query analyzer. |
Bipolar (III) Inmate From: Louisville, KY, USA |
posted 05-30-2004 17:38
Should I be able to set it up like I would MySQL and just do the querys as normal from ASP? |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 05-30-2004 17:57
depends - there'll be some minor differences, but both should work via odbc (see control pannel). |
Bipolar (III) Inmate From: Louisville, KY, USA |
posted 05-30-2004 22:26
I think just ASP classic. |