Which 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 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 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 ArticleShrink Log doesn't work Version 2008
Hello, I have have a question about the DBCC SHRINKFILE.I want to shrink the Logfile because it is 33 GB great (Database File size 6 MB) . In the SQL Management Studio I do the following: right click...
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 ArticleSQL Server 2008 R2 SP1 database performance ( Single Core CPU 100 Percent)
Hello everyone, We have SQL Server 2008 R2 SP1 and we are running issue with one of the application. When we look at the SQL Server utilization on the server we are seeing one of the CPU core spike to...
View ArticleLinked Server Table fields
Hello,I have created a linked server from SQL 2008 to another SQL 2008 serve.I can see all the tables in the linked server, but I cannot expand the table to display the table fields.is there any way to...
View ArticleCase Study on Performance for Table Paritioning
Trying to justify a POC with our software to product management. Are there any case studies on the performance for partitioning tables in SQL Server? There is a case study with Bid2Win and in memory...
View Article