Are there standard solutions for Change tracking and filtering large tables.
Dear colleagues,Let me explain our application first. We build and sell an ERP system. ERP systems are known for their large databases, containing thousands of tables with tables easily exceeding a...
View ArticleSQL Server Timeout
Hi, we configured every possible timeout to 40 seconds. SqlConnection conn = new SqlConnection("Data Source=.;Initial Catalog=DispatchData;Integrated Security=True; Connection Timeout = 40");...
View ArticleSQL Jobs failing
I have a situation.For the past week, most jobs on our Development server, have been failing with the following error: Message Executed as user: SPIRIT\SRVC_SQL_AGNT. Microsoft (R) SQL Server Execute...
View ArticleHow to find empty views in a database in sql server2000
Hi all,how to get list of views which doesn't contain any records in a database in sqlserver2000please help methanks in advance,kishor.
View ArticleLock Release in SQL Server
Hi All,In one transaction(Thread) i am performing one update and multiple deletes on a table,From other transaction(Thread) i am firing select query on the above table before committing above...
View ArticleFiring custom assembly
Hello,I have an unsafe assembly that executes/exits any exe file the user sets upTo start an application would be:"EXEC sp_myassembly @path='notepad.exe", @start=1;"To exit:"EXEC sp_myassembly...
View ArticleServer hangs
i had installed IIS 7.5 & SQL Server 2008 Std on Windows server 2008 R2 Std. over IBM Quad Core server with 12 GB RAMthe application is accessed from 18 locations over intranet wan and over 100...
View ArticleCapacity issue
Hope I am on the correct forum for this: I am working for a small IT company and we have two virtual servers (Windows Server 2008) with SQL databases on them. I am a bit of a novice when it comes to...
View ArticleNightly Backup failing on only 2 databases - But backup when run manually
Hello,On our nightly maintence backup of our SharePoint 2010 server, two databases fail with the following errors. Indicates that the error is disk space but that is not the issue. All other databases...
View ArticleVersion of sql server
I have an issue identifying the version of software that was installed on my production server. When I run select @@version I get the following output: Microsoft SQL Server 2008 R2 (SP1) - 10.50.2500.0...
View ArticleIndex Size - SQL Srvr 2000
Hi Techies,How to check SIZE of the Index for a particuklar database in SQL Server 2000. Need a SQL Query.MRVSFLY
View ArticleSQL Server not using enough memory
Hi,I have a machine running SQL Server 2008 R2 on Windows Server 2008 Enterprise R2 (64 bit). The server has 30GB RAM, with SQL Server max memory set at 24GB and min memory at 0. Whatever demands are...
View ArticleRecord Update Issue in SQL
Hello,I have thousands of records in SQL database and one column is there with the name "Address" which contains the values like "'L12 West St" or "S12 East St".Here , i want to update the character...
View ArticleResource Governer
SQL Server 2008 R2 - Windows 2008 R2.I am little bit confused by resource governer. Is this tool used to limit the resources or increase the resources ?. I am trying to give an instance on the server...
View ArticleSSPI Question
I have a laptop computer when I'm at work everything works fine. If I connect offsite through VPN with the same computer I get a Cannot Generate SSPI Context Error when trying to connect with SQL...
View ArticleLinked server(Oracle) problem "Access to the remote server is denied because...
Hi, I have a stored procedure on my sql server that uses a linked server to select data from an oracle database and inserts to a temp table on sql server.When I create a job to exec the sp I get this...
View ArticleClustered Index Update or Insert Expensive Query Plan Operator
Hi Everyone,I'm in the process of analyzing a sql 2008 database for performance reasons. I have discovered a significant number of DML query plans that seem to show a high operator cost for 'Clustered...
View Articlesql database backup in microsoft sql server 2005 by yearly
How to database data backup yearly? I must backup data by yearly.
View ArticleSQL Server Memory Problem
Hi,I had come across an issue recently where the SQL server 2008 instance stopped accepting any connections and became unresponsive. I had to restart the SQL server to bring it back.The bellow error is...
View ArticleProcedure for giving range of unique identity values produced duplicate ids...
Hello, we use the following (german) sql2008r2 environment =================================================== Microsoft SQL Server Enterprise Edition (64-bit) Microsoft Windows NT 6.1 (7601) NT x64...
View Article