Rebuild index in sql server 2014
HI,Can you please send me Script for rebuilding index? only select table in databasebaskarlakshmi
View ArticleUser in role can't access the db
Hi guys, DB FI created a role AAUSE Database1; GO CREATE ROLE RoleName ; GOI set one table Invoice for this role to be selected USE Database1; GO GRANT SELECT ON Invoice TO RoleName I added up the...
View ArticleNT SQL account blocking downgrade from Win10 to Win8.1
Am following MS instructions to rollback to 8.1 from Win10 within the month allowed. The rollback stops with warning "Remove new accounts. Before you can go back to previous.... accounts need to be...
View ArticleMicrosoft SQL Server 2014 Embedded on Windows Server 2012 R2 Data Center
Dear All, In one of our project, our technical team asked for "Microsoft Windows Server 2012 R2 Data Center x64" as well as "Microsoft SQL Server 2014 Enterprise Embedded". Now I've two below...
View ArticleTempdb Use full text indexing
This option for Full text indexing in database properties and then the Files tab is Checkable in Sql Server 2005 but in 2012 it is checked and is greyed out. Can someone explain this to me? Thanks.Alan
View ArticleSYSTEM_TIME is taking wrong value
Hi Team, I am using SYSTEM_TIME for columns in temporal tables. When i am trying to insert new row in to the temporal table, system_time columns is taking wrong value.For Example current time on the...
View ArticleSQL Server 2000 database Overwrite
Hello All,I have 2 server (Prod & dev) both are SQL Server 2000 , I wanted to take backup of prod database and restore(Overwrite) to dev server database.Some applications are already connected to...
View ArticlePerformance issue on SQL 2014 with high ram and SQL 2016 low ram
Hi, we supply a corporate CMS system which requires SQL server, one of our clients has found an issue which we require clarification.Can you please explain if the following is an issue with SQL server...
View ArticleDisabling Named Pipes
Just wondering if disabling named pipes have any negative consequences?I am about to install an application that requires named pipes to be disabled on the database server.I am running SQL Server as a...
View ArticleSQL Patching Steps ( SQL Cluster, Replication, Availability groups)
Am looking for SQL patching steps for SQL Cluster, Replication, Availability groups instances..
View ArticleOfficial checksum value for download patch
Where can I find the official checksum value for the following downloadCU4 for SP3 SQL Server 2012SQLServer2012-KB3165264-x64.exe
View ArticleCannot connect to MAMA\SQLEXPRESS 2016
When trying to connect to SQL server I get below message.NETWORK-RELATED OR INSTANCE SPECIFIC ERROR OCCURRED WHILE ESTABLISHING A CONNECTION TO SQL SERVER. THE SERVER WAS NOT FOUND OR WAS NOT ACCESSIBLE.
View ArticleIdentify CPU intensive queries currently running
Hi, We are on Sql Server 2014 enterprise. Recently on our production box, we noticed CPU spiked at 98% for around 4 hours. At any point in time on our server, there are a number of sql batches that...
View ArticleIndex maintnace Create and drop VS Rebuild Index
from google I came to know rebuild is better then Drop and create index, But when i did another test as instead of drop and create, I create the same index with a new name and then drop the old index...
View ArticleAudit Viewer not working in SSMS 16.3
The Audit Viewer is no longer working with SSMS 16.3 if I use audit Files as the audit target. The display for the audit viewer is always empty (sys.fn_get_audit_file still works, so I can see that the...
View ArticleThe Cross Rowset check on columnstore index error while running CHECKDB
Hi,I'm getting following error from couple of tables in a database. Database server is 2012 Sp2 ENT . I've dropped and recreated as recommended . but no luck . please some one assist The Cross Rowset...
View ArticleTempdb is not getting shrink
Hello All,My temp db is not getting shrink, there are 8 data file added to tempdb.my total disk space is 250 GB , only 10 MB is free now. i have run below query to release space to os but it didn't...
View ArticleImpossible logon on my local boxes
Hi all of you,In my current laptop have got two instances, 2014 and 2016. So far so good.I have got now another laptop in my domain with the same hostname id (was being repaired, touchscreen issue now...
View ArticleAny Monitoring Tool Available for Microsoft SQLSERVER RDBMS
Hi ,Is there any Microsoft tool available for Monitoring SQLSERVER database and its server performance . Please suggest.
View ArticleSQL server database Movement from Old drive to new drive
Hi,we want to migrate SQL server database from old drive to new drive on same server, we have 8 database are available in old drive.2 database size is around 8 TB and other databases are 1 TB. Can you...
View Article