Copy database troubles on SQL Server 2008 R2
I have a SQL Server database called IntRaad. It is just a small database (44Mb) for a personal/small business application. On my development system (DEV), I work with it using SQL Server 2008 R2...
View ArticleBlocking Alert WMI Property Details
I have a created a blocking alert. It works, but I'm very fuzzy about the WMI properties. I use the (WMI(property)) token to get the property values, but I am unsure of what I'm getting. I would...
View ArticleInstalling SQL Server 2012 on a Windows 8 OS
Trying to install SQL Server 2012 on a Windows 8 OS. Hardware: Intel i7 processor, 8 GB RAM, plenty of Hard Disk space. Here is the error I get: TITLE: SQL Server Setup failure....
View ArticleUnable to start default LocalDB instance on Windows 8 x86
Cannot start the default LocalDB instance, in our application or by typing in 'sqllocaldb s "v11.0"' on the command line. This issue only occurs on Windows 8 x86. Works fine on Windows 7 x86/64 and on...
View ArticleConnection Failed
Hi, When user tried to connect to sql server, gets following error: SQLState '28000' SQL Server Error: 18456 Micorsoft SQL Server Native Client 10.0 SQL Server login faile for user abc\xyz. Connection...
View ArticleSQL Server 2008R2 - Transaction getting log full in simple update statment
I am facing strange issue while performing simple Update statment on one table having 5cr. records asUpdate Table Set Is_Deleted=0is failed after say 2hrs with below error. Msg 9002, Level 17, State 4,...
View ArticleSQL server memory usage best practices
I run SQL 2005 64bit on a Win2008 R2 Cluster with an active and a passive node. The rdbms hosts one DB at 40 GB and a few more db's at another 20 GB. Total size for all databases sums to 60GB. The...
View ArticleDistributed Transactions fail on Linked server
We get the below error while performing a distributed transaction on linked server. We have several linked servers configured in the source server and all of them succeed with the distributed...
View ArticleRe : 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 Article