tables 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 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 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 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 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 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 ArticleRe:Backup to disk..
Hi,please send me the answer fast..backup to disk not allow ? what can i do?Thanks,PurnaThanks, Purna
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 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 ArticleUndetected Deadlocks
Hi all,I've having problems on a SQL 2008 R2 (10.50.4266) Enterprise server, 32 cores and 512GB RAM. Since we installed the latest CU patches we have been getting a lot of undetected deadlocks. By this...
View Articlehow to find partition function text applied to a table
Hi,I recently took over a database that has a partition_scheme and partition function applied to a table. When I look at the table and it's indexes I cannot find where (on what column) the function is...
View ArticleBeginner create table help
I am trying to create a table with the following columns: id, descr, prop_1, prop_2, prop_3 I create a trigger on id to upper case it and set some rules for prop_1 through prop_4 as type int and where...
View Article