Connect 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 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 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 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 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 Articlememoryclerk consumes a lot of memory
Hi guys,Could you explain me why memoryclerk_sqloptimizer consumes a lot of memory and how to solve it (release memory)?Please have a look reports below.1. Before2. After 5 daysSo we can see that...
View Article