find the missing date from output data
Hi Guys,For Ex,I have the following ouput rows with column likeId Name Mobile Signindate1 AAA XXX 2012-03-012 AAA XXX 2012-03-023 AAA XXX...
View ArticleFailed to map 16777216 bytes contiguous memory
I am trying to set up a Full Text Catalog on SQL Server 2008 running on Windows Server 2008 R2 Enterprise.I have created the catalog and added fields to be indexed. However, after a brief attempt at...
View ArticleHow to resolve CXPacket and PageIO latch problem
Hi experts i am heavily facing CXpacket and Pageio latch, In SQL activity monitor Buffer I|O is always, please help me how to resolve.my physical disk perfmon.please guide me to resolve.Thanks -...
View ArticleOwner of db_dltuser, SQLAgentOperatorRole
I am using sql server 2005 and by mistake I assigned a user as the owner of the following schemasdb_dtstltduser, sqlagentoperatorrole, sqlagentreaderrole, sql agentuserrolehow to resolve that.I tried...
View ArticleMicrosoft SQL server error:233
I am getting this error when connecting to sql. I cant get into my databases now- its pretty ugly. "A connection was succesfulyl established with the server, but then an error occured during the login...
View ArticleDifferent execution plan for same query but for different condition value
Hi All,I'm facing a strange situation where same query for different condition not working.1--Select top 10 * from revenuefact(nolock) where feecode ='OW4'2--Select top 10 * from...
View ArticleTransactional log file issue
Dear All, There have been issues in the past where the transactional log file has grown too big that it made the drive to limit its size. I would like to know the answers to the following please: 1. To...
View ArticleHow to maintenance index for big sql server database?
How do you do index maintenace for big sql server database(>1 TB)?Want to know routine work, how you do it manually? And don't want to cause performance issue.Thanks!
View ArticleCopy Database
I have a request to copy a portion of a database from server A to server B as an archived process.Server A current database: 75 tables Server B database: only need 25 tables out of the 75 tables. Most...
View ArticleMsg 22832, Level 16, State 1, Procedure sp_cdc_enable_table_internal, Line 607
I am trying to enable cdc on one of my tables, and I get the following error and nothing I have found seems to work,Msg 22832, Level 16, State 1, Procedure sp_cdc_enable_table_internal, Line 607 Could...
View ArticleBuffer Cache Hit Ratio
hi team,we are continuously getting the alerts Buffer Cache Hit Ratio 70% like that, how we can reduce the Buffer Cache Hit Ratio %.
View ArticleCopying Database Statistics and Schema to New Database
Host: SQL Server 2005 (32-bit) Standard EditionI'm tuning a query that is performing poorly in production. I want to (a) work with the query on a non-production server and (b) don't want to clone the...
View ArticleCDC Capture and Cleanup job issue
I enabled CDC on my databae 'ABC' and turn on cdc on several tables. It worked fine for several days but couple of weeks ago I noticed that transactional log was full and cdc.ABC_cleanup job had error...
View ArticleQuestion regarding memory info in error log after 701 error
We've been getting occasional 701 errors (SQL Server 2012 SP1 standard edition) 64 bit. This instance has 64 GB max server memory on a server with 128 GB of RAM. I'm trying to decode the errorlog...
View ArticleChange Tracking internals behave differently, SQL Server 2012 vs SQL Server 2008
<original post by Glenn Estrada> Reposting an issue from Stack Overflow that a coworker and I are dealing with. In trouble shooting an issue with synchronizing disconnected devices with a central...
View ArticleResource_semaphore wait type not matching sys.dm_exec_query_memory_grants
We are using Red Gate's SQL Monitor to alert (every 5 minutes) when memory grants pending are greater than zero. Several times a day we are alerted on our Devel and Prod servers. However, when querying...
View ArticleMicrosoft Access Not finding correct Linked SqlServer records
Microsoft Access 2010 application is not returning the correct linked records from a SqlServer 2008 database.For simplicity on the Access side I have a query such as:column XYZ is defined on the...
View Articlesys.dm_exec_query_stats
In the DMV - sys.dm_exec_query_stats, I see in BOL:total_elapsed_timebigintTotal elapsed time, reported in microseconds (but only accurate to milliseconds), for completed executions of this...
View ArticleHow to find old deadlock information on sql server 2008?
I need to find the detail deadlock information that happend one day ago. How to find it?
View ArticleCan i rebuild indexes in chunks in a database?
Can i rebuild indexes in chunks?Thanks,Ron.
View Article