About 50 results
Open links in new tab
  1. sys.dm_os_performance_counters empty

    Jan 9, 2015 · All I have to do is restart the SQL Server Service and sys.dm_os_performance_counters is populated again. I am using sys.dm_os_performance_counters for monitoring, and so I need to …

  2. Profiler counters to catch time out - social.msdn.microsoft.com

    Aug 2, 2011 · When a timeout occurs, the client API sends an attention signal to the database server to cancel the currently executing query. You can capture the attention event (under errors and warnings …

  3. Tempdb did not use all files for a large query

    Jun 12, 2014 · The tempdb system database is very similar to a user database. The main difference is that data in tempdb does not persist after SQL Server shuts down. As per my understanding, it …

  4. Transactional Replication's Problem - social.msdn.microsoft.com

    May 19, 2011 · It's not SQL versions incompatibility, becouse i made test with another sql 2005 server wich works perfectly with SQL 2008 R2. I made db and table in sql 2005 and added some records …

  5. Migration to SharePoint 2016 - Geo Location Field

    Jul 10, 2018 · I've just done a ContentDB migration from SharePoint 2013 to SharePoint 2016 (there was very little content in the 2013 farm) and a quirk I've immediately noticed is that a Geo Location …

  6. Missing SQL perfmon counters - Problem Solved

    Jul 17, 2006 · SQL perfmon counters are missing. Running SQL 2005 Workgroup (which is a 32 bit app) on a 64 bit OS. Could the counters be missing because of running a 32 bit app on a 64 bit OS? …

  7. Print Layout Problems in Report Viewer - social.msdn.microsoft.com

    Mar 29, 2017 · The issue may be caused by that your report body size is larger than the Page Size. When previewing report on “Print Layout”, the report body is the same with paper size, so when you …

  8. How can we restart single database not the SQL services in sql server …

    Oct 13, 2013 · In Windows, you do not "restart" a database, you restart a service. Since SQL Server is only one service for all databases, you cannot restart a database.

  9. Root Storyboard must be stopped first - social.msdn.microsoft.com

    Sep 25, 2012 · Additional information: Operation is not valid on an active Animation or Storyboard. Root Storyboard must be stopped first.

  10. Declare a table name in Store Procedure

    Jan 12, 2012 · Columns are the building blocks of a table in SQL Server. You can't save data direct to the table variable. Again you have to mention columns with datatype while declaring a table variable. …