From: Erland Sommarskog on 13 Jun 2010 16:42 ToddAndMargo (ToddAndMargo(a)invalid.com) writes: > Thank you. I can not find the "SQL Server Management Studio". > Can you give me a file name and path? You should have it in the SQL Server Program group, unless you opted not to install any tools when you installed SQL Server. If you only have the Express edition, Management Studio is not included but is a separte download. Then again, if you have Express there is no Agent either. -- Erland Sommarskog, SQL Server MVP, esquel(a)sommarskog.se Links for SQL Server Books Online: SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
From: ToddAndMargo on 13 Jun 2010 21:48
On 06/13/2010 01:42 PM, Erland Sommarskog wrote: > ToddAndMargo (ToddAndMargo(a)invalid.com) writes: >> Thank you. I can not find the "SQL Server Management Studio". >> Can you give me a file name and path? > > You should have it in the SQL Server Program group, unless you opted > not to install any tools when you installed SQL Server. > > If you only have the Express edition, Management Studio is not > included but is a separte download. Then again, if you have Express > there is no Agent either. > Found it: "C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\SqlWb.exe" I kept looking under "SQL ..." in the program group. It is under "Microsoft SQL...". It was right under my nose. Thank you! -T |