I STILL can't get a full text search to work on a filestream table.
SQLServerExpress 2012/WIndows Server 2008R2Create filestream enabled database:CREATE DATABASE ISR PRIMARY (NAME = FileStream1, FILENAME = 'C:\Program Files\Microsoft SQL...
View ArticleRebuild index task failed with error: Could not proceed with index DDL...
Hi Friends,I have one rebuild index job in my environment which is created using maintenance plan & having an option "keep index online ".job is continuously failed at this schedule time, when i...
View ArticleIssue with SQL Agent Running
Not sure if this is the right forum, please let me know if it should be posted elsewhere. We have SQL 2008 R2 Standard on a Windows 2008R2 server. About a year ago we had to rename the server and had...
View Articlesys.dm_exec_sql_text not showing all queries
i am using sys.dm_exec_sql_text DMV to get the Query on a Particular Database.But this DMV is not showing every Query.Example:if i run the Query ----> select * from Employee ---------- this Query...
View ArticleIs SQL Server Enterprise 2012 supported on VMWare 5.0?
Is SQL Server Enterprise 2012 supported on VMWare 5.0?
View Articleupdatable views
I am running a job to create a tables with timestamp like tablename_2013_02 When I open any table the data consists of that month . Now I want to create a view so that when I execute a view it...
View ArticleHow to denormalize a normalized database
Hi all,any one please explain me "how to denormalize a normalized database"thanks in advancethanks,kishor
View ArticleSQLServer Licensing
On a server having 2 CPU 16 cores, if I configure SQL Server 2008 R2 to use 4 cores, is a 4 core license sufficient?
View Articlesql server agent
HiI want to enable sql server agent . in sql server configuration manager sql server agent is running but in management studio I cant able to view and mode is in windows mode wat was the behind...
View ArticleConfiguring File Tables in SQL2012
I followed this MSDN blog:http://blogs.msdn.com/b/sqljourney/archive/2012/11/10/how-to-sql-2012-filetable-setup-and-usage.aspxI've done a little bit of work with filestream tables. The Filetable table...
View ArticlePlan database sizing
Hi All, Would like to know what is the correct procedure in planning the database size over the period. Do i need to consider/monitor fastly growing tables using sp_spaceused or monitor backup size...
View ArticleCancel / Rollback for two transactions
I began running two update queries three days ago. I was using SQL Server Management Studio in a single window. The window looked like this:UPDATE mytable SET Field1 = Value1 UPDATE mytable SET...
View ArticleSQL Server use very low memory
We have Microsoft Dynamic CRM 2011, its database is on a dedicated sql server with 28Gb Ram and 12 CPU (SQL Server 2008 R2 on Windows 2008 R2) , before when I check our server, SQL Server process use...
View ArticleIs doomed transaction inevitable in this scenario (SQL Server 2008 R2)?
Hi all,Below are two scenarios, however, what I am trying to accomplish is to catch deadlock errors and re-try the DML that was chosen as the deadlock victim. Does anyone know of way to accomplish...
View ArticleSimple membership provider "looses" connectionstring after timeout
Steps to reproduce:In VS2012, create a new ASP.NET MVC 4 Application.Change the connectionstring in web-config to point to an Azure SQL DB.Set [Authorize(Roles = "Admin")] on the About Method in the...
View ArticleMemory utilization of SQL server 2000;2005,2008 &2008R2 sql servers
Hi All,From past few days we are getting so many issues/alerts regarding sql server.exc is utilizing 90% of memory in 2000;2005,2008 &2008R2 sql serversMy question is there any check list i need to...
View ArticleSQL Server domain account lockout
OS: Windows 2000, 2003, 2008SQL Server: 2000, 2005, 2008 R2, 2012.Hello, A domain account that runs SQL Server service was locked out. However, SQL Server services were still running. I assumed that...
View ArticleIndexing columns for an UPDATE
I have the following data (names changed to protect the innocent and/or guilty).create table Orders ( OrderID int identity(1,1), CustomerTIN int ) create table OrdersStaging ( OrderID int, CustomerTIN...
View ArticleOccasional deadlock when deleting rows from table 1 and inserting rows into...
Hi,I am getting a deadlock in SQL Server. I have attached the deadlock report from the SQL Server error log below:deadlock-listdeadlock victim=process3ff644cf8 process-list process...
View ArticleConversion of .dot files to Open XML format using Windows Powershell
Hello All, I have to convert a set of .dot files(Word Document Template) which are created in MS Office 2003 and kept in a folder to new Open XML format (MS Office 2007 or MS Office 2010). Also if the...
View Article