what does this deadlock graph mean?
<deadlock-list><deadlock victim="process975948"><process-list><process id="process975948" taskpriority="0" logused="1200" waitresource="KEY: 7:72057896813723648 (12b7fb17bed7)"...
View ArticleConnect Oracle server from SQL Server without ODBC in windows 2012 machine
I have problem in creating linked server to connect one of our Oracle ServersOS - Windows 2012 64-bitSQL Server - SQL Server 2012 standard editionOracle client - Oracle 11g 64-bit & 32-bitODBC...
View ArticleRecovery model role for performance issue
Hi, Recencly there was a discussion about role of recovery models for performance gain. Some of them have to say that simple recovery model helps to gain performance for bulk load operations however...
View ArticleHow to move 700K records without filling up a transaction log
Have a need to move (not truncate) about 700K records from one a table into another table in a different database. Im going to do this using the OUTPUT modifier on the DELETE statement.DELETE OUTPUT...
View ArticleError: 17066, Severity: 16, State: 1. (Params:). The error is printed in...
Dear Sir,We are using sql server 2005 standard edition.Ram is 4GB.Today we got this below error.Error: 17066, Severity: 16, State: 1. (Params:). The error is printed in terse mode because there was...
View Articlebuffer poll
Hi all,what is buffer pool and what is non-buffer pool in ms sql server memory ..?
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 ArticleSQL Server 2012 - Cannot Use Network Drive as a Backup Device
Hello Community,I am using SQL Server 2012 and I am trying to add a mapped drive as a backup device, but I am not even to see that drive from SQL Server. Has anyone else had this issue and if so can...
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 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 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 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 Article