SQL Cache dependency and deadlock - T1222 deadlock-list -...
Hi, We are maintaining cache tables in SQL Server where tables required for cache are marked for caching using [dbo].[AspNet_SqlCacheRegisterTableStoredProcedure] and those marked tables are added into...
View ArticleDatabase corruption issue
We are facing problems on production server with SQL Server 2005 enterprise edition, where one of user DB are having many allocation errors and backups are not successfull even for msdb. We find some...
View ArticlePerformance counters into SQL Server
SQL Server 2008 R2 Enterprise/standardHi guys.Performance counters.Windows provides PerfMon to monitor server performance, including SQL Server.I would like to use the counters available to be...
View ArticleThis is the code I can't identify where the error is located I reve unhandle...
Imports System.Data.SqlClient Public Class Form1 Dim cn As New SqlConnection("Data Source=.\SQLEXPRESS;AttachDbFilename=C:\Users\hamid\AppData\Local\Temporary...
View ArticleSQL Server 2012
Hi All,I'm hoping I am posting this to the right group and if not, then please excuse me :0)...I just had someone ask me about certification material for 2012 (i.e., transcenders etc.)I always did good...
View ArticleSql backups apparently happening but how?
I have a sql 2008 r2 server and have not setup any maintenance plans. According to the logs it is showing entries like the backups are happening, but why and where are they? It appears to be backing...
View ArticleSQL2012 linked server to SQL2000 slow to insert
An insert statement run on SQL2012 server to a linked server (SQL2000 destination) is slow. Test script is below.-- Run on destination server (SQL2000) CREATE TABLE RemoteTable(ID INT Identity(1,1),...
View ArticleMessage Error: 18210, Severity: 16, State: 1. and Message Error: 3041,...
i have back failure errors in the sql server logswhen i check maintenance plans history it shows back up ran successfully.I also see the backup files at the destination disk drive and there is lot of...
View Articledelete transaction log file
Hi,I added a logfile in my SQL Server database for some long running transactions. But now I want delete the transaction logfile which i added,pleaase tell me the procedureRegards
View ArticleSQL 2008 - Huge, But Empty MDF File
I have a database that imports records, 'fixes', then sends the records to a differnet server/db. I remove the imported records and wait to do the same the next day. 50-20k records per day.My mdf file...
View ArticleP2P Replication and Update Stats
I had P2P Replication configured between 2 servers. The replication from Server 1 to Server 2 was working fine but the Replication from Server 2 to Server 1 was broken. I removed Replication completely...
View ArticleToo many parallel nested transactions
Just recentally we have started to get dump files with the following description: Description: Too many parallel nested transactions When this happens and the dump files start to get created the server...
View ArticleAttach adventureworks 2008 to SQL server via SSMS
Hi :I need help to attach adventureworks database 2008 to the SQL via SSMS, because every time I try to do it this is what I get :TITLE: Microsoft SQL Server Management Studio...
View ArticleLatest update
Is there anyway to be notified by Microsoft when SQL Server gets a new update? Also I am finding it hard to find what the latest update to SS2012 is. Is it SP1? Is there a page someone can point me to...
View Articlein consistent information reported in SQL Management Studio - msdb datafile...
msdb properties shows database size 58GB, but when ran report 'Disk Usage by Top Tables' the largest table showed on 11MB and only 7 tables has 3MB in size and rest of are les that 100KB.Thanks in...
View Articletwo-second tracewrite waits on VM'd server
I asked this a couple of months ago and didn't get a response, but is there anything about running SQL Server in a VM that should put a huge wait of two seconds on every tracewrite when I use profiler?...
View ArticleHyper-V guest SQL 2012 cluster live migration failure
I have two IBM HX5 nodes connected to IBM DS5300. Hyper-V 2012 cluster was built on blades. In HV cluster was made six virtual machines, connected to DS5300 via HV Virtual SAN. These VMs was formed a...
View ArticleRAID Level impact SQL / Sharepoint configuration
Dear All,When I configure a Sharepoint DB server, do I need to adjust some configurations when this server is located on a specific RAID set?TO start initial testing we will deploy the DB server on...
View ArticleOPENQUERY over Oracle Linked Server crashes instance with c0000005...
Hi there,Our applications query over linked servers to Oracle. We started upgrading our database servers to SQL 2008 R2 from SQL 2005. After one server upgrade, we started seeing these openqueries to...
View ArticleThere is any way to change partition scheme from left to right without...
Hi All,There is any way to change partition scheme from left to right without dropping Table in production.I am doing testing on Table Partitioning & requirement is to do partition (3 Partitions...
View Article