Viewing 15 posts - 1,846 through 1,860 (of 3,366 total)
Your XP needs to be Pro with Admin tool installed go to Control panel then Admin tool then computer management Event Viewer and right click on Application and go to...
March 31, 2009 at 4:28 pm
2009-03-30 13:46:58.89 Server The current event was not reported to the Windows Events log. Operating system error = 1502(The event log file is full.).
This is the reason for your problem...
March 31, 2009 at 3:33 pm
The other option is to upgrade to 2008 Microsoft implemented ANSI SQL Transaction Connection changes in 2008 so that code would actually run without MSDTC and error in 2008. ...
March 31, 2009 at 3:05 pm
3910 is Transaction context in use by another session.
8535 is Distributed transaction completed. Either enlist this session in a new transaction or the NULL transaction
This error means some code needs...
March 31, 2009 at 2:35 pm
In a .NET application in 2000 you need MSDTC because if your application is using application layer none atomic transaction 2000 is not equiped to resolve these so MSDTC is...
March 31, 2009 at 2:09 pm
That is very easy with shared datasource because you are just running different SSRS instances with either same datasource database or different copies of the database.
If this is a large...
March 31, 2009 at 10:17 am
That is Windows engineers docs in SQL Server all you need to do is create and schedule backups based on the activities of your databases and defined recovery models.
So you...
March 31, 2009 at 8:55 am
This was an error I thought I was editing the post not double posting but all you need to do with Full Text with both Enterprise manager and T-SQL is...
March 31, 2009 at 8:37 am
In 2000 you must make sure you have installed the Microsoft search service and manually populate the catalog, I don't have 2000 here so I cannot tell you the steps...
March 31, 2009 at 8:30 am
Downloading trial version will not help you because that is an Enterprise edition so your better option is to run one of the Express editions which is the edition with...
March 31, 2009 at 7:47 am
I know volume shadow copy service in Win2003 it is not related to SQL Server because there are only two ways to do DR in SQL Server use the native...
March 31, 2009 at 7:17 am
There is no schema in 2000 but check the thread below in another forum for what you need to install in 2000 for the operation to work. Remember to...
March 31, 2009 at 7:01 am
I would think Linked Server is even supported in Express any edition so just check your server objects section to see if Linked Server configuration tool is there.
March 30, 2009 at 5:23 pm
I don't think business objects belong in the database neither is the relational model of an application storage for CRUD. That is the reason some big companies keep both...
March 30, 2009 at 3:10 pm
The first things to try is disable anonymous access and enable impersonation both in IIS. And I see connection pooling related error that may be related to your connections...
March 30, 2009 at 1:43 pm
Viewing 15 posts - 1,846 through 1,860 (of 3,366 total)