System.Data.SqlClient.SqlException (0x80131904): SQL Server detected a...
Hello, I am migrating client's database to my hosted environment, the client runs SQL Server 2008 R2, and we run SQL Server 2014. I am stuck on restoring one log file, which left below error message...
View Articlesql server 2008r2 slowness issue
responses from the sql server are very slow and sometimes the sql does not respnose.see attach query results, does that mean a tempdb issue?
View ArticleConvert SQL2005 DB to SQL2012 DB?
Hi,I have a Db which is SQL 2005. I migrated it to SQL2012 (did Full backup and Restore). Set the compatibility level to 110. However, after this a small select query which use to take just a few...
View ArticleAn error occurred within the report server database. This may be due to a...
HelloWe just had this error today. We did not do ANY changes to our existing ReportServer database neither to our reports.Our infrastructure - we have sharepoint 2010 and sql server 2008 r2 with...
View ArticleCompression on table and on clustered index
Hi all,if I had a table with a clustered index on it, is it the same to rebuild the table with compression and rebuild the clustered index with compression?Is thisALTER TABLE dbo.TABLE_001 REBUILD...
View ArticleRESTORE detected an error on page (0:0) in database as read from the backup set
Hello Experts-I am facing a very bizarre situations here, I was trying to restore a database from server 1 to server 2, first I take backup manually and then copy the backup to the server 2 location...
View ArticleAttention All SS DBE Gurus! Time to SPRING Into Action!
April fools out of the way, now let's find an April genius!The name "April" is derived from the Latin verb "aperire", meaning "to open", as it is the season when trees, flowers AND MINDS start to open!...
View Articledata display from English language to German language
We have got a requirement to replicate existing data from English language into German language. Please let me know what are options available to replicate the data into another language.Thank you.
View ArticleHigh Write Stalls on Tempdb .mdf and .ndf
Hi All,We are seeing quite slow writes to our tempdb database files. The tempdb log file writes are under 8ms, which is good, but for whatever reason the database files are registering ~250 ms stalls....
View ArticleTransaction log full using MERGE
Hi everyone, I'm facing an issue using the MERGE statement in SQL 2012, some times for some reason the transaction log is full and I don't know how to break it in different batch process or do...
View ArticleChange instance name
Hi,I have one database CON running on server dex-mum-con. I used to connect this Database using dex-mum-con\CON through SSMS.Now I have changed the hostname to dex-del-rex and database name to REX. But...
View ArticleSingle Database for Multiple applications For Data warehousing Purpose
Hi All,We have recently configured Transactional replication for our core prod boxes, from where we are fetching data into stagingDBRPT which is being used as part of data ware housing for reporting...
View ArticleSQL VDI Error and Database restore failed
Hi,I have a Prod database about 550GB and I want to restore on QA server (RAM - 132GB and CPU's - 16).I requested to my backup team to restore the same. When backup team started restore from tool...
View ArticleSQL 2012 FileTable remote access through Mgmt Studio
I'm having trouble accessing the FileTable directory from any machine other than the local server. Does anyone know of a detailed resource for explaining all of the permission 'areas' to allow remote...
View ArticleSQL SERVER 11.0.5058 Page locks
The table wbs_nxtno has 1 non-clustered index. We use this table to store key values for order numbers etc. The transaction is creating a page level and row level lock. The page level lock is...
View ArticleLock request killed but still I have no access
Hi guys, I am running in a though situation. I was called from one of my guys, he was enable to see the tables in one of our database:as you can see it was a lock error. I ran the sp_who2 and sp_who...
View ArticleShrinking tempdb file
Hi all,I have SQL Server 2012 Enterprise Edition, I have the need to shrink one of the tempDB data files (I've 8 data files) Currently this data file is 25GB, SQL Server says me that I have 65% space...
View ArticleSQL2005 database backup wrongly restored
Hi,I'm using SQL 2005. It's been mistakenly restored to a previous backup (to about 1 month ago). Is there any chance to undo the restore process or the data are totally lost?Thanks in advance
View ArticleWindows Internal Database - Backup failing
Hi all,need your help for failing backups on WID database.We have installed RDS environment on Win 2012 R2 which also installs a RDCms WID database. Windows Server Backups are failing on WID backups...
View ArticleIs there something more efficient than EXISTS statement?
Hi All,I have this query: selectwaco,ltrim(rtrim(wammcu)) as wammcu,wadoco,walitm, wadl01,case when wastrx = 0 then null else proddta.JulianToDate(wastrx) end AS wastrx,wauom,cast(wasoqs / 10000 as...
View Article