SQL Server 2005 64-bit 100% CPU
We just did a conversion from SQL Server 2000 SP4 32 bit to SQL Server 2005 64 bit SP2 9.0.3042.0. We have 16G of memory on the new box as well. We had no CPU/memory issues on the 32 bit box. We...
View Articlewill Partition help if the large table has lot of Inserts and Updates
Hi All, We have a very large table it is about 100 GB and we are planning for partationing. The current scenario is this Large table will have lot of updates and inserts, currently we are like facing a...
View ArticleSharing Jobs
I have a Sql Server 2005 question. I would like to have people within a certain team be able to share "ownership" of jobs. This is a team of five people who log into sql server with windows...
View Articlesql server services starting problem..
HI team,when i try to start the sql server services i am facing the bellow error, please give a answer...
View ArticleSQL Server 2008 Memory Usage details
Server configuration : Windows 2008 64-bit & SQL Server 2008 64-bit environment with 14 Gigs of Memory.Max. Server Memory set to 11 Gigs.- The task manager is showing sqlservr.exe is consuming all...
View ArticleReclaiming 2TB in a SQL Server 2008R2 database ( non-log file) shrinkdb
We have a very large SQL Server 2008R2 database (4TB). Recently we were able to compress some of the xml files located within the database. This reduced the actual database size to 1.5TB. But the...
View ArticleSQL Compression performance issue
I have 2 identical databases. I have page compressed all tables and indexes in one of them. This gave me around a 40-50% saving in terms of storage.Now when I run the same query (select only) against...
View ArticleRandom Error: A network-related or instance-specific error occurred while...
Over the weekend around 2am in the morning we started receiving the following error from all of our web applications accessing a particular SQL Server: A network-related or instance-specific error...
View ArticleCMS -Store the results in a table
I have configured CMS in my sql 2008 instance. I want to import all the resultant to a table t present on the same instance.How to do it?vivekanandhan periasamy
View ArticleChangeTracking auto cleanup problem
I use ChangeTracking in SQL 2012 and IsAutoCleanup is true. But my settings have no effect on the actual situation. I put 1 hour, 5 hours, 10 minutes, 2 minutes, 40 minutes, but the cleaning is always...
View Articledrop article does not clear records from MSreplication_objects
I have simple transactional replication set up. One of the publications had 3 articles. 1 of those became unnecessary, so I did:EXEC sp_dropsubscription @publication = 'Pub_A', @article = 'Art3',...
View ArticleVirtual SQL Server failing to create snapshot during backup (Netbackup,...
Hi, I'm hoping someone can offer some advice regarding an issue I'm having trying to back up a Windows VM via a Flashbackup policy. For the past few days (no issues previously) this backup has been...
View ArticleDisk performance question: disk bytes/transfer
Hi,I'm suffering performance issue with my disks.its for a datawarehouse, so I setup the SQL Server flag to use the extended pages. its supposed to read 256Kb instead of 64kb.on my tempdb drive, the...
View Articleregardin linked servers, when i ran the linked server query i got the error...
Hi All,i created a linked server beetween sql server 2005( windows 2003 cluster) and sql server 2008r2(windows 2008 cluster), both are in cluser. after that test connection and select query was running...
View ArticleLanguage problem
Hi,I insert this室内游戯into the table. But when I select from the table, I get thiswhy?Many Thanks & Best Regards, Hua Min
View ArticleI want to download sql SQL 2008 r2 (version:10.50.4000).
I want to download sql SQL 2008 r2 (version:10.50.4000).Could you tell me where to download it?ThanksTony
View ArticleTypeperf is throwing error message for the SQLServer counters
Hi,I am using typeperf tool to collect performance data and I am following the below mentioned link for the...
View Articlehow to simulate slq database file error
i wnat to simulate slq database file error , then i use the dbcc checkdb comand to repaire the database file.is there any way?thanks adanvedHope is a good thing.Maybe the best of things
View ArticleMaintenance Plan occasionally runs all night, hangs system
We have a maintenance plan that does a db check, rebuilds the indexes and updates statistics on a nightly basis on a roughly 30 Gb database. On average, it takes about 50 minutes to run.Once in a while...
View Articlerebuild indexes - should all services be stopped before doing this?
Rebuilding indexes, if there are a large number of tables that have badly fragmented indexes could take a while. Also, if not using the "online" option, this will lock tables while this is being done,...
View Article