Split over 2TB?
Our database structure is so that 95% of the storage is used by 1 table. This table Is partitioned and indexed. This is working fine and we can handle big volumes with datbases over 5-6 TB.Now one of...
View Articlesysjobhistory table corrupted how to recover on sql 2008 r2
sysjobhistory table corrupted how to recover ron sql 2008 r2
View ArticleMost of the time queries remain in suspended state in our production...
Most of the time queries remain in suspended state in our production environment.Not getting any solution.Thanks
View Articletemp db is full
Hi all. Please let me know what needs to be done in below scenario. TempDB is full. Unable to expand the databases and unable to open a new query window. We should not restart sql services or restart...
View ArticleLog file restore takes long time
Hi,My log file restore takes very long time to complete, for 128 MB it takes around 3-4 hours, most of the time it is in suspended state and wait type is 'SLEEP_BPOOL_FLUSH' I checked for virtual logs...
View Articledirty pages in tempdb
HelloI have aproblem ofslowjob database (sql server 2008 R2)Report-MemoryConsumptionshows that2,000,000DIRTYPAGESconstituteabout 80% ofthebuffer.After testingit was discovered that90%...
View ArticleStatistics MultiColumn created Automatically With PrimaryKey
Hi Folks,In my SQL server statistics are created with Multi column automatically.All column is created with Primary key column. I don't know why it's created.I read some experts blog they told SQL...
View ArticleSQL Server BCP import increase memory usage above max allocated
Hello,I am using SQL server 2008 SP1 on a VM (Test only. SQL will be hosted on physical machine for production). I have the server property Maximum Server Memory in MB set to 20000. I use BCP to import...
View ArticleTempdb space issue
Hi, We are facing space issue with tempdb. In tempdb .mdf file, space is showing 99% free but not able to release space using shrinking also used below queries to release space. Query: DBCC...
View Articleclustered column store index - insert
why does bulk insert into clustered column stored index with partition slower than non-partition clustered column stored index? I have 100 ML record fact table, as part of POC I was able to insert 100...
View ArticleSession went Killed / Rollback state in sql server
Hi ,I have sql server 2008 on my infra.There one backup job was running more than a day, so i killed the session and it went to killed/rollback state.And it was consuming more resources in terms of CPU...
View ArticleFragmentation %
What is the impact of fragmentation when my tables fragmentation is 99% but page count is 300 only?Amit kr mishra, IT Consltant
View ArticleHow to convert from SQL Server table to Flat file (txt file)
I need To ask question how convert from SQL Server table to Flat file txt file
View Articlehelp to resolve error in sending database email from SQL Server 2012.
Please help to resolve error in sending email from SQL Server 2012.SQL Instance Version:Microsoft SQL Server 2012 (SP1) - 11.0.3449.0 (X64) Jun 29 2014 23:15:18 Copyright (c) Microsoft...
View ArticleSQL server support or can store data in multiple languages? If so, how is it...
Hi All,Can you please let me know If SQL server support or can store data in multiple languages? If so, how is it done..Thanks,SubbuThanks, Subbu
View Articletrouble creating multiple copies of a database using backup and restore
In SqlServer2008 I could create multiple copies of the same database for different users, by using the backup and restore method and giving the destination db a new name. Every new database created...
View ArticleCan't connect to SQL server remotely - The linked server has been updated but...
HiFrom yesterday, we can't establish a remote SQL connection to SQL server.We get error: The linked server has been updated but failed (please look at the attachement).We already tried to restart SQL...
View ArticleUnable to download SQL 2014.
HiI am an authorized user of MSDN and I have been trying to download MS SQL 2014 for the last week. However the download is ridiculously slow and it is not because of my data line because I have tried...
View ArticleIndex still fragmented after rebuild
I have a database 2008R2 with 97% of average fragmented index and page counts = 164785 and the index table is more than 300,000 rows.I use the ola.hallengren script to optimize index and the stat above...
View ArticleSQL Error Log
Hello, I would like to truncate SQL Error log on a scheduled basis, so that at any time I will have only 7 days worth of data in the error logs. Is there any link I can refer to for doing this?...
View Article