|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Why I cannot see log in Management Studio log file viewer?I have SQL server 2005 express installed on my machine and also installed
management studio. I use Business Contact Manager database and have a login failed error. However, when I try to see the log in Management\SQL Server Log, I can see the log names but nothing appear. Any idea? I connected to the server with my login with which I created the database. Thanks for any suggestions. As you mentioned it's a SQL Server 2005 Express Edition instance, I believe
you are using SQL Server Management Studio Express which does not have a Log File Viewer as SSMS' s. So that must be why you see the logs under the Management node in the Object Explorer but you can't view them via SSMSE. You can view them either connecting to your Express Edition instance using SSMS (not SSMSE) or going to the Logs directory and view them using Notepad or some else editor as Erland suggested. -- Show quoteHide quoteEkrem Önsoy "isogulaleb" <isogula***@discussions.microsoft.com> wrote in message news:60D394EE-65FC-4905-B7B9-2F6AD93C3A61@microsoft.com... >I have SQL server 2005 express installed on my machine and also installed > management studio. I use Business Contact Manager database and have a > login > failed error. However, when I try to see the log in Management\SQL Server > Log, I can see the log names but nothing appear. > > Any idea? I connected to the server with my login with which I created the > database. > > Thanks for any suggestions. Thanks for your answers both of you. Ekrem, I suppose this version is not for
free, am I right? I knew I can see the logs opening them manually, just feel frustrated why it is a menu option when it is unusable in Express Edition? Anyway, thanks again for your answers, it was useful. Show quoteHide quote "Ekrem Önsoy" wrote: > As you mentioned it's a SQL Server 2005 Express Edition instance, I believe > you are using SQL Server Management Studio Express which does not have a Log > File Viewer as SSMS' s. So that must be why you see the logs under the > Management node in the Object Explorer but you can't view them via SSMSE. > > You can view them either connecting to your Express Edition instance using > SSMS (not SSMSE) or going to the Logs directory and view them using Notepad > or some else editor as Erland suggested. > > -- > Ekrem Önsoy > > > > "isogulaleb" <isogula***@discussions.microsoft.com> wrote in message > news:60D394EE-65FC-4905-B7B9-2F6AD93C3A61@microsoft.com... > >I have SQL server 2005 express installed on my machine and also installed > > management studio. I use Business Contact Manager database and have a > > login > > failed error. However, when I try to see the log in Management\SQL Server > > Log, I can see the log names but nothing appear. > > > > Any idea? I connected to the server with my login with which I created the > > database. > > > > Thanks for any suggestions. > > Thanks for your answers both of you. Ekrem, I suppose this version is not Although some MS guys say you don't need a license for Client Tools (I asked > for > free, am I right? this question to those who were talking about licensing in some seminars), SSMS ships only with not-for-free editions of SQL Server and it's not downloadable from MS' s website as a stand-alone tool. Despite the fact that MS guys say we don't need a license for Client Tools, SSMSE is released and this is some kind of contradiction to me. I have not found anyone from MS to give me a straightforward answer for this question but I believe I'll find it out soon. -- Show quoteHide quoteEkrem Önsoy "isogulaleb" <isogula***@discussions.microsoft.com> wrote in message news:D5B22B97-40A3-4941-A82E-B591B29D0160@microsoft.com... > Thanks for your answers both of you. Ekrem, I suppose this version is not > for > free, am I right? > > I knew I can see the logs opening them manually, just feel frustrated why > it > is a menu option when it is unusable in Express Edition? > > Anyway, thanks again for your answers, it was useful. > > "Ekrem Önsoy" wrote: > >> As you mentioned it's a SQL Server 2005 Express Edition instance, I >> believe >> you are using SQL Server Management Studio Express which does not have a >> Log >> File Viewer as SSMS' s. So that must be why you see the logs under the >> Management node in the Object Explorer but you can't view them via SSMSE. >> >> You can view them either connecting to your Express Edition instance >> using >> SSMS (not SSMSE) or going to the Logs directory and view them using >> Notepad >> or some else editor as Erland suggested. >> >> -- >> Ekrem Önsoy >> >> >> >> "isogulaleb" <isogula***@discussions.microsoft.com> wrote in message >> news:60D394EE-65FC-4905-B7B9-2F6AD93C3A61@microsoft.com... >> >I have SQL server 2005 express installed on my machine and also >> >installed >> > management studio. I use Business Contact Manager database and have a >> > login >> > failed error. However, when I try to see the log in Management\SQL >> > Server >> > Log, I can see the log names but nothing appear. >> > >> > Any idea? I connected to the server with my login with which I created >> > the >> > database. >> > >> > Thanks for any suggestions. >> isogulaleb (isogula***@discussions.microsoft.com) writes:
> I have SQL server 2005 express installed on my machine and also What happens if you right-click and select View SQL Server log?> installed management studio. I use Business Contact Manager database and > have a login failed error. However, when I try to see the log in > Management\SQL Server Log, I can see the log names but nothing appear. You can also access the logs directly from C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG. The exactl location depends on your installation. MSSQL.1 could be something else. -- Erland Sommarskog, SQL Server MVP, esq***@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
Other interesting topics
SSMS 2008 Registered Server problem
SSMS explorer. Sorting the columns names in a table. SQL Server Agent Not Available in SSMS 2005 Object explorer SSIS Problem connect to AS via management studio Can I use Management Studio with Query Analyzer on the same machine? Visual differentiation by environement in SQL Server Management Studio SQLIOSim (Virtual Protect Errors) Escape Template Parameters Escape Template Parameter |
|||||||||||||||||||||||