tempdb maxes out
Hi,I have a separate volume for me tempdb database.Sometimes this will fill to the point where space has almost been maxed out.Is there any issue with the drive maxing out(other than there may be a...
View ArticleInstalling Full Text Search on SQL Server 2008 R2 Express
I can't for the life of me install full text search on my SQL Server 2008 R2 instance. Every installer I have tried shows me this (no option to add full text): I've tried: SQLEXPRADV_x64_ENU.exe...
View ArticleFirst-chance exception at 0x75c5b760 in devenv.exe: 0xE0434352: 0xe0434352.
I have a windows form application, when double click it or view designer it will show sql connection error. When I attach my project as a process, I saw the output window hasFirst chance exception at...
View ArticleXML plan to plan diagram
Hi All,I am on SQL 2008.I am aware of 3 different formats of SQL plans. First is the text plan which we get by using "set showplan_text..." commands, second way is to see the plan in SSMS (which is the...
View ArticleSQL Server performance issue
We have SQL Server 2008R2, and we are having slowness issues. For example SQL query runs fine for the first few times, but after that the same query will be slow. We have checked the SQL Server CPU and...
View ArticleSQL server Foreign Key multiple columns to one FK table column
Hii have set the following relationshipsTable A = tblGLAccount - primary key strAccountIDTable B = tblARinvoice - i have three columns strAccountID, strCOGSAccount, strInvAccountall columns are same...
View ArticleHow to dismantle cluster
Hi,We move sql server 2008 instances from cluster to VM. Now we want to shut down cluser (2 nodes, active/passive). I put all sql server related services in stop mode and set them manual start.What I...
View ArticleSQL Server 2012 Express: SQL Server 2012 Management Studio (SSMS)-How to...
Hi all,I have the table of SQL Server 2012 Express: SQL Server 2012 Management Studio (SSMS) formatted - seehttp://ge.tt/BEDQbFY/v/0 for details. I don't know how to populate this formatted table...
View ArticleSQL 2008 R2 Failover Cluster & SQL 2012 Failover Cluster Together
Hi all, I want to install SQL server 2008 R2 failover cluster instance on windows server 2012. I have created SQL server 2012 failover instance(default instance) on windows server 2012...
View Articlebig msdb
Hi All,Suppose my msdb database has grown to 1 GB all of a sudden. What does it indicate and could be possible reasons for such big msdb. is that replicated txns ? or what else could be possible...
View Articleperformance question
Hi All,I have a question on performance tuning approach and where should i start and what should be my approach on below.All of sudden, all of my queries started performing very slow. What can i do...
View ArticleAlways on : restore on primary fail if you take log backups on primary and...
Consider a scenario in SQL server 2012 Always on serverI have set up a always on availability group with one standby replica and added one fresh database to this availability group After setting up a...
View ArticleFull-Text Search - FORMSOF(INFLECTIONAL, word) with NEAR
Is it possible to use FORMSOF(INFLECTIONAL, word) and NEAR together? For example, this is how I would expect the syntax to look, but it doesn't work: select note from exampletable where contains(note,...
View ArticleError while Publish Lync Topology
HiI have install Lync Enterprise and SQL Developer Edition each on a virtual Server. Now I'd like to publish my first topology. This works fine, until it creates the Database on a second Server. They...
View Articlebest way to migrate
Hi All,Assuming my database server is 24*7 database, what would be the best strategy to migrate my database server to new server with new hardware with minimal downtime?Thanks in advance.
View ArticleWhat points should I raise to get atleast read only acces of servers?
We have Central SQL Server Maintenance plan server,but management don't want to give us the access of this server.What points should I raise to get atleast read only acces of servers?They are saying we...
View ArticleSQL Server 2012: SQL Server Import and Export Wizard-(1) How can I find out...
Hi all,I never used the regular Microsoft SQL Server before. My computer Team just installed the Microsoft SQL Server 2012 in my "Windows 7" PC that is part of our "Windows" network LAN system. I...
View ArticleReceiving an error in the logs - 18059, Severity: 20, State: 1.
Hello, I'm using SQL Server 2008 Sp3Lately I'm having errors in the SQL Logs:Error: 18059, Severity: 20, State: 1. The connection has been dropped because the principal that opened it subsequently...
View ArticleOverwriting file permissions when connecting to the database MS SQL Server...
I have issue: 1. There are database files and DB.mdf DB.ldf by user Everyone; 2. Login on the server with sa. DB connect to SQL Server 2008. User Everyone rewritten to: SQLServerMSSQLUser $...
View ArticleTimeouts in Select Statements After Restore
We have issues with select statements timing out after a RESTORE operation. We restore a backup to a newly created database (called StagingDB). Then our application will start reading fairly small...
View Article