DBCC fails on columnstore index
Hi,we have a tabel with a columnstore index where DBCC fails with the following error:Msg 5283, Level 16, State 1, Line 1CREATE TABLE [dbo].[factLossToLayer]( [ByesId] [bigint] NOT NULL,...
View ArticleReclaim space from data file without taking backup
HiI just Rebuilded one of the index, it took 100 GB space (the table is very big almost 100 GB), the DB is in Full Recovery model,Before running the Rebuild index there was 125 GB of space, now the...
View ArticleRe: find the which type of Replication is running..
Hi, i am configuration the replications like sanp,tran,merge replication's ,here all type of replication are running find.i need present what type of replication is running.......????how to find the...
View ArticleLinked Server to Remote Access file is slow
We are using a linked server to an Access file (mdb) on a remote file share. We started investigating slow responses from SQL Server through WireShark and SQL Profiler. We noticed that in WireShark we...
View ArticleBULK INSERT in SQL Server 2012 on Windows 2012 Keepings File Locked for...
Hi,We have a .NET Framework 2.0 app that uses ADO.NET to issue a BULK INSERT command from a text file into SQL Server 2012 database table. After the insert finishes, the app deletes the file that was...
View ArticleFullText Search
I'm trying to create a fulltext-index on a view:create view dbo.vwTrackrsFTSearch with schemabinding as select cast(projectno as varchar(30)) as sprojectno, drnumber, agencycode from dbo.TrackrsCREATE...
View ArticleCannot open backup device 'F:\foldername'. Operating system error 5(Access is...
SQL 2005 EnterpriseEven if I logon as Administrator and try to backup any of my databases to local partitions, I get this error below. I have been operating fine up until this point and doing backups...
View ArticleHow to copy SQL Server database file while instance is running?
Hi,I would like to copy database data and log files without taking instance down or database in offline mode. Is there a way to do this without using any third party tools i.e. copy locked...
View ArticleProfiler trace is stopped unexpectly everyday
Hi allI'm having problem with Profiler for couple of weeks. I setup trace to get info from remote db. it was working fine until last month.the problem is that trace is stopped at 7:59 exactly everyday...
View ArticleDatabase Backup suddenly Slower by 7 times
Hi AllI have a database about 20G, originally it takes about 150s to backup, but today it takes about 900s to backup.I use perfmon to mon, there are nothing special. and the SAN also has no alert or...
View ArticleSQL Server 2005 Attach Adventure Works Database Error
Dear All,After being successfully authenticated via windows logon, when we try to attach the Adventure Works Db, we get an error saying "attach database facility" not provided to the user, even after...
View ArticleIs there a performance issue when creating columns in one command or in...
Hi, 1) I need to create 3 nullable columns in a very huge table. Is there a difference, from performance point of view, if I perform it in on SQL statement or in 3 diffrent ones (one ALTER statemet for...
View Articleminimum grants to execute SELECT @@SERVERNAME
Can anyone provide me the minimum grants(to a login for SQL Server 2000 and 2005 versions) to execute the following queries:1.SELECT @@SERVERNAME2.select @@ServiceName3.select @@VERSION4.SELECT...
View ArticleTable Record disappear at once!!!
Hi All~ I have a table with about 1000 rows of records and don't know why all the records are deleted.are there any method can trace back the cause of it?
View Articlespecifying same value for both min and max server memory in SQL server
Hi,Running with SQL2008R2Ent 64 bit SP2 on Win 2008R2 enterprise , we have had the max and min server memory of the SQL properties changed to utilize 50GB of RAM, this came from an application...
View ArticleSQL Server 2012 FileTable UNC share with FileSystemWatcher listening for changes
Is this possible? I have a FileSystemWatcher defined in my app and it works fine on local paths, even when I share out the same path through a UNC. But when I change it to the UNC share for my...
View ArticleOperating System Error 170(Requested Resource is in use)
I have a issue in my test environment which is continuously occuring from the installation of SQL server. Whenever i log on to SQL server instance receiving pop-up "Log for tempDB is not available,...
View Articledoes a view use the underlying indexes to run faster?
Hi. We may want to start using a view for one of our fact tables.We are concerned that when we query this view and add a where clause that references underlying table indexed columns, that sql will...
View ArticleHigh No of Active Connections Causes Denial of Service?
Hi,We had an incident recently where our SQL Server was refusing remote connections. I was able to RDP onto the Server and connect to it locally. Someone was running an EntityFramework application...
View Article