Torsten Schuessler
Sapere aude! (aka tosc)
Sapere aude! (aka tosc)
Do NOT use a space after the delimiter and the parameter identifier (which is the "-" character).
Copy it back to startup paramaters - save - RESTART the service!
You can check the status of your trace flags by using the following command:
DBCC TRACESTATUS
If you want to know something about Trace Flag 3226, please read Christoph Muthmann's (aka cmu) post:
Trace Flag 3226
| Print article | This entry was posted by Torsten Schuessler on 2012-06-28 at 15:01:00 . Follow any responses to this post through RSS 2.0. |
backup «best practices» books bug ctp «cumulative update» datetime dmv ebook humor index indexoptimize integrity kbfix links loginproperty maintenance «ms sql server 2008» performance php profiler «reporting services» reviews rtm serverproperty «service pack» «service pack 3» «service packs» sharepoint «sql 2012» «sql pass» «sql server» «sql server 2005» «sql server 2008 r2» «sql server 2012» «sql server builds» sqlcat sqlpass «sqlpass franken» ssms ssmstoolspack t-sql technet «technical note» tempdb tools troubleshooting upgrade version whitepapers
2012-05-14 @ 10:29:14
Great article, but the first three parameters cannot be removed:
The following parameters are required. They can be changed but not removed.
-d is the path of the master.mdf file (the master database data file).
-l is the path of the master.ldf file (the master database log file).
-e is the path of the SQL Server error log files.
Caution
If the file path parameters are incorrect SQL Server might not start.
CU
Christoph
2012-05-14 @ 12:15:37
Hi Christoph,
indeed, you are right - you can't remove it by SSCM, but by deleting the registry paramaters / key :-(
THX,
tosc