neilpullinger.co.uk
Neil Pullinger's .NET Blog: RESTORE cannot process database 'X' because it is in use by this session
http://www.neilpullinger.co.uk/2013/07/restore-cannot-process-database-x.html
Neil Pullinger's .NET Blog. ASPNET, Visual Studio, C#, Sitecore Content Management System, Umbraco. Friday, 19 July 2013. RESTORE cannot process database 'X' because it is in use by this session. I changed the dropdown to another database 'Y' and was able to re-run the query without error. Posted by Neil Pullinger. Subscribe to: Post Comments (Atom). Sitecore technical blogs with this custom Google search facility:. View my complete profile. RESTORE cannot process database X because it is .
neilpullinger.co.uk
Neil Pullinger's .NET Blog: Using the jQuery Equivalent of Body OnLoad
http://www.neilpullinger.co.uk/2012/05/using-jquery-equivalent-of-body-onload.html
Neil Pullinger's .NET Blog. ASPNET, Visual Studio, C#, Sitecore Content Management System, Umbraco. Thursday, 24 May 2012. Using the jQuery Equivalent of Body OnLoad. Prior to jQuery, the way to get JavaScript to fire on loading a page was to add an onload attribute to the body HTML tag:. In jQuery, this can be replaced by:. Script type="text/javascript" $(mycode); /script. The important thing is not to include the method brackets. $(mycode() ; will not work. Posted by Neil Pullinger. Sitecore on the road.
neilpullinger.co.uk
Neil Pullinger's .NET Blog: November 2009
http://www.neilpullinger.co.uk/2009_11_01_archive.html
Neil Pullinger's .NET Blog. ASPNET, Visual Studio, C#, Sitecore Content Management System, Umbraco. Tuesday, 17 November 2009. The solution is offline because its associated Team Foundation Server is offline. When opening a solution in Visual Studio 2008, I kept getting the following message in the Output window:. This solution is offline. [Team Foundation Server:. The solution is offline because its associated. Team Foundation Server is offline. Posted by Neil Pullinger. Friday, 13 November 2009. Siteco...
neilpullinger.co.uk
Neil Pullinger's .NET Blog: List All Stored Procedures Within a SQL Database and Then Grant Execute on Them
http://www.neilpullinger.co.uk/2015/02/list-all-stored-procedures-within-sql.html
Neil Pullinger's .NET Blog. ASPNET, Visual Studio, C#, Sitecore Content Management System, Umbraco. Tuesday, 3 February 2015. List All Stored Procedures Within a SQL Database and Then Grant Execute on Them. It's been too long since I last blogged. Thought I'd dust things off with this little snippet of T-SQL to list all stored procedures that exist within a specified SQL database:. WHERE TYPE = 'P'. AND LEFT(NAME,2) 'sp'. AND LEFT(NAME,2) 'dt'. WHERE TYPE = 'P'. AND LEFT(NAME,2) 'sp'. Coffee = Coder = Co...
neilpullinger.co.uk
Neil Pullinger's .NET Blog: Missing Context Menu on Item in Team Development for Sitecore (TDS)
http://www.neilpullinger.co.uk/2013/07/missing-context-menu-on-item-in-team.html
Neil Pullinger's .NET Blog. ASPNET, Visual Studio, C#, Sitecore Content Management System, Umbraco. Tuesday, 9 July 2013. Missing Context Menu on Item in Team Development for Sitecore (TDS). I eventually discovered the issue was due to having an alias item of the same name at the same level in Sitecore. Once I'd renamed the alias, I could correctly get the item and all of its children. Posted by Neil Pullinger. Subscribe to: Post Comments (Atom). View my complete profile. Sitecore CMS custom search.
neilpullinger.co.uk
Neil Pullinger's .NET Blog: The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
http://www.neilpullinger.co.uk/2011/05/page-you-are-trying-to-view-cannot-be.html
Neil Pullinger's .NET Blog. ASPNET, Visual Studio, C#, Sitecore Content Management System, Umbraco. Tuesday, 17 May 2011. The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression. Posted by Neil Pullinger. Having the same problem with VS2010 - turning off compression in IIS seems to fix it, but I think there is something fishy going on in VS which is messing things up. 17 January 2012 at 03:00. Thanks for your comment Myke. 17 January 2012 at 05:19.
neilpullinger.co.uk
Neil Pullinger's .NET Blog: August 2010
http://www.neilpullinger.co.uk/2010_08_01_archive.html
Neil Pullinger's .NET Blog. ASPNET, Visual Studio, C#, Sitecore Content Management System, Umbraco. Wednesday, 18 August 2010. Using Sitecore with Firefox, Chrome and other browsers. Posted by Neil Pullinger. Subscribe to: Posts (Atom). Sitecore technical blogs with this custom Google search facility:. View my complete profile. Using Sitecore with Firefox, Chrome and other brow. Sitecore CMS custom search. NET Developer Network (Bristol). Alexey Rusakov on Sitecore development. Coffee = Coder = Code.
neilpullinger.co.uk
Neil Pullinger's .NET Blog: Lucene: Compression support not configured
http://www.neilpullinger.co.uk/2011/07/lucene-compression-support-not.html
Neil Pullinger's .NET Blog. ASPNET, Visual Studio, C#, Sitecore Content Management System, Umbraco. Wednesday, 13 July 2011. Lucene: Compression support not configured. I got this error when trying to extract Hits.Doc from Lucene:. Compression support not configured. SupportClass.CompressionSupport.Uncompress(Byte[] input). Lucene.Net.Index.FieldsReader.Uncompress(Byte[] input). Lucene.Net.Index.FieldsReader.Doc(Int32 n, FieldSelector fieldSelector). Lucene.Net.Search.Hits.Doc(Int32 n). Runi Thomsen Code...
neilpullinger.co.uk
Neil Pullinger's .NET Blog: July 2011
http://www.neilpullinger.co.uk/2011_07_01_archive.html
Neil Pullinger's .NET Blog. ASPNET, Visual Studio, C#, Sitecore Content Management System, Umbraco. Wednesday, 13 July 2011. Lucene: Compression support not configured. I got this error when trying to extract Hits.Doc from Lucene:. Compression support not configured. SupportClass.CompressionSupport.Uncompress(Byte[] input). Lucene.Net.Index.FieldsReader.Uncompress(Byte[] input). Lucene.Net.Index.FieldsReader.Doc(Int32 n, FieldSelector fieldSelector). Lucene.Net.Search.Hits.Doc(Int32 n). Runi Thomsen Code...