Log failed issues in continuously
hi team,on few of my production servers continuously we are getting the below error message in sql server error log,can please resolve this and how we stop the this kind of errors.SSPI handshake...
View ArticleUnable to Open Table via Remote Connection using SQL Server Management Studio
Scenario: SQL Server 2005 is installed on server SQLSERV. SQL Server Management Studio is installed on REMSUPP. When I attempt to log in to server SQLSERV from host REMSUPP, everything works and I...
View ArticleNot 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 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 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 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 ArticleBest way to delete large number of records but not interfere with tlog...
Ive inherited a system with multiple databases and there are db and tlog backups that run on schedules. There is a list of tables that need a lot of records purged from them. What would be a good...
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 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 ArticleCDC Capture and Cleanup job issue
I enabled CDC on my databae 'ABC' and turn on cdc on several tables. It worked fine for several days but couple of weeks ago I noticed that transactional log was full and cdc.ABC_cleanup job had error...
View ArticleJob History Retention
Hello All,I have 34 jobs on my sql server production environment. Some of them run almost once every 10 mins. The issue is I am only able to hold only one entry in the jobhistory for any job (whether...
View Article