SQL server cluster
Can someone help me understand cluster? we have two nodes for the cluster. each cluster we installed two sql instances, one is prod, one is qa. Does it mean we have total 4 instances installed, or only...
View Articledenied access to convert MA Access 2000 database to SQL Server Express
I am trying to upgrade a web application that has been running for years with an Access database behind it. I have Visual Studio 2008 and the SQL Server Express that comes with it. I am trying to...
View ArticlePreparation Phase Online Index Rebuild
Step 1 ) Preparation Phase==> Versioning Transaction requires S lock--> After this all operation done on underlying transaction behave like SNAPSHOT ISOLATION / Versioning till online index...
View ArticleNeed tips for finding culprit that is causing app connection to timeout
We have a .NET application that on some occasions throws an exception, which the stack trace reveals to have happened when its trying to update a particular table. Any suggestions to find the culprit...
View Articletruncate_only' is not a recognized BACKUP option
Hello All,I am able to run the below command in sql 2005 but in 2008 getting error : truncate_only' is not a recognized BACKUP option.Back Up Log [DBName] with Truncate_Only dbcc...
View ArticleModel licensing for SQL Server 2012 Business Intelligence edition
Hi,if possible, I'd like to know because it exists only the licensing for server and user cals about SQL Server 2012 Business Intelligence edition.Thanks
View ArticleTo many _WA_Sys statistics
I am running Ola Hallengren's maintenance script on a nightly basis and found that it is running 5 to 6 hours on a medium sized set of databases. When I looked into it, I found that it was due to the...
View ArticleMove 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 ArticleBlock / Locking
I'm currently experiencing issue with a .Net application with a SQL Server back-end.The application generates inventory via a database transaction with requirements of up to 4 a second in peak periods....
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 ArticleSQL Server 2000 and 2005 linked to each other
Hi everyoneI have an installation with a legacy application running against SQL Server 2000 database and I am developing a new enterprise wide system which runs against SQL 2005 (which will soon be...
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 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 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 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 Articlebuffer poll
Hi all,what is buffer pool and what is non-buffer pool in ms sql server memory ..?
View ArticleDbcc_checkdb
Hi,I am doing checkdb on my database i had this as out putCHECKDB found 0 allocation errors and 0 consistency errors in database 'XXXX'. DBCC execution completed. If DBCC printed error messages,...
View Articledata selecting between two dates with respect to date column
Hi Experts, I have one requirement.the data is stored in data base in the following wayid vechicleDATE TIME 24fomat date stats ignitiondev4...
View ArticleShrink Index filegroup
Hi,I understand that shrinking data files is not a good thing. However is it good idea to shrink Index file-group? Is it also as hazardous as shrinking data files? We have separate files groups for...
View Article