Purpose & Scope: When saving in Microsoft Dynamics SL, the following error message appears: System Message 916: The server principal ‘Master60SP‘ is not able to access the database ‘sfSol6DocSys‘ under
Summary: A custom item, URL Link, or document can be added to the Spitfire Help Menu. In the example below a custom user guide is added to the Spitfire Help Menu.
Question: We have made some backend customizations to our site, which are lost after Spitfire updates. How can we make these customizations reapply automatically after an update? Answer: Backend customizations are
Question: Can I replace a Spitfire SQL stored procedure with one of my own? Answer: Yes, sometimes. When the datalayer starts, it scans for stored procedure owned by the SQL
Purpose & Scope: Spitfire offers a Lookup Editor utility for maintaining and creating Lookups for use in sfPMS. This Lookup Editor requires access to your SQL Server and the Spitfire
Purpose & Scope: How to use SQL to delete multiple Spitfire documents. Procedure: Note:This process is executed in SQL Server and is intended for use by the System Administrator. While
Question: Spitfire has a few default Doc types listed in the left-panel Documents Menu. When I update with the Configuration Tool (ICTool), Spitfire rewrites these entries and overwrites my changes. Can I
Summary: SQL Server Versions This great chart is from http://sqlserverbuilds.blogspot.com/ (excessive advertising notwithstanding) See also https://support.microsoft.com/en-us/kb/321185 You can determine what version SQL Server is running by using this Query: Select @@version, @@MICROSOFTVERSION @@Version