Speed up accessing related data in Std Ed ?
Hi, We have most of our data (millions of rows) stored in two tables "row" and "value", linked with an syntetic foreign key. There are many values/columns on each row (1-20)A value is always accessed...
View Articlewhy does PLE ever go down when we still have untouched RAM?
We upgraded the server last weekend from 12gb to 32gb.Part of the reason was low PLE numbers.So now the target pages number has gone up - but only to about 10gb. Well OK, maybe we have more RAM than...
View ArticleDealing with foreign keys
New column has been added for 3 tables. Task now, is to import new data which would need to replace the existing data.However, data import fails due to foreign key constraints. Is it possible to import...
View ArticlePartioning (job)
hello everyonei have db with 180 table ,major table is geriatric and 160 table relation to major tablelike below image imaging ,i want to insert information of all geriatric my country into Geriatric...
View ArticleData row does not have a matching index row in the index
Hi All,I am having a SQL database where is am getting the following error while running dbcc checkdb query.Can anyone please guide me what is to be done to resolve this issue.DBCC results for...
View ArticleSql server 2008 management studio
Can I install Sql server 2008 management studio into Ubuntu operating system? If not then is there any other option or any other way to use sql database to be open or restore into Ubuntu /...
View ArticleFind missing indexes using DMVs
In SQL Server 2008 R2. Need to find a list of missing indexes for a database through DMV's. It would be nice to have a column in that which would give details of the possible performance benefit. Could...
View ArticleSQL Server VM , separate luns
Hi,We have 5 sql servers located on VM's with 3 instances each. 2 of the sql's are on one physical host, and the other 3 are on another. (running hyperv)Our storage is an equallogic SAN.What is the...
View Articleduration generated sqlos.wait_info is in milliseconds
I traced a session (running a single statement) that took over 40 minutes with below event turned on. I collected over 400K events and most of them had the duration 0 and the rest of them summed by...
View Articleindex is not working while using ROW_NUMBER
Hi, I have used Row_Number() to implement the paging in my stored procedure. Paging is working fine. But problem is, after implementing the Row_Number(), indexes does not work & a Clustered index...
View ArticleCause of Sql2012 deadlocking.....
I have read in several books that, at times, a possible cause of deadlocking can be:>>>> Application accesses objects in a different order each time.What does this mean? "Code" is typically...
View ArticleMemory exercise
Hi Everyone,I am new to this forum and basically new bee to sql administration.Here is what I am looking for. Test Environment I have 4GB physical memory on my 32 -bit machine...
View ArticleTemp DB consistency error event id: 824
Dear All,we are using a SAN storage to maintain our sharepoint databases.we face some i/o errors while restoring a 17gb databases and later all other databses started to giveconsistency errors..so we...
View ArticleDifference between create table and alter table – upgrade process.
HiLet use this example to present my issue.I develop some application that from time to time is released to the customers. This app has database and in this db I have table Users with two columns: Id...
View ArticleCan we debug mdmp file while sql server is online
sql server is running on production should i open windbg to debug the error.? will tehre be any side effects?Manish
View Articleslow inserts causing timeouts
I have been trying to fix a production issue, where some of the client transaction are timing out.The client has a requirement that a transaction must finish with in 2 seconds other wise it is...
View ArticleSQL Services fail to start after WSUS windows updates whether they have SQL...
SQL Services fail to start after WSUS windows updates whether they have SQL updates or not.#### Application Event log - Windows Server 2008 R2 Standard - SQL Server 2008 R2 EE #### 2013-02-19 - 3:33:13...
View ArticleInsert Suspended
HiWhile inserting records into a table I found that it was taking too much time, I open Activity monitor window and try to look where it was stuck!! There is no any other session was running except my...
View ArticleI STILL can't get a full text search to work on a filestream table.
SQLServerExpress 2012/WIndows Server 2008R2Create filestream enabled database:CREATE DATABASE ISR PRIMARY (NAME = FileStream1, FILENAME = 'C:\Program Files\Microsoft SQL...
View ArticleRebuild index task failed with error: Could not proceed with index DDL...
Hi Friends,I have one rebuild index job in my environment which is created using maintenance plan & having an option "keep index online ".job is continuously failed at this schedule time, when i...
View Article