The SQL Server Service Broker for the current database is not enabled....
hi,
I have this error when I use SQl2000 for sqlsitemapprovider.
I use this code for web.config:
<providers> <clear/>
<add name="AspNetSqlSiteMapProvider"
type="SqlSiteMapProvider"
securityTrimmingEnabled="true"
connectionStringName="...."
sqlCacheDependency="CommandNotification"/>
</providers>
<caching><sqlCacheDependency enabled="true" >
</sqlCacheDependency>
</caching>
Configuration Error Description: An error occurred during the proc...
Please enable the Service Broker for this database if you wish to use notifications.
hi,
I have this error with SQL2005.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: The SQL Server Service Broker for the current database is not enabled, and as a result query notifications are not supported. Please enable the Service Broker for this database if you wish to use notifications.Source Error:
Line 48: <clear/>
Line 49: <add name=&...
enabling service broker in sql server 2005
helloi use Visual Web Developer and SQL server 2005 express , how can i enable service borker of my sql server ?thaks for any helpderin
It is not part of SQL Server Express you need the developer edition to run it. Try the links below for two articles about it. Hope this helps.http://www.ftponline.com/vsm/2006_06/magazine/features/rjennings/http://msdn.microsoft.com/msdnmag/issues/06/07/InsideMSDN/default.aspxKind regards,Gift Peddie...
"Using other editions of SQL Server for report data sources and/or the report server database" is not supported in this edition of Reporting Services
Hi My project is in .NET 2003 i.e. framework 1.1 and database in SQLServer 2000. But the reports have been developed using SQLServer 2005 Reporting Services. Now when I am trying to deploy them through deployment project of .NET its giving me following error:"Using other editions of SQL Server for report data sources and/or the report server database" is not supported in this edition of Reporting Services. Now I am really confused with this. Can any one please guide me regarding this ASAP. Thanks, Falguni
You will need to use the SQL Server ...
How to enabel sql server notification on database as well as table using sql server 2005
HiI am ASP.NET developer. I have implemented caching in my site.I am using "System.Web.Caching.SqlCacheDependencyAdmin.EnableNotifications("Data Source=<Data Source name>;Initial Catalog=<database name>User ID=<user id>;pwd=<password>;Pooling=true;Min Pool Size=0;Max Pool Size=1000;") & "SqlCacheDependencyAdmin.EnableTableForNotifications("Data Source=<Data Source name>;Initial
Catalog=<database name>User ID=<user
id>;pwd=<password>;Pooling=true;Min" Pool Size=0;Max Pool
Size=1000;","<tabl...
How to enable service broker SQL Express
Hi
Can anyone help me please? I've successfully enabled the service broker in SQL Express where the database has been listed with a logical name.
USE master;ALTER DATABASE Northwind SET ENABLE_BROKER;
However, other databases which have names such as c:\websites\examples\app_data\database.mdf are not recognised and produce errors when I try to do the same.USE master;ALTER DATABASE c:\websites\examples\app_data\database.mdf SET ENABLE_BROKER;
Incorrect syntax near c:\
How can I get this to work and incidentally, why do some databases have simple names and others have their ful...
moving an sql server 2005 database to a sql server 2000 database
I am trying to move a database which I wrote in SQL Server 2005 to a SQL Server 2000 database.
I'm not sure the best way to do this.......
Can anyone enlighten me?.....
this article explains it.
http://searchsqlserver.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid87_gci1149585_tax301536,00.html
hth,mcm
pizzamaker74:
I am trying to move a database which I wrote in SQL Server 2005 to a SQL Server 2000 database.
I'm not sure the best way to do this.......
Can anyone enlighten me?.....
If both are in the same network or box just register the 2005 with the 2000 cr...
Migrating sql server 2005 express database to sql server 2005 database
Hi, I have an application developed using VWD and sqlserver express database. The express database is turning out to be small in size and we need to migrate to larger sqlserver 2005 database. What are the steps for this migration, please list in detail.
Regards, Sandyhttp://www.thequinn.infohttp://www.sksdataservices.comhttp://www.infobasket.info
Hi Sandy,
To move a database from SQL Express to SQL 2005, you can use the following steps.
1. If your database file is attached to the server instance, you will need to detach it first using SQL management studio. If it is under App_Data folde...
SQL Server Reporting Services for SQL SERVER 2000 AND Visual Studio.NET 2005 .NET 2.0
Hi, Which version of SQl Server Reporting Services will work with SQL SERVER 2000 in pararrel with ASP.NET 2.0 (.NET 2.0 framework)? Thanks, Azam HighOnCodingWanna get high!
Hi, Okay I got the answer. Yes, we can use the SQL SERVER 2005 Reporting Services with SQL SERVER 2000. HighOnCodingWanna get high! ...
SQL Server Database File vs SQL Server Database -VWD Express
VWD Express 2008, SQL Server Express 2005.
I have been using SQL Server Express with ASP and VB for some years - I just create a DB in Management Studio Express, have SQL Server set to 'SQL Server and Windows authentication', and use a connection string with 'sa' and a password (I never have managed to get it working with 'integrated security', but that is probably irrelevant to this post). So I have a list of DB's attached to SQL Server that I can see, attach, detach etc in MSE.
I am getting started with .NET. Working through a VWD Express book tutori...
how to take periodic backup of an SQL SERVER database using web services
hello all,i am making a web application that has an SQL SERVER database all the connections of application and the database is done by a web service now i wish to take the backup of the database after the end of the day (7.00 PM every day).i am finding it difficult on how to do it, means what should be the approach to follow , do i have to create a windows service or i can do it in the web service or any other approach i have to chose.i am totaly confused.any help will be greately appriciated.regardsvishal ...
Can microsoft SQL Server 2005 database upgrade to microsoft SQL Server 2008 database?
I have a microsoft SQL Server 2005 database, I don't know how to upgrade the 2005 database to 2008 database, I try to use SQL Server Management Studio Express 2008 to open the 2005 database, it's OK, does it mean that the 2005 database have been upgraded to 2008 database?
BTW, is SQL Server 2005 database compatible with SQL Server 2008 database completely?SuperCool Multiple ZIP - A utility to unzip multiple files and work with multiple zip filesSuperCool Random Number Generator
Yes. It is compatible. Anyhow go through this url for more informationhttp://msdn.microsoft.com/en-us/li...
How to migrate database from MYSQL to SQL Server 2005 using DTS(Data Tramsaformation Services) ?
Hi all experts,
I am running with MS. SQL Server 2005 in my local pc.I am testing on migration databse from mysql 5.0 to SQL Server 2005.I cant find any DTS services in my local pc under services option.Any idea?
I have a web link which provide information how to "Migrating MySQL to Microsoft SQL Server 2000" from microsoft support forum.But seems useless apply in sql server 2005.
below is the link ,
http://www.microsoft.com/technet/prodtechnol/sql/2000/deploy/mysql.mspx
Can anybody help me on this ?
Thanks:)
ry93~
DTS has been replaced with SSIS (SQL Ser...
SQL Server instance Error
Hi Guys,
I created a default website in VS2008 & dragged in a webpartmanager into the div section (i was going to have a play with creating web parts). I tried to preview the default page to seeif it runs but i get the following error:
Server Error in '/WebSite1' Application.
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - E...