> -----Original Message----- > From: Paul Ihrig [mailto:[EMAIL PROTECTED] > Sent: Friday, April 13, 2007 8:15 AM > To: CF-Community > Subject: sql server 2005 > > i am a total sql server noob > sure i have always done insert, edit, updates, via cf, but never really > messed with the db. > other then to use query analyzer to look at the dba's stored procs & > crud. > > any one know a good basic site on getting up to speed quickly on > creating > tables [do they need there own unique db?] and the like. > going to install 2005 for the 2nd time after i get off the phone with > co-worker. > > first time i couldn't find the query analyzer, got frustrated & > unistalled > it.
Well - that's because it doesn't exist anymore. ;^) Prior to SQL Server 2005 two tools, Enterprise Manager and Query Analyzer, where used to work with database. As of 2005 they have been combined into a single tool: SQL Server Management Console. As somebody forced to use DB2 for the past year I can say, unreservedly, that these tools are head and shoulders above DB2 Control Center. ;^) When you install SQL Server make sure to install "Books Online". This is a very complete documentation set that should help you immensely. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:232466 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
