Are you very knowledgeable about SQL Server Database Engine? Win love and...
TechNet Wiki is looking for and celebrating the best of the best!Is that you? Do you consider yourself an expert, authority, or just pretty good at this technology?Show us your forum solutions and...
View ArticleEvent ID: 17055 - Source: MSSQLSERVER
I have a SQL 2000 server that recently began throwing the message below in the Event Log at every transaction or full backup event: The description for Event ID ( 17055 ) in Source ( MSSQLSERVER )...
View Articlesysft_FTCatalog shows offline, even there is no full text indexes on tables
Hi,Recently one of database server was restored from entire system restore (disk backups) after crash. All database were was restored by attach and reattach methods by vendors. After this we are able...
View ArticleIndex fragmentation and index page usage
In the posthttp://social.technet.microsoft.com/Forums/en-US/149142c3-0f49-4e7d-9281-dc1767b3e87e/sptvalues-3rd-party-sql-monitor-and-index-fragmentationit was suggested that index fragmentation on user...
View ArticleSQL Server limits rows added to a table
Hi,I need to append over 50 million rows to a table in a database. Problem is, as soon as it reaches 3.6 million rows, it just stops inserting rows. There is no error raised. We have to manually...
View ArticleSQL Server DB datafile shrinking has failed?
Hi All,I have shrinked DB datafile like wise use siteshare3appindusGoDbcc shrinkfile(siteshare3appindus2,10169)GoBut it has failed It has given the following error .could not adjust the space...
View ArticleSQL Error: Event ID 17052 - SQL Agent terminated unexpectedly and restarted...
Hi,We have a problem on our SQL 2005 Server. It is a Std Ed. (9.00.3068.00). It is running on Windows Server 2003 R2 w/SP2 in a Workgroup (Not part of a domain).It happened four times in the last one...
View ArticleAcceptable PageIO latch waits
Here is what I am showing for pageiolatch waits I was just wondering if there are guidelines around what is acceptable. I do know that memory contention is not an issue. Any help is...
View ArticleAllow everybody to access a db ?
Hi all, How do I allow everybody (NTLogins and SQL Users) access to one table in a specific db ?Thx for your feedback. acki4711
View Articleanother invalid log scan number question
I just upgraded one of my dev servers from SQL Server 2008 R2 to SQL Server 2012 SP1 (11.0.3000).I am now getting this error.The log scan number (4572:11588:1) passed to log scan in database 'foobar'...
View ArticleIssue with UPDATE STATISTICS in sql server 2008
Hi All,I ran the below queries in my database, it was displayed below error message. USE master if db_id('databasename') is not null begin exec database.dbo.sp_updateStats end-- Error message Msg 0,...
View Articledifference between sql server 2008 & sql server 2008 R2
Hello All,Can any one explain the differences between sql server 2008 & sql server 2008 R2
View ArticleHow to measure the SQL Server MTL Memory
Having issues with the following scenario, pls help if anyone can Measure the MTL Usage.DB Environment Details Windows/SQL Server 2008 R2 with 64 Bit SQL Max Memory 12 GB ( BPool Area ) 3 GB for MTL (...
View ArticleDefragging database on SAN storage
HelloWe have a 4TB SQL 2005 database which has a MDF and LDF file on SAN storage. We have a defragging sql job which takes 8-9 hours.I have read several posts which says if the database is on SAN we...
View ArticleCheck scheduler_id's for parrallel queries using Extended Events
Hi,we followed the rule to set the maxdop = numer of schedulers per NUMA node. I now want to check how often parallel queries can use different schedulers within the same NUMA node. Following scripts...
View Articlewhy when assgin null value to a variable, you select the variable the value...
declare @var varchar(max)set @var='1'select @var=vars from ( select '2' as vars) ct where 1=4select @varthe result is that "select @var equaly select 1" Hope is a good thing.Maybe the best of things
View ArticleThere was an error setting private property 'RequireKerberos' to value '1'...
Hi, I am trying to setup sql cluster on 2008 R2 Machine and its falling with the below error message.There was an error setting private property 'RequireKerberos' to value '1' for resource 'SQL Network...
View ArticleCorrelate query to missing index
Hi all,The following query is returning unexpected results on my server:SELECT mig.*, statement AS table_name, mid.equality_columns, mid.inequality_columns, mid.included_columns, user_seeks *...
View ArticleHow to find unused logins in SQL Server 2008?
Hi,Is there any way to find unused logins in sql server 2008.Regards,SivaSivaG:Please Marked as Answered, if it resolves your issue.
View Article