Move TEMPDB to another location
I tried moving the location of TEMPDBusing following scriptUSE master GO ALTER DATABASE tempdb MODIFY FILE (NAME = tempdev, FILENAME = 'C:\tempdb2005.mdf') GO ALTER DATABASE tempdb MODIFY FILE (NAME =...
View Articleisue with insufficient system resources.
i am unable to login into the server with the above issue with sqlserver.the sql servrver was having 16 physical memory and avialble physical memory is 2.94 GBtotal virtual memory is 32 GB.available...
View Articlecluster nodes
I would like to figure out how a Cluster was setup by someone else:I login into server node1 which I am pretty sure it is the active node, open SQL server configuration manager, I see there are two SQL...
View ArticleSQL server service pack and
I have a question about applying service pack and hot fix. but have a question,here is the link http://support.microsoft.com/kb/2526552?wa=wsignin1.0Currently our SQL 2008 is at SP1, to fix this issue,...
View ArticleSQL server patch for sharepoint db server
We have a MOSS 2007(sharepoint server 2007) version.SQL server backend is at Service pack 1. I would like to apply SP3 on the database server.But my question is does MOSS 2007 support SQL server...
View ArticleEvent 9001 - log is not available during backups
I've got a 2008 server that has a recurring issue with backups related the the SQL Server VSS writer.The errors seem to start with Event 9001The log for database 'xm8_27' is not available. Check the...
View ArticleDBCC - anyone done this? Connect to server, backup and restore on another server
I have not used DBCC but I knew of it and roughly what it would let me do. I have 4 or 5 databases that exist in two different environments, one live for users and one for development.So now Im...
View ArticlePackage Migration Wizard
Hi all..I am trying to migrate some 2000 DTS package to 2008 R2.When i try to connect to SQL 2000 in the wizard, there is an error:"The Package Migration Wizard requires the SQL 2000 Data...
View ArticleRetrieving info about the columns of a table - SQL Server 2012
Hi,in order to retrieve some info about the columns of a SQL table, I'm using the sys.columns view, but it seems that doesn't show which column is the primary key and which is the column description...
View ArticleNumber of Deadlocks/sec reached to 1200
Hi All, We have a SQL Server 2005 (SP4) instance, recently we have received alert saying Number of Deadlocks/sec: 1200, this is a critical alert. I have verifyed this using SELECT cntr_value AS...
View ArticleStatistics on Magic table(Triggers)
Are Auto statisitics also created on trigger's inserted and deleted tables?Manish
View ArticleWrite conflict
I have an Access 2010 front end with SQL Server 2008 R2 Back End. I have 1 Form for the user to enter data to 1 table. The table has 17 yes/no fields that I use a checkbox for half of them work fine...
View ArticleRun a powershell in sql server
Hi guys,I am tring to run a powershell in sql server like below:exec xp_cmdshell 'powershell "Get-ChildItem D:\DBBAK -Recurse -Include "*.bak" | foreach-object {$_.Fullname}"' i got the result:...
View ArticleTest a single table's performance
I have a table that has 700 million records. I want to test performance of just that table as it is right now. Then I want to test the same scenario after compression. And then again after...
View ArticleOptimizer memory, memoryclerk_sqloptimizer memory very high and climbing
I have a SQL Server 2012 instance running higher and higher amounts of memory for the memoryclerk_sqloptimizer. We have logging for optimizer memory and it is at 13 GB and climbing, but we have seen it...
View ArticleCould not obtain information about Windows NT group/user
I have recently started getting this error an a scheduled SQL agent job:Could not obtain information about Windows NT group/user 'domain\user.name', error code0x6e.e Some web research led me to...
View ArticleSQL Memory Clerks - MEMORYCLERK_SQLCONNECTIONPOOL - Using all Memory
Hi AllEnvironment:SQL 2008 R2 SP2Server has 20GB of memory and 5GB allocated to SQL - Locked pages in memory is enabledAfter some routine checks - I found a very low Page Life ExpectancyI check the...
View ArticleHow to create data dictionaries
Hi could any one tell me how do i create data dictionaries in sql server 2005 ?Please help
View ArticleHow to create data dictionaries
Hi could any one tell me how do i create data dictionaries in sql server 2005 ?Please help
View Article