DDL Trigger
Hello everyone,I want to implement DDL trigger for DML command (Insert/update/Delete) for complete DB for particular user which have sysadmin rights.I know its possible with specific tables but I want...
View ArticleHow to reduce waiting task in SQL Server 2008 R2
Hello,I setup server 2008 r2.i check consistency every day sql server waiting task very high.Please tell me how to reduce this problem.Thanks,Jemin
View ArticleSQL Server query time increased by 2000% after latest major windows 10 update...
I have a web application that connects to a Microsoft SQL Server 2012 and usually the queries take a maximum of 600ms, but after the lastest major Windows 10 update (approximately feb. 24th 2016), this...
View ArticleTest SQL Server backups - auto restore
I'm trying to test restore my weekend full backups. I'm planning to start with database backups from 2 sql servers (SQL2008 and SQL2012).In the backup test restore, 1) it'll find the latest full backup...
View ArticleHow to configure option of "set working set size" - SQL 2012
Hello ,We are using SQL 2012 : and need to tune up for SCCM as per blog : http://blogs.technet.com/b/smartinez/archive/2015/11/25/talking-database-ii.aspx In this blog at Issue #8 : A Process Working...
View ArticleBackup of (Localdb) instance databases using SQL Server Agent
Hi folks,I would like to automate backup of SQL Server LocalDB instances like (localdb)\ProjectV13 SQL Server Agent running under SQL Server 2014 Development edition. Using SSMS I have created a...
View ArticleQuestion About Full Recover Model and Transaction Log Backup
Hello,With user databases set to FULL recovery model, I have seen some folks running a full backup and then running periodic transaction log. In the SQL Server native backup tool (under Maintenance...
View ArticleLast Date/Time Stamp of Database Access by a SQL Server User
Hello,Wondering whether there is a query I can use to get information about either domain user/s (windows login) or a SQL server user/s (SQL Server Authentication) that shows last time that user did...
View ArticleSQL Table Space After Large Delete - Space Not Released in table
I have a table which had over 128 million records - several Text/Data Columns. After performing a delete - the Index space within the table was not released.I took the Delete one step further and...
View ArticleGet User Access Logs of SQL Server 2012 with Powershell
when using Get-UalOverview I get a record of SQL Server 2012, but no FirstSeen / LastSeen Information. Also using Get-UalUserAccess / GetUalDeviceAccess returns only data for the OS, not for SQL Server...
View ArticleHow to check the Windows OS version where the SQL Server is hosted?
Hi All,I am from appliation development team instead of DBA team or server infrastructure team. We know we can use "select @@version" to check the SQL Server version once we connect to the SQL Server...
View ArticleDedicating a VM host to a single SQL Server VM
Hi All, I've seen this more than once. Picture this scenario: a single VMware ESX server that is running only one virtual machine that is allocated all of the resources on the box: CPU, memory,...
View ArticleUpgrade the version SQL Server 2008 R2 (standard Edition) to SQL Server 2008...
Hi,I want to upgrade the SQL 2008 R2 Standard Edition (RTM) to SQL Server 2008 R2 Standard Edition(Service Pack 1).how can i upgrade as mentioned above.is there any other challenges Regards,Anshul
View ArticleData Collection Error - Failed to load the master package from the resources....
Hi, All.When checking the DataCollection report - Query Statisctics History, it says no query statistics were captured even though the Data Collection for Query Statistics (cached) is running and upon...
View ArticleMonitoring SQL Server 2008 with WMI
Currently I have the following query to monitor a parameter of SQL server 2008 using PowerShell.SELECT cntr_value as Mem_KB FROM sys.dm_os_performance_counters WHERE counter_name = 'SQL Cache Memory...
View ArticleDatabase backup status reports
Hi friends.I want SQL server database backup status in single reports from all remote DB servers.Please provide script or link for configure backup reports and receiving reports in Email..Thanks
View ArticleSQL bypassing it's own memory and going straight to tempdb which is filling up
SQL bypassing it's own memory and going straight to tempdb which is filling up. Has anyone ever seen this? Could there be a memory leak or a corruption on the sql instance? All current patches are up...
View ArticleDatabases in Recovery Pending state
Dear all,Need your expertise to understand bit more. Yesterday i came across databases in "Recovery Pending" state problem.Followed too many recommendations form Google but to no avail.e.g....
View ArticleClustered index, where is it after creation?
Hi all of you,I've created one index in my table. Refresh the three.And then I go Table->Script table As->Create to->New Query WindowsAnd? Just basic columns after CREATE TABLE DDL statement...
View ArticleSQL Server Problem When Change Windows Admin Password
I need to change the Admin password on a Windows 2008R2 server. There is a software package running in SQL server that has its own account name and password for SQL server (which is using Windows...
View Article