Viewing 15 posts - 181 through 195 (of 286 total)
You can try to check if this caused by any CLR. Examples of how to find CLR assembly: http://msdn.microsoft.com/en-us/library/foo9fe0d4fd-950a-4274-a493-85e776278045.aspx
Memory errors on SQL Server 2005 32bit related to...
April 29, 2010 at 7:19 pm
Something to consider when you set up test environment - make sure you use the same backup to setup databases on servers you are going to compare. You can have...
April 29, 2010 at 6:17 pm
Mani-584606 (4/29/2010)
1. Can we use same port for all the instances in 10 sevrers? for example, 2122 port for all sql instances on all servers? Is that the right way...
April 29, 2010 at 6:09 pm
Hi,
If you use SQL Server Configuration Manager to change service account (which is recommended way to change it) you don't need to grant any permissions. In other case (changing service...
April 28, 2010 at 8:38 pm
Hi,
Here is an article that has a lot of information on problem http://support.microsoft.com/kb/969962 (although it describes issue for 32bit SQL Server). We had similar issue on SQL Server...
April 28, 2010 at 8:29 pm
Hi,
Does SQL Server service account on your primary server run under the local system account? If yes, than "you must create your backup folder on the primary server and specify...
April 28, 2010 at 7:28 pm
Hi,
The error is "An arithmetic, numeric, string, conversion, or constraint error occurred."
This could be data type conversion (or truncation) error. You need to map data types properly between Oracle and...
April 28, 2010 at 7:06 pm
Microsoft has an article for this issue: http://support.microsoft.com/kb/811008
March 11, 2010 at 9:03 am
I had similar errors just yesterday. This article has information that I use for troubleshooting: http://support.microsoft.com/kb/918483
September 3, 2009 at 2:10 pm
Christian Buettner (7/13/2009)
If it was intended to be tricky, then I admit it was well done.
If not, I assume rephrasing to "ALLOW_PAGE_LOCKS...
July 13, 2009 at 12:16 pm
Try to set verbose logging for the Reporting Services to get more information. The default logging level is "3 - information". Set it to "4" in the [systems.diagnostics] node of...
July 14, 2008 at 8:12 pm
The question has a note about fitting cursor in memory. This is what BOL says about FAST _FORWARD cursors:
"The most dramatic improvement is seen when processing cursors with relatively small...
July 11, 2008 at 8:27 am
Database mirroring will not work for you definitely. Mirror database will not available for reading.
You can use transactional replication or log shipping. Log shipping is easier to setup and troubleshoot....
June 24, 2008 at 4:47 pm
What can I say more? I am in 94% as well.:hehe:
June 23, 2008 at 10:08 pm
Viewing 15 posts - 181 through 195 (of 286 total)