What happens to Indexes if the Index Rebuild Maintenaince Plan fails
We are running MS SQL SERVER 2008 64 bit. We have a Maintenaince Plan setup for a large database to rebuild the indexes. Sometimes that job will fail. Can indexes get lost when this failure happens?
View ArticleSQL Server Agent Schedule Job to run every 3 months
I am trying to create a schedule for a job to run on the 8th day every 3 months. However, when i look at the Job Activity Monitor, the "next run" column shows the job as running the 8th day of the...
View ArticleReplication and site/location ID
Hi All,I'm in the process of creating some Replication Publishers for all our sites. I will have 1 subscriber (for now) that will collect the data from the Publishers (8 databases). What I'd like to...
View ArticleAh - Its a Data Orgy !!!
SQL Server 2008 Fully Patched Enterprise Edition Database in Full Recovery Model Logs backed up every 15 minutes All indexes fully optimized =================================Thanks for looking at my...
View Articlememory sql 2008
Hi All,Recently, i am going through the memory concepts of sql server 2008 and i need some clarifications from expericenced folks to get better clarity on below terms and objects. What is Memory object...
View ArticleData Collection Reports
On SQL Server 2008, I just installed data collection. When I look at Disk Usage, right click choose Reports, I only have the choice of Custom. Why don't I get the two other choices of Historical and...
View ArticleProblem with the folder given
Hi, This statement is working fine and also the image file goes to the table in its original format. update dbo.user_master set photo_file=(SELECT BulkColumn FROM OPENROWSET(BULK N'C:\t93.jpg',...
View ArticleSQL Server Alias Configuration
Hello,I have a question to create a SQL Server Alias to move an SQL Cluster instance to a new hardware.Our environment looks like, that we have a Windows Server 2008 R2 Cluster Installation. On this...
View ArticleSSPI handshakes failed
Hi,We have following error in error log:SQL Error Log: 17806: SSPI handshake failed while establishing a connection with integrated security.How to resolve it?Thanks
View Articletempdb and different disks speeds, how to optimize?
Hi,I want to know if there is options available to force SQL Server to use first some tempdb files before some others?I have SSD drives, SAS and SATA drives.the SSD is the better, but the smaller. for...
View ArticlePartition split question
I've recently inherited a database that has a very large table partitioned by month(each in its own filegroup). Unfortunately, new partitions have not been added, so the last partition has grown very...
View ArticleSQL 2005 Jobs randomly fail with authentication error?
I dump the tran logs every hour and am getting random failures of the job to authenticate? Owner is sa, so how can it fail? No system or application event errors related to this. We have already...
View Articlesql server memory 32bit systems
Hi All,Can anyone share their expericences which one is good and bad about below configurations on 32 bit systems and sql server 2005. On what factors we can choose either of the below and which one...
View ArticleProcess got stuck with CXPACKET waits
This is a pretty large query running into this problem. The query gets stuck waiting indefinitely, eventually I have to kill the spid. I attached the sys.dm_os_waiting_tasks for the session I am having...
View ArticleInserting asian chacaters - Japanese, Korean, Chinese
I am on SQL Server 2008, my collation is SQL_LATIN1_general_CP1_C1_AS which comes from instance collation.. My table schema has nvarchar fieldsI.e. address nvarchar (256) Now using SSMS or t-sql if I...
View ArticleTDS buffer length too large [SQLSTATE HY000] (Message 65281)
How to resolve this?Manish
View ArticleSys.dm_os_sys_info bpool_commited bpool_visible
BOL states:bpool_commited The total number of buffers with pages that have associated memory. This does not include virtual memory. --Here no doubt, Sql server Physical memory consumptionbpool_visible...
View ArticleCheckpoint on Readonly db
1) Are there checkpoints issued on Readonly database as there's no modification done?2) Internal Sql 2008 book....." most writing to disk doesn’t actually happen during checkpoint operations....
View ArticleIs there a resource governer for sql server 2005?
The resource governor is only for 2008, I wonder if there is similar tools in sql 2005? If there isn't any tools built-in, any 3rd party tool would you suggest?
View ArticleSQL 2012 SP1 system_health security_error_ring_buffer_recorded Events
Hello,I recenlty upgraded My SQL 2005 server to SQL 2012 SP1. The system_health in Extended Events is now continuously reporting the event listed below.After upgrading to SQL 2012 SP1 I installed a...
View Article