It takes a long time to restore a database in SQL Server 2014
It takes very long time to restore database on SQL 2014 (version 12.0.2402.0 - CU3).99% of the time is taken by log pre zeroing (even if the log contains < 20 VLFs) which is fixed for SQL 2012 in KB...
View ArticleCannot start SQL Server Agent (Version 2014 enterprise core)?
The SQL Server Agent log file has the following information. I already set the firewall for inbound 1433. 2014-11-04 11:59:43 - ? [100] Microsoft SQLServerAgent version 12.0.2000.8 (X64 unicode retail...
View Articlecreate database and restore without open sql server using c#.net windows...
Hi,I need to create database and restore without open sql server using c#.net windows applicationanybody ask what i do this problem to solve.
View ArticleError:The operating system returned error 21(The device is not ready.
SctPC.Framework.Data.DaoException: The operating system returned error 21 (the device is not ready.) to SQL server during a read at offset 0X0000017A992000 in file 'G:\DATA\Campus6.mdf.
View ArticleWhat are the best ways to monitor and identify using alerts of Temdb log...
Hi All,I am looking for what are the best ways to monitor temdb usgaes? is there any query which will tell me how much % of temp db being used for each session so that i can kill the max consumer...
View ArticleSQL SERVER 2008 R2 enterprise evolution edition
Hi PLease get the link of SQL SERVER 2008 R2 evolution edition . I am not able to find it all over the internet.
View ArticleTemp DB log File Full
Hi,My log file for Tempdb is full and its not allowing user to perform any transaction. This is pretty new case for me. I need temporary and urgent solution for now.how can I free the space of log file...
View ArticleBackup SQL Server Database Periodically to Azure and restore from Azure
Dear all,Can I backup SQL Server Database Periodically to Azure and restore from Azure. My application needs to take back up of SQL Server database to cloud, and when Server fails we have to restore...
View ArticleSlow SQL Server Performance after Windows Update
One of our clients on SQL 2005 Standard Server and Windows 2008 R2 has reported extreme application slowness since Windows Update Automatically applied security updates last week. It seems every time...
View ArticleHow to Estimate the Size of a Clustered Index Ex: max_record_size_in_bytes
Hi all, I want to know how to calculate sql server index record_size_in_bytes(min_record_size_in_bytes,avg_record_size_in_bytes,max_record_size_in_bytes) example as follows, ------------------use...
View ArticleMSSQL 2008R2 SP3 will it include all security updates and cumulative patched...
If I install MSSQL 2008R2 SP3 will that cover all the security patched released before this patch ?I also want to specifically know about this two Vulnerabilities in SQL Server Could Allow Elevation of...
View ArticleManagement Studio query size
What's the maximum rows and size in a single query window ?
View ArticleNeed help on restoring database from shared location
Hi Team,I want to restore the data base file from network shared location using script.Please note that in shared location i have read and write access,but i don't have "full control" accessIn this...
View Articlehow to disable column store index
hi all, i need a solution for how to disable the column store index created for table in my sp for a table column store index is created..when trying to excute this sp in ssis package i'm getting...
View Articleusing database is possible to get messages on sql server job failures
dear friends,using sql server database mail can we get job failure messages on our mobile numbers.I need its very urgent .please help me.mastanvali shaik
View ArticleSQL server 2012 Ent using less memory than the allocated amount after...
I am facing the situation mentioned here. http://blogs.msdn.com/b/psssql/archive/2009/06/05/sql-server-and-large-pages-explained.aspx My SQL Server 2012 is not able to use all the 112 GB RAM that was...
View ArticleCompiled Parameter Value when Parameter type is 'ntext'
Does SQL Store the compiled parameter value when the parameter data type is ntext? What about NVARCHAR(MAX) or VARCHAR(MAX)?Anyone have a BOL link for this info? Thanks
View ArticleFind Sessions Using Implicit Transactions
Is there a way to find out if sessions are using Implicit transactions (SET IMPLICIT_TRANSACTIONS ON)? I don't mean for my session (@@OPTION), i mean for other user sessions connected to the...
View ArticleRecover TempDB
Hi Folks,I just move the TempDB from one drive to another drive.While i restart SQL server it wont start.It's not working.I tried in Minimal configuration in CMD Prompt.Minimal configuration is started...
View ArticleRecover Model master, msdb and model
Hi, What's the impact of changing the recovery model of master & msdb from simple to full in a production environment - with users logged on? Just found an instance where these two databases are...
View Article