Re : Temp database issues
Hi , my temp database is repeated full what i can do........?/ Thanks, Purna
View Articleany option available to make changes at Receving end...
is there any (replication|Mirror|LS) option available in which i can make changes in subscribing|secondary|mirror servers and getting inceremental changes from senders. pleaseManish
View ArticleSQL Server 2008 SP3 - Mirror Accessibility
Thanks for looking at my posting!SQL Server 2008 SP3 in Mirroring.All is working fine and was wondering how I can better utilize access to the mirror for reporting and other tasks - obviously in...
View ArticleLIKE operator returns all records with wild card (%) in MS SQL Server
Hi,I have 2 SQL query like below.1. select * from mytest where 'abc' LIKE mycol.2. select * from mytest where mycol LIKE 'abc'."mytest" is a table with "mycol" a column in it. The table has records...
View ArticleIs this a Bug? System Assertion Failure On Manual Update Stats SQL 2008 R2 SP2
System:SQL 2008 R2 SP2 Enterprise x64 (10.50.4000.0)Windows 2008 R2 Enterprise X64 SP1 (6.1.7601) Error Message:Updating [dbo].[Bob]Location: statutil.cpp:3225Expression: m_fInitialized...
View Articleout of memory
hi everyonewhen i use sql server 2008r2 in web application some times error out of memory occures
View Articlewith OPTION ( FORCE ORDER ), SQL takes 1 second and without it takes 2 hours...
Could some body in microsoft database team explain this behavior? Problem is predominant when cardinality of a column is very high and a where clause is specified on that column. Both use the same...
View ArticleDBCC 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 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 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 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 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 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 Articlesys.dm_os_performance_counters
Hi All,SELECT*FROM sys.dm_os_performance_countersis not returning any data on one of my server, please let me know where can i check to troble shoot this issue.Thanks,Satish KumarThanks, Satish Kumar....
View ArticleDatabase Full could not expand drive full..
Hello,A SQL Database is full.The Disk Drive is full, no possibility to expand the drive..The database was trying a recovery process but failed due also to the drive full.I launched again the repair and...
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 Article