March 9, 2012 at 8:13 am
The log file will be placed in the folder:-
C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log
March 12, 2012 at 1:00 am
Thank you again John for all the help! Do you perhaps have an email address I can forward the logs to?
March 12, 2012 at 1:12 am
No worries Phil,my email address is blessonblessons@yahoo.com.
March 18, 2012 at 7:56 pm
April 10, 2014 at 3:41 am
sqlservr -m -T4022 -T3659 -q"SQL_Latin1_General_CP1_CI_AS" -sSQLEXPRESS
Thanks for the command. I used it on my sqlexpress 2012 version. Just had to stop the instance, ran the script and then started my instance again.
Thanks Agian
May 8, 2020 at 6:43 am
Hi there. Regarding item # 12 in the article:
12) All the databases that had user defined assemblies should have 'trustworthy' set to true.
Please do not enable TRUSTWORTHY
on databases, especially in Production. It is neither desirable nor necessary, at least not on a permanent basis (please see the following post of mine which describes the various issues related to TRUSTWORTHY
: PLEASE, Please, please Stop Using Impersonation, TRUSTWORTHY, and Cross-DB Ownership Chaining ). However, it is sometimes required to enable temporarily in order to implement proper security (and those instances would be greatly reduced if Microsoft would implement the following suggestion, so please vote for it: Allow Asymmetric Key to be created from binary hex bytes string just like CREATE CERTIFICATE ).
What it comes down to is this: assemblies should be signed. And if assemblies are already loaded and cannot be signed prior to loading into SQL Server, you can still sign them within SQL Server (i.e. without exporting / re-importing). Please see the following post of mine that describes this and provides a working example: SQLCLR vs. SQL Server 2017, Part 4: “Trusted Assemblies” – The Disappointment (Msg 10314).
Finally, for a thorough description of what the "sqlservr.exe -q" option does and does not do, please see my post:
Take care,
Solomon..
SQL# — https://SQLsharp.com/ ( SQLCLR library ofover 340 Functions and Procedures)
Sql Quantum Lift — https://SqlQuantumLift.com/ ( company )
Sql Quantum Leap — https://SqlQuantumLeap.com/ ( blog )
Info sites — Collations • Module Signing • SQLCLR
March 31, 2022 at 4:01 pm
@solomon - Nice catch. After all these years, it is good to catch something like that. I am remiss that I missed that when I first read the article years and years ago.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
Viewing 7 posts - 16 through 21 (of 21 total)
You must be logged in to reply to this topic. Login to reply