Tempdb- Disk size Requirement for Tempdb Database?
Working on new project that have fresh windows and SQl Server Install on physical machine. Like to know what should be the disk size to keep for tempdb Intially? like 10Gb or 20GB? It will be on...
View ArticleRestore
When i changed a backup path (in Maintenance plan) from one disk(F - Drive) to Another disk (G - Drive), and trying to restore that time i noticed user name have been changed from SA to NT...
View ArticleError message when I do DBCC CHECKDB
Msg 8921, Level 16, State 1, Line 1 Check terminated. A failure was detected while collecting facts. Possibly tempdb out of space or a system table is inconsistent. Check previous errors. Msg 802,...
View ArticleMemory full disaply on Task manager on 2012 box
on windows 2012 servers, In Task manager when we checked memory, it always shows 98 to 99% consume. Is that mean memory is full on that server?Rahul
View ArticlePowershell script to add domain user in Sql 2008 for dbcreator, sysadmin role.
Hi,I am trying to add domain\test user to the sql server 2008 server. i want to get it done using powershell but i am unable to do it. I want to add domain\test on server with sysadmin, dbcreator...
View Articlepowershell to get instance name
Hi,Not sure whether this is the forum to ask.I have a list of servers names and i need to get the instance names in below format.SERVERNAME\INSTANCE1The o/p of the script actually shows...
View ArticleSQL server crawling..
I need help.. I have a Dell R900 with 4xquad core processors, and 132 gigs of ram in it. Its been working fantastic until recently my database size has exploaded to now 200 gigs.SQL is currently using...
View ArticleTable partitioning in SQL server 2008 R2
Hi,Is table partitioning feature is not available in SQL 2008 R2? (I am using Enterprise edition)here is my sql server info:Microsoft SQL Server Management Studio 10.50.1600.1 Microsoft Analysis...
View ArticleSQL Server 2008 R2 { An Error occured when attaching database(s) }
Hello Guys!I just installed SQL Server 2008 R2 a couple of days ago, on the first day use i can attach database(.mdf) with out any problem.on the day 2, i keep getting this...
View ArticleSQL Server Database Refresh
Hello ExpertsCan you please explain for me what Database refresh mean in SQL Server and how we can do that? Thank you as usual
View ArticlePrevent database locking when ETL runs
We have one server that acts as our production database and one report server. We have ETLs configured to run around 1 AM. Occasionally, there will be a situation where an end user pulls a report while...
View ArticleTEMPDB is FULL and not shrinking the space
Hello, We have Sql 2008 and TEMPDB is FULL, I have restarted the server but it's still showing full.I ma not thinking to run the Shrink command.Could you please explain me the correct steps to follow?...
View ArticleWhere the extra logical reads come from?
My table has a clustered index (date, acctId, saleId) and index level is 4. 1) logical reads 4 for select top 1 * from myTable where date = '2014-03-21' and acctId = 123 2) logical reads 4...
View ArticleCHANGETABLE - records deleted and then inserted
I enabled change tracking on a table with retention period of 30 days. Two days ago some rows were deleted and I can see it in the ChangeTable function. I inserted these deleted records back to the...
View ArticleCannot connect to sql server after re installing IIS 6?
I re installed IIS 6, after the restart i couldn't connect to sql server engine nor seeing it when using browse for me, i was trying to install team foundation server, at first it could see that i have...
View ArticleDatabase policy violations over email
Hi,I have more than 150 instances in dev environment.Audit team has suggested to not to relay db emails from each server.But i have a terminal server which can send emails over network.How do i...
View ArticleFullText Searching using a search term from a field
Say I want to compare two tables using FullText searching, one table has the content to be searched, and the other table has a list of search terms (to be evaluated separately). I have not found a way...
View ArticleDatabase Space Available is Large
I have been testing the rebuild of many fragmented indexes on my database. The rebuild process went well, but after it finished, I found more than 55% space available in the mdf file. I already took...
View Articlememory utilization by sql server instance
HiWe are using SQL server 2012. I wan to know the average memory utilized by SQL instance?Please suggest.Regards
View ArticleSequential index counter reached maximum value
Could some expert help me understand what exactly is the meaning of - Sequential index counter has reached its maximum(JET error -1078)?How to deal with this condition? What factors can cause to this?
View Article