Not enough server storage is available to process this command
Hi experts i am getting below error while taking backup in Network driveMessage Executed as user: NT AUTHORITY\SYSTEM. 10 percent processed. [SQLSTATE 01000] (Message 3211) 20 percent processed....
View ArticleI want to change initial log file size to 1 GB.
Hi Team,I have a database whose log file initial size is specified as 140 GB.Now I want to change it to 1 GB.How Can I do?Thanks
View ArticleTriggers On ALL Server table name change
HI all, I would like to "create trigger trig_name on ALL Server for [event]..... as...."what't the event for table name changes ?I find Alter_table wont' trigger after table name changes.
View Articletempdb files
HiI have created new files for tempdb database, now I want the old temp files should be deleted upon the restart.Earlier I have two files in tempdb : tempdev.mdf and templog.ldf in X:\TEMPDBNow I...
View ArticleInconsistent LSNs after Full/Diff backup?
Hi all,On SQL Server 2008 R2-SP2 we have 10 databases. For one of them I realized that I'm unable to restore log backups if in the middle we have full or diff backup. The error was related to LSN chain...
View ArticleSQL Query for maintenance mode in SCOM
Hi allI was wondering if I can find a query about this request:- Found all the Servers that were restart without the maintenance mode were actived ?It's to make a Report To include in Reporting...
View ArticleWhich subsystem to grant access to proxy for executing a TSQL step?
I want to test something while using a credential I setup. I want to simply run a TSQL statement step in a job, and do this as a specific proxy user. Which subsystem do I grant the proxy to have...
View ArticleDatabase updates statistics maintenance plan issue.
Hi team,We are configured one job through maintenance plan that job name is “database update statistics” and database size is 280 Gb, this job executing 13 to 15 hours but job was not finished still...
View ArticleSecond day of "In Recovery" state
Hello,during insert of 100 billion records my HDD gone out of free space, SSMS crashed. After restarting SSMS I saw my database in state "In Recovery". Today is the second day of the recovery. I have...
View ArticleMSSQLServer Service terminated unexpectedly MS-SQL 2000 with SP4
MSSQLServer service terminated unexpectedlyWe are running SQL Server 2000 with SP4. This server has been running for the past six months with no SQL server problems. A Max of 10 users have access to...
View ArticleAfter sql server 2012 installation, I have changed sql server database engine...
After sql server 2012 installation, I attached my production db. Because of some reasons, i changed sql engine account from network service user to system user by means of sql server...
View ArticleLogin from LAN Client fails
Server: Windows Server 2012, Windows Firewall: Off, SQL Server Database Engines: ON, SQL Browser Service: ONClient: Windows 7 Home Premium (Local Area Network Computer)Issue:From server, I can use...
View Articleif you enable Lock pages in memory and you have snapshot db. How do they...
By enabling Lock page in memory permission, you prevent paging sql server paging to disk. And you boost the performance of sql server.Dose Lock page in memory feature effect snaphot for writing to...
View ArticleCan DTC access be granted to a specific user? Proxy account cant start DTC...
Someone I know said they ran into issues with DTC lately and their network admin did something specific to allow this FOR THAT USER. I didnt get any other details out of him, but this sounds like what...
View Articlesqlservr.exe is continually eating more memory
Hi all, Need your help! I have a customer who runs a SQL Server 2005 and our product connects to this database. Usually the sqlservr.exe will consume 2-3 GB memory. But recently it will goes up...
View ArticleExecute As Error
We are migrating from one server to another and I am finding on the new server we have an execute as error.I have restored all but the system databases over to the new server for testing, I am...
View ArticleUpdate statistics job
Dear All,I keep getting the following error message when trying to run the update statistics job, I wanted to know what would be the best approch as it is a critical server please?failed with the...
View Articlesql 2008 r2 property size is not available for database
Nightly whenever index rebuild process runs My data file and log file gets full and when right click properties on database then I get the error: Property size is not available for database.This...
View ArticleSQL 2008 - cannot access SQL Agent Properties, job history, jobs not running...
I have a clustered active-active instance on sql 2008 SP3 CU7 where I cannot see error logs since a few months ago and I get the following error when I attempt to look at the sql agent properties in...
View ArticleTable properties row count differs from sys.dm_db_partition_stats
I run this query to see the rowcounts of all my tablesSELECT OBJECT_NAME(OBJECT_ID) TableName, st.row_count FROM sys.dm_db_partition_stats st WHERE index_id < 2 ORDER BY st.row_count DESCFor a...
View Article