duration 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 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 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 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 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 ArticleIssue with SQL Agent Running
Not sure if this is the right forum, please let me know if it should be posted elsewhere. We have SQL 2008 R2 Standard on a Windows 2008R2 server. About a year ago we had to rename the server and had...
View Articlesys.dm_exec_sql_text not showing all queries
i am using sys.dm_exec_sql_text DMV to get the Query on a Particular Database.But this DMV is not showing every Query.Example:if i run the Query ----> select * from Employee ---------- this Query...
View Article%d%d Threshold error in Log-Shipping?
HI%d%d Threshold error in Log-Shipping?Thanks & RegardsPrasad Kilari
View ArticleSQL Server 2012 Management Studio & Visual Studio 2012 Express: Database &...
Hi all,I have SQL Server 2012 Express [that has SQL Server 2012 Management Studio (SSMS 2012)] and SQL Studio 2012 Express installed in my "Windows 7" PC. I can manually create a Database...
View ArticleHow to denormalize a normalized database
Hi all,any one please explain me "how to denormalize a normalized database"thanks in advancethanks,kishor
View Articlecannot open index in ssms
i want to open my index as script selectbut when i m trying to open ,getting following errorLock request time out period exceeded. (Microsoft SQL Server, Error: 1222)
View ArticleConfiguring File Tables in SQL2012
I followed this MSDN blog:http://blogs.msdn.com/b/sqljourney/archive/2012/11/10/how-to-sql-2012-filetable-setup-and-usage.aspxI've done a little bit of work with filestream tables. The Filetable table...
View ArticleCancel / Rollback for two transactions
I began running two update queries three days ago. I was using SQL Server Management Studio in a single window. The window looked like this:UPDATE mytable SET Field1 = Value1 UPDATE mytable SET...
View ArticleTable partioning for archiving
Hi,I have a database that is taking up approximately 66% of space on a network drive that also hosts other databases. The culprit is one table which is currently 40GB in size. I was considering table...
View Article