SQL Server 2012 DB log file doesn't shrink (simple recovery model)
I've found several similar questions in this forum, but none of the answers have resolved my problem: I have a SQL Server 2012 DB using simple recovery model. The MDF file is 12 GB and the LDF file is...
View ArticleProcedure to apply service packs on replicated enviroment
Hi All, I have a question on how to apply service packs on a replicated environment. I have transcational replication configured on 2008. All are Enterprise Editions. Now, i want to apply the service...
View Articlesearch and create sql server inventory by Microsoft Assessment and planning...
Johnathan once posted an answer to use the this tool to find sql servers, it is cool tool, it gives summary of editions and number of instances. also all computers in results section, but how do we...
View ArticleSingle user mode session lost after backgound processes jump in
We have an application running on SQL server. This application restores DB very frequently using Single user mode. Following are the SQLs that are executed to restore the database in single user mode...
View ArticleDACPAC version 2.5 is not supported on an RTM build
Hi,When I unpack a Data Tier Application (dacpac) I receive the error message “DACPAC version 2.5 is not supported”.The dacpac I’m using is being built by Team Found Server 12 (build 12.0.21005.1)...
View ArticleUnable to Open Table via Remote Connection using SQL Server Management Studio
Scenario: SQL Server 2005 is installed on server SQLSERV. SQL Server Management Studio is installed on REMSUPP. When I attempt to log in to server SQLSERV from host REMSUPP, everything works and I...
View Article[SqlException (0x80131904): Connection Timeout Expired. The timeout period...
i am facing this issue when i am storing session info in aspstate db below is the detail error i am using sql 2005 Application using MVC, asp.net 4.5 framework.[SqlException (0x80131904): Connection...
View ArticleSQL Server 2008 Management Studio Error when connecting to Server (Method Not...
Hi I am facing this error when connecting to local server in SQL management studio 2008 on windows 7 i am sure about the configuration also the installation completed with no errors i have tried to...
View ArticleSQL Server 2008 R2 Service Pack 3
It has been more than a year since Microsoft released the last service pack (SP2) for SQl Server 2008 R2. Would Service Pack 3 be released soon or is Service Pack 2 the last SP for SQL Server 2008 R2?
View Articlesql server agent jobs deleting problem
hi team, while i am trying to deleting in the sql server agent disabled jobs through sql query, that time i am getting below error. query is: delete from dbo.sysjobs where version_number=5 error...
View ArticleCannot Access SQL Server When Internet Down
Dear All,I have a problem about connect to sql server.I can't connect to sql server when my internet down.The server in one network with my PC. I connect to the server with local IP.Server IP 172.1.2.1...
View Articledata driven security
hi. Does the 2012 engine offer some sort of security scheme based on data values in one or more columns by table by user? One in which the same rules for including or excluding certain rows from...
View ArticleHow to run a SQL Server Agent job step on certain days/frequency
I've a SQL Server Agent job. One of the requirement is that a particular step should only run on certain frequency i.e. Certain Date and time. Any suggestions how can that be done?GBM
View ArticleSQL 2008 Blocked process report question
Can you somehow resolve blocked process report stmt to the actual sql text / plan cache?Example:<blocked-process-report><blocked-process><process id="process2713c9048" taskpriority="0"...
View ArticleHigh CPU Waits but medium CPU Usage
Hi All,I'm currently checking one SQL Server after our users complained about poor application performance.In the Data Collection Report, I can see that most of the waits come from the CPU. However,...
View ArticleQuery slows down by a factor of 250 to 450 when increasing maximum server...
We have an SQL server 2012 SP1 CU6 running on a virtual machine that was P2V'ed from a physical blade server. configured from the physical server was maintained hence it is still configured with 4...
View ArticleDoes Microsoft plan to add primary key and unique constraints to clustered...
Clustered columnstore index is a greate feature in SQL Server 2014, but currently cannot be used with primary key and unique constraints, which is important to achieve data integrity. I wonder if...
View ArticleMSDB database marked as suspect in Sql Server 2012
I am using SQL 2012, and there is some problem from some time. When i start Sql and log in fir this message comes.Cannot display policy health state at the server level, because the user doesn’t have...
View ArticleError found while installing sql server
whenever I tried to install sql server 2008 Enterprise full version, it gives immediately errror "Native Sql install bootstrapper has stpped working".... Please give me a solution for this error...
View ArticleBIDS - report file permissions issue on master, yet im a sysadmin when...
Im building a report file and when I preview the report, it fails because my account cant access the master database.My dataset is just calling xp_readerrorlog, which is in master.I can call it just...
View Article