MSSQLSERVER Alert
I keep getting this alert, but the backups are working.BACKUP failed to complete the command BACKUP LOG CustomerSupport. Check the backup application log for detailed messages.Any ideas?
View ArticleDomain Rename
Hello Everyone,Am planning to migrate my domain from a single label domain CONTOSO to FQDN CONTOSO.COM, I would your advise on the impact of this change to my SQL services and the application using the...
View ArticleSQL Server Agent - Job History not being recorded (SQL Server 2005)
I have been trying to get to the bottom of an issue with SQL Server Agent not recording any job history. I am using SQL Server 2005 on a single Windows Server 2008 machine (i.e. no other domain...
View ArticleMaintenance Cleanup Task fails when executed with SQL Agent but dont if...
Hello,I have a job that fails with the following error if exectued via the SQL Server Agent but not if executed manually.The error is: Error: 2014-03-31 21:30:14.89 Code: 0xC002F210 Source:...
View ArticleDoes Azure plan to support SQL server jobs in the near future.
I have heard about workarounds but non of them were real business solutions. Question is will Azure platform ever support SQL Agent Jobs functionality somehow?
View ArticleSQL2008R2 installs Office 2003 Web Components
I see that support for Office 2003 disappears next April. Is it possible to upgrade the Office 2003 Web Components with Office 2010 or 2013?ThanksChris
View ArticleSQL 2014 changed my NTFS permission - default backup directory setup
Hello everybody.Today I realize that new SQL 2014 changed my existing folder permissions (NTFS). This folder was shared for domain users and had set NTFS permissions for domain users and local...
View ArticleHow to fix database(in recovery)?
One database name abc,when I connect via ssms to see all listed databaseI find abc(in recovery)What's happened? How to fix it?
View ArticleDrop direct dependent objects of a table.
Hi,I have a task to drop all the objects(Views,Functions,Procedures and Triggers) which are directly dependent on 200 tables.Using SSMS, i have got the "View Dependencies" script which gives me the...
View ArticleAfter running script to reorganize indexes, the next day the database shows...
Hello,I run the following script to reorganize an index, but then the next day the database shows 26% fragmentation again. USE [database];GO ALTER INDEX [IDX_INDEX] ON [COLUMN] REORGANIZE; GOI after I...
View ArticleA significant part of sql server process memory has been paged out. This may...
I have a sql2012 server running on server 2012. It has 48gb of RAM (max sql mem set at 39) and I keep getting this error at around 3 AM on random days.A significant part of sql server process memory...
View ArticleOne table with lot of Unused space
Hi,I have this table with over 20 GB of unused space captured by exec sp_spaceused tablenamehow can i resolve this onePlease assistk
View ArticleDBCC job fails--I post error message.How to fix it?
Here are detail logs--What is the issue?How to fix it? one log is from job history and the other is log generated by job(send text words to log file)Date 4/5/2014 9:10:04 AM Log Job History...
View ArticleSQL 2008R2: Can't receive notifications to my email
Hello all!I've recently installed MS SQL2008 R2 server, created two maintenance plans, one operator with my correct email and configured Database email. I am concerned Database email, I configured...
View ArticleUninstalling Full-Text Search
We have an instance of SQL Server 2005 which we are about to upgrade to SQL Server 2008R2.The Upgrade adviser has informed us that we must deal with the Full-Text search before we upgrade.Full-Text...
View ArticleSQL Server Memory Questions We were too shy to ask
Hi,I have the following SQL Server Memory related questions. Shedding light on the same highly appreciated.1. The Maximum Memory Configuration applies only to BufferPool Memory Usage.2. BufferPool...
View ArticleSQL 2012, backup with Stored Procedures
I am new with SQL and has been giving an assignment to make backup of our database with stored procedures.How do I do that?
View ArticleQuestion for SQL execution plan, strange..
HI, allWe meet a strange problem for a execution plan. First, we have a StoreProc, it runs around less than 20 secs. One day, it runs more than 5 mins (Execution plan 1). I checked all the index...
View ArticlePhysical Memory: 97%
I have a SQL Server 2008 R2 on Windows Server 2008 R2, on 64-bit virtual machine, dual processors dual quad core , and 32 GB RAM.If I restart the server, and after all the processes and services start...
View Article