0
votes
0answers
45 views

Umbraco content tab error / mixed up document types

Using Umbraco 6.0.0 – I have no idea how this happened, but I'm trying to the bottom of it so I can either fix it or chalk it up as a learning experience. Most of the content nodes are giving me this ...
1
vote
1answer
63 views

Populate custom tree with records from database

I have recently started using Umbraco and am in the process of figuring out how to add my own custom sections into it. So far I've managed to add a new section and I've also started adding a custom ...
0
votes
1answer
256 views

SQL Server Express and SQL Server Compact Edition

I've just built my first Umbraco site and now I want to hand it over for deployment on a web server. However, I built the site on my local machine using Web Matrix, which uses a SQL Server Compact ...
1
vote
3answers
650 views

“Cannot open database - login failed” . Works in Management Studio, not code

Oh yes, the famous error: Cannot open database "MYDBNAME" requested by the login. The login failed. Login failed for user 'USERNAME'. Let me explain my situation: I have a database server, ...
1
vote
2answers
186 views

Can't find umbraco data storage

I have installed Umbraco via WebMatrix, and entered "server=(localdb)\v11.0;integrated security=true" as a connection string. The site works fine, but I can't find the database that Umbraco have ...
0
votes
1answer
128 views

NHibernate or SQL Server 2008 performance issue

I have a problem with web app I'm currently working on. This app is a kind of customization of Umbraco 5 CMS. The problem is that it runs well on my machine and other developer's machine but stack at ...
3
votes
3answers
262 views

Umbraco 4.7 system architecture advice to work with 200K+ nodes

I need to create website on Umbraco 4.7 where I need to compare some products by price and some other properties (about 10). I need to make search and sorting of information, amount of products will ...
3
votes
1answer
752 views

Database connection initialisation failed in Umbraco

I keep getting this issue are there any error logs I can look at to see what is happening?
1
vote
1answer
959 views

How to export data from umbraco CMS?

I have a project which is using umbraco cms, ie. MSSQL (Now we are rebuilding the site in WordPress). Which i cannot understand the relations. It's difficult in Umbraco. So i would like to ...
3
votes
1answer
252 views

t-sql Tree Join to Values to get a Sum of childless nodes limited to latest data

Looking to sum in SQL (MS 2008 r2) 2 relatively simple tables, I'm struggling though to find a way to make it work, almost there but I'd really appreciate some help from a SQL expert please :) I ...
0
votes
2answers
244 views

.NET hosting in china: IIS 7 + MSSQL 2008 R2

A client of ours need hosting for a Chinese website - in china. We have trouble finding a Chinese web hosting provider that use IIS 7 and MSSQL 2008 R2 It's for an Umbraco website. The client has ...
1
vote
1answer
581 views

Umbraco - SQL Server or SQLCE4? Performance and upgrade considerations

I am creating a customer site with the Umbraco CMS. the cheapest database option is to go with SQLCE4, as the latest version supports this. What concerns me about using SQLCE4 is the performance.... ...
3
votes
2answers
196 views

SQL Server: get top xx blog record from Umbraco by parameter

Following SQL get what I need: SELECT TOP (50) [nodeId] FROM [dbo].[cmsContentXml] WHERE [xml] like '%creatorID="29"%' AND [xml] like '%nodeType="1086"%' ORDER BY [nodeId] DESC I need ...
1
vote
2answers
411 views

Is there a way to migrate SQL Server to Vistadb (Umbraco)

I am on a shared host and whilst in development (umbraco) I think it would be easier to use VistaDB then package up to install to SQL Server. However, I have already started using SQL Server. Is there ...
0
votes
2answers
724 views

HOW TO: Umbraco 4.0 with Microsoft SQL Server 2000

We have a server that is running Microsoft SQL Server 2000 and would like to setup Umbraco 4.0. I tried the web install, but it choked on the MS SQL 2005 Express install. So I next tried the manual ...