cpu utilization
Hi all,what is the differerence between these two queries,please explain in detailSELECT TOP(256) SQLProcessUtilization AS [SQL Server Process CPU Utilization], SystemIdle AS [System...
View ArticleGhost Server on trace file from SQL Profiler (SQL Server 2000 and SQL Server...
Hi Friends,I'll explain my scenario: I have 2 servers, the first is a SQL Server 2000 and the other is SQL Server 2008, both servers are production servers. I activated the SQL Profiler from SQL...
View ArticleFiltering SQL Server Profiler trace by RPC starting
Hello Experts,Our application use a middle tier that performs connection pooling to database for several logged in users. We use Multiple Active Results Set so there is no one to one mapping between...
View ArticleFix-length and variable-length data types
Is there a complete list of SQL Server data types which is classified based on fixed-length and variable-length feature?I only find data type description at...
View Articlewhat would be the SQL server 2012 default database name?
what would be the SQL server 2012 default database name? I'm run SharePoint 2013 and in the configuration dialog box it is asking for the database name. Where would I found that? Thanks
View ArticleThe cluster on this computer does not have a shared disk available. To...
Dear Friend,I am writing something about this error when i tried to configure fail over cluster node in sql server 2008 R2.One Server with 3 Virtual machine for testing.One Domain Controller.Other...
View ArticleSQL 2012 SP1 system_health security_error_ring_buffer_recorded Events
Hello,I recenlty upgraded My SQL 2005 server to SQL 2012 SP1. The system_health in Extended Events is now continuously reporting the event listed below.After upgrading to SQL 2012 SP1 I installed a...
View ArticleMAX always shows INDEX SCAN instead of INDEX SEEK ?
Hi guys,I am confused, why MAX always shows INDEX SCAN instead of INDEX SEEK ?use tempdb go --drop table tb_001 create table tb_001(id int primary key,rv [timestamp] not null) GO declare @i int = 1...
View ArticleDBCC CHECKDB WITH NO_INFOMSGS - SQL 2005 - Incorrect PFS free space...
i get this error on executing Database Check Integrity:Date 16-12-2012 02:00:00Log Job History (ADMIN002_Database_Check_Integrity)Step ID 1Server CRMSQLJob Name...
View ArticleRe : Log shipping issue
Hi,i am configuration Log shipping that Database Recovery Model is "FULL" after unexcited i am change the Database Recovery Model "FULLto BULK LOGGED"Here is any effect in my Log shipping...
View ArticleGet the name of the user who created the table
hii need to know the user who has created/modified a table. I read across that it is not possible in SQL Server 2005. is there any work around for it?
View ArticleHow to increase Batch Requests/Second?
What to expect from SQL server? We have a SQL server that I want to know what to expect in terms of the performance. The applications being served are running very well written/indexed ERP system(s) -...
View ArticleCan I rebuild index in parts?
I have tables around in billions of rows and downtime requires quite long.Can I rebuild index in parts?Thanks
View ArticleWould authentication settings on SQL server 2008 R2 make any performance...
Alright this is the first method public static string srConnectionString = "server=localhost; database=myDB; uid=sa; pwd=myPW;"; And this is the second method public static string...
View Articletables referenced
We are running sql server 2008. Is there a way to tell what tables were accessed (select,update,insert,delete) during a specified time (ie. what tables were accessed between 9:00-10:00 pm last...
View ArticlePerformance counters not showing up for custom resource governor pools and...
In SQL Server 2008 R2, I have setup 2 new resource groups, with 1 workload group in each new resource pool. I then created a classifier function to assign workloads to the appropriate group. I verified...
View ArticleHow to check the dependencies of a SQL Table in SQL Server 2000
Hi all,I m using SQL Server 2000. I want to know the Dependencies of a particular table in my database. I want to know the details inorder to delete the records which are not referenced from other...
View ArticleMicrosoft SQL server error:233
I am getting this error when connecting to sql. I cant get into my databases now- its pretty ugly. "A connection was succesfulyl established with the server, but then an error occured during the login...
View ArticleWhy am I running out of space in TEMPDB for a DBCC CHECKDB command?
I'm running "dbcc checkdb" on a 10g database. DBCC CHECKDB WITH ESTIMATEONLY says I should only need 20m for CHECKALLOC and 16m for CHECK TABLES. My tempdb is 3g with 2.9g unallocated. Why would it be...
View Article