Why 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 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 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 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 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 ArticleCopy of production tables for reporting on the same db server, does it matter?
Helo, We sync some of our production transaction tables to a reporting database that is located on the same DB Insance (2008R2) thinking that this setup enhances performance. We assumed that running a...
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 ArticleEasy access frontend for SQL Server
Is there a easy-to-access frontend of SQL Server Database Engine. Just like Access for Jet/ACEDAO Database Engine, which can design a table structure and add data to table with GUI.Currently I am using...
View ArticleBackup job failing
I am experiencing a weird issue with BizTalk 2010 and SQL Server 2008. The SQL job named "Backup BizTalk Server (BizTalkMgmtDb)" throws the following error on step 3 (MarkAndBackupLog):"Processed 17...
View Articleunable to Connect to Server
i got an error while am trying to connect sql server 2005..An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the...
View ArticleHow to upgrade from MCITP SQL Server 2008 to SQL Server 2012 MCSE (Data Base...
HI,I have one question for anyone who have already upgraded MCITP SQL Server 2008 to MCSE SQL Server 2012.Usually there should be one exam to upgrade from previous version to new Just like in Oracle...
View Articlesys.sysindexes.rowmodctr?
Does anyone know what will happen to sys.sysindexes.rowmodctr?In Books Online it says that sys.sysindexes will go away in a future version of SQL Server, but there is no new way to check if there has...
View ArticleFaulting application name: sqlservr.exe
hi, was wondering if anyone encounter this before on 2008 r2?Faulting application name: sqlservr.exe, version: 2009.100.1617.0, time stamp: 0x4db2c9adFaulting module name: sqlservr.exe, version:...
View ArticleHow to encrypt data over internet in SQL Server 2008 R2 Standard Edition...
Hi,I need to encrypt my database records when it transfer on web.How we achieve encryption with very high level of security. ?-- Bhavesh Thakkar Sr.Database AdministratorMy BlogLinked In Profile
View ArticleRe:Backup to disk..
Hi,please send me the answer fast..backup to disk not allow ? what can i do?Thanks,PurnaThanks, Purna
View ArticleShrinking Database - Arithmetic overflow error converting numeric to data...
I was confused after looking into the issue "Arithmetic overflow error converting numeric to data type numeric." I know that this is due to the precision not set / supported for the decimal data type....
View Article