Database Backup suddenly Slower by 7 times
Hi AllI have a database about 20G, originally it takes about 150s to backup, but today it takes about 900s to backup.I use perfmon to mon, there are nothing special. and the SAN also has no alert or...
View ArticleSQL Server 2005 Reporting Services Not Started
Hi,Reporting Services service (sql server 2005 standard edition, sp4) stopped. When I try to start it from windows services there is error:"Count not start the SQL Server Reporting Services (SQLServer)...
View ArticleTable Record disappear at once!!!
Hi All~ I have a table with about 1000 rows of records and don't know why all the records are deleted.are there any method can trace back the cause of it?
View Articlequery to eliminate the duplicates records coming from two tables result in...
Hi All,I have requirement to eliminate the duplicate records that comes out by using below query:The query is as follows:select distinct ColumnA,convert(varchar(max) ,ColumnB )as ColumnB1 from TableA...
View Articleminimum grants to execute SELECT @@SERVERNAME
Can anyone provide me the minimum grants(to a login for SQL Server 2000 and 2005 versions) to execute the following queries:1.SELECT @@SERVERNAME2.select @@ServiceName3.select @@VERSION4.SELECT...
View ArticleSQL Database user moved under System Databases
Hello Experts, I have a software that is running with SQL Server 2005. The software has an tool to configure replication between the 2 dbs I have. When the tool asked me for a name of my distribuitor...
View ArticleVLFs
I was doing some research and found the following code that is supposed to bring the VLFs(virtual log file)in the log file down. Was wondering if this is the correct approach? I have read Kimberly's...
View ArticleWhy does Recompiling Sprocs resolves blocking
Dear Experts ,I wanted to have an in-depth understanding of "why would recompiling a Sproc resolves blocking ?"The tables accessed by Sprocs are really small .So its not out of date stats or index...
View ArticlePermissions required for domain user to configure raplication
Hi Team,Can anyone tell me please, which permissions are required for a domain user on primary server to configure raplication?Thanks in advanceVikas
View ArticleSQL Licenses in VM Environment.
Hi,We have VM environment and have sql server licenses per CPU. We have all VMs in UCS. That is basically big machine with lot of power (cpu, ram etc) and consider as one blade. VMs created inside...
View ArticleRebuilding Large Table
Hi All,We need to Rebuild one of the Table which is of 100 GB with more than 300 million rows, currently it has not been rebuilded for quite some time hence there is a lot of Fragmentation.Now the...
View ArticleWhere are the index rebuild transactions stored during an online index...
I am reposting this from another forum.In this article http://msdn.microsoft.com/en-us/library/ms184246(v=SQL.100).aspx, it is stated that "The index transactions will be stored in the tempdb...
View ArticleDifference between Reference and Master data?
Hello experts,I am looking for a illustrative approach for differences between reference and master data. Can anyone post them? Thanks.Deepak.Happy to help! Thanks. Regards and good Wishes, Deepak....
View ArticleChange Data Capture Gating Roles - Identifying & Explicitly Deleting
Disable Change Data Capture for a Databasesays... However, any gating roles created by change data capture will not be removed automatically andmust be explicitly deleted. How does one do that please?...
View ArticleHow to Resolve this ? provider: TCP Provider, error: 0 - The specified...
Hi guys ,I am facing a weird issue with SQL Server. Our application team is getting these kind of error since this morning while login through the Application and sometime while fetching the data from...
View ArticleSearch not working
Hi,Search in Project Server is not working. Internal server error exception pops up whenever we do a search in project server site. Here is error message:Internal Server error exception: Troubleshoot...
View ArticleFregmentation Level of Index
Hi, we are using sql 2005 and will be migrating to sql 2008 r2 in couple of months. i am trying to use "sys.dm_db_index_physical_stats" dmv to get fragmentation level of an index but it's getting...
View ArticleConnection limit of 32,767
SQL Server has a hard concurrent connection limit of 32,767. Without implementing an external caching solution, what is the best approach to supporting a large number of concurrent applications (that...
View ArticleProblem with Multi Threads and Sql Server - TimeOut
I've created a console application that purge some log table (~11). and my application use Parallel.foreach to loop and create some threads. The flow is something like this: - Loop creating threads -...
View Article