Stack Dump every time reboot server; 100% CPU consistant; SQL Server 2008 SP1
Dump files show various SQL stmts at time of Stack Dump. Different one each time boot server. Sometimes get error messages about failed to open, but not consistent. EXCEPTION_ACCESS_VIOLATION seems...
View Articlesql server 2008 r2 evaluation
Hi,When i Insatll sql server 2008 r2 evaluation trial version then it gives service account error. I have window7 home premium.Can i Insall this version.If not then which version i Install.Please reply...
View ArticleIs this the right forum for questions about Change Tracking?
Is this the right forum for questions about Change Tracking, or should I post my question in "SQL Server Master Data Services" or another forum?
View ArticleSQL Disk Dependency problem on SQL 2008 cluster including errors
Hi All,I have a SQL 2008 cluster running with 2 nodes, and what I have recently noticed is that a snapshot creation code has been failing. I checked the cluster dependency property on the SQL...
View ArticleAre there standard solutions for Change tracking and filtering large tables.
Dear colleagues,Let me explain our application first. We build and sell an ERP system. ERP systems are known for their large databases, containing thousands of tables with tables easily exceeding a...
View ArticleCapacity issue
Hope I am on the correct forum for this: I am working for a small IT company and we have two virtual servers (Windows Server 2008) with SQL databases on them. I am a bit of a novice when it comes to...
View ArticleHow to use GROUP BY in SQL Server 2008R2
Hello,I am using SQL Server 2008R2.I would like to get the records which has MAX date GROUP BY "ProjectName". The query that i am using now is,select [ProjectName],MAX([Month]) from...
View ArticleContainstable queries not making sense.
I have a few questions related to using CONTAINSTABLE in a query that I hope someone can help with.I am working on a project to add document search capabilities to my companies product using fulltext...
View ArticleIs Connection Pooling Affected By Multiple Application Names?
Need consultation for the next question...I have large n-tier buisiness application, working with database with Linq-To-Entities (EDM). Every one from several hundreds of my WCF-methods create own new...
View ArticleDatabase backup without Replication objects (for schema comparison purpose)
I want to perform a schema comparison between an attached database and a backup. The backup comes from a replicated database. The comparison (database -> backup) result script generates delete of...
View ArticleIn which system table is the actual audit file Name stored
During SQL Audit, Multiple Audit Files can be created if we define a limit on the size of the file.These Files have a particular format which I can obtain from querying the tableSELECT * FROM...
View ArticleDoes creating COLUMNSTORE index locks the table?
Hi everyone!Does creating COLUMNSTORE index locks the table while index is created?
View ArticleSQL Server Timeout
Hi, we configured every possible timeout to 40 seconds. SqlConnection conn = new SqlConnection("Data Source=.;Initial Catalog=DispatchData;Integrated Security=True; Connection Timeout = 40");...
View ArticleODBC32 connection fails to authenticate on SQL Server
I ran into a weird error message yesterday when trying to connect a workstation ODBC32 to the SQL Server using Native client 10. See message below. I can't tell if I am facing NAT/firewall issues or...
View ArticleSQL Server 2008 R2 - Subscription Running Twice
Hi All,We are running SQL Server 2008 R2 SP2 and I have a problem with a subscription which is randomly running twice. Usually around 20 seconds after the first run. There is only a single SQL Agent...
View ArticleBACKUP LOG cannot be performed because there is no current database backup.
Hi Guys,My database backup has recently started failing with a "BACKUP LOG cannot be performed because there is no current database backup." error message. Initially I thought this was a simple fix,...
View ArticlePerformance of different INSERT styles
Hi all,What is difference between these two styles of TSQL code:WHILE 1...to...1000BEGININSERT ... VALUES(...)END----------------------BEGIN TRANWHILE 1...to...1000BEGININSERT ... VALUES(...)ENDCOMMIT...
View ArticleTransaction log not releasing the unused space while shrinking
HI All,I am trying shrink a log file.DDCC sqpperf(logspace) - showing below resultsDatabasename Logsize(MB) Logspaceused(%)ABCD 301183.9 1.811704However i took a log backup and...
View ArticleSSMS 2005 - How to disable Intellisense if SQL isn't an installed language...
Hi, allRunning SSMS 2005 at present. I'm a touch-typist, and don't use Intellisense/"Auto List Members" in any of my development tools. Things like Visual Studio I can disable the choice by language....
View ArticleCompatibility error restoring database created in 10.50.1600?
I'm trying to restore a backup, and the error displayed is "The database was backed up on a server running version 10.50.1600. That version is incompatible with this server, which is running version...
View Article