SQL Server does not exist or access denied
The Story is like the following:there is some asp program on XPs , to connect to SQL 2005 SP4 server, and sometimes get the error"SQL Server does not exist or access denied" when try to built...
View ArticleSQL Connection Intermitten Disconnect
Hello,Currently we had encounter an issue as our Web Application capture an intermiten disconnect issue to our SQL Server. We using SQL 2000 SP4 that running in Windows Server 2003 R2. I would like to...
View ArticleSQL Server 2008 cluster node going down unexpectedly
Last night our primary SQL Server node went down and failed over to the secondary node. I was actually on the server at the moment having just launched a trace to troubleshoot a particular query when...
View Article701 Error message: Insufficient memory
I am using SQL Server 2005 enterprise edition with Microsft windows server 2003.The Ram is 8 GB. I run my application and application crashes.When i check SQL server log , i fing 701 error.I have...
View ArticleWhy heap table doesn’t support Ghost records?
Under default isolation level,we know index data page or non-clustered index leaf page supports ghost records ,but heap table doesn't.So my question is why heap table doesn’t support Ghost records?
View ArticleEstimated Number of rows Issue when Result set is empty
Hi All, i query the "orders" table from northwinds database The query is SELECT * FROM Orders WHERE OrderDate > '2000-01-01' The table has the orders data from 1996 to 1998 so ideally the result set...
View Articlesql server
HI, SIR I have one project in asp.net with sql sever database 2008...but i want to restore this database in visual studio 2010 because i have visual studio 2010 and there is sql server is internally...
View ArticleQuery Plan Guides and Parameter Size
Hi,Is there a trick to work around creating multiple plan guides for the same query where the only thing changing is the length of named parameters?I have a query that is issued by MS CRM 4.0. The only...
View ArticlePeriodic server crashes on DB server, no cause?
We've got 2 DB servers, connected to a SAN via fiberchannel connection.We've had periodic (1-2) crashes a week off an on, but have become more frequent.The only thing running on the servers is SQL...
View ArticleTPC-E test on SQL Server 2012 high runnable task count
I know I probably shouldn’t be replying to this old thread, but I’m crossing my fingers that Jonathan Kehayias will see activity on this old thread and respond…I’m using Quest Benchmark Factory to run...
View ArticleSQL 2012 issue in restoring differential backup
Selected full backup and choosed Restore with NoRecovery, Full backup restored After then, when I try to restore the differential backup getting the error as”Unable to create restore plan due to break...
View ArticleMaximum stored procedure, function, trigger, or view nesting level exceeded...
HiAfter database restore , I am trying to apply security permissions; , scripts is as belowGRANT SELECT ON [dbo].[Table_name] TO [database role]This is throwing error "Maximum stored procedure,...
View ArticleChanging MAXDOP setting for VMware SQL Server
Hi All,We have a SQL Server 2008 Standard Edition virtualized with VMWare, running on an ESX host that has 2 sockets x 6 cores with Hyperthreading ON. That gives us 24 CPUs.We have created that SQL...
View ArticleHow to setup SQL Alert on any error in SQL Server
I am looking for any possible ways to setup SQL Server Alerts on any error that occurs in SQL Server, is there a simple way to achieve this? I know, I can configure separate SQL Server Event Alerts...
View ArticleHow do I get the internal SQL Server Database version number of an .MDF...
I have SQL Server 2008 and 2012 installed on my machine. I am writing a VB.Net application in which I would like to be able to obtain the .MDF file version number and create a connection string thtat...
View ArticleWhat is a good SOP when you get a stack dump for an access violation?
We just got a single EXCEPTION_ACCESSS_VIOLATION error on a production box, the process was apparently killed but the server continued.How seriously does one want to take this, and what is a good...
View ArticleLarge Index Quickly Fragmented
We have a 400GB database in SQL 2008 (compatibility 80) we recently upgrade from SQL 2000. For some reason this database seems to have frequent fragmentation issues. There are quite a few indexes in...
View ArticleExtended Events Mirroring Tracing
I am doing some performance investigations in a database.Two servers with synchronous database mirroring between two data centers.A simple stored procedure with one insert statement (auto-commit...
View ArticleApply service pack = Copy Resourcedb
As per book online=================Because the Resource database file contains all system objects, an upgrade is now accomplished simply by copying the single Resource database file to the local...
View ArticleQuota in Tempdb
Can we place quota in tempdb/userdb so that one session can't use more than 10% of it's actual size.Manish
View Article