your sql server installation is either corrupt or has been tampered with...
Hello, Whenever i make an MVC 5 controller with views, using entity framework and try to run and compile the file i get the "your sql server installation is either corrupt or has been tampered with...
View Articleneed help installing sql server 2012 on windows server 2012 core
Hi Guys I am having trouble installing sql server 2012 on windows server 2012 core. I am doing this on VM and my VM is not connected to internet. This setup is part of preparing lab for sql serve exam...
View ArticleHow to study for the MCSA: SQL Server Exams?
Hi guys, Forgive me if this question has already been answered but I'm simply trying to find out the best way to tackle the three exams required for the MCSA in SQL Server. I read a blog post on the...
View ArticleBackup Problems
Server: SQL 2008 R2Hi,I am trying to save all the Databases from my SQL server to a folder. Save has been successful in the past on that folder. But now, the job runs successfully, but nothing gets...
View ArticlePossible poor query plan
Hi,SELECT T1.agreement, T1.itemcode, T1.accountcode, T1.itemrelation, T1.accountrelation, T1.quantityamountfrom, T1.fromdate, T1.todate, T1.amount, T1.currency, T1.percent1, T1.percent2,...
View ArticleWhat is the purpose of READ_COMMITTED_SNAPSHOT ON
In my database creating script, I noticed READ_COMMITTED_SNAPSHOT ON property. What is the purpose of this and will turning this off optimize the performance in anyway?mayooran99
View ArticleUser 'guest' does not have permission to run DBCC
Good day to you. I try to attach a database mdf file to Microsoft SQL server 2014 on Amazon Elastic Computing Cloud, EC2, but fail with the following message, "User 'guest' does not have permission to...
View ArticleQuery Results as a graph
This is kind of a weird question but what I am trying to do is automate a query and display the output as a bar graph or a chart. Is there some sort of tool i can use to do this? I know how to automate...
View ArticleSQL 2 Node Cluster
Hi, I am planning to deploy a 2 node physical cluster with 2012R2 OS and SQL SP1. Do i need to install windows fail over cluster before i install the SQL cluster . I want to spin this up in a lab...
View ArticleDatabase Engine Tuning Advisor
Hi, I have SSMS 2012 and I'm connecting to a SQL2008R2 instance. I used to be able to right click in a query and select 'Database Engine Tuning Advisor' from the context menu, this appears to have...
View ArticleHow can I test the effect of fill factor?
I noticed that the fill factor in my data base script is set to 80 and I believe i could optimize the performance by setting it to 100. After setting it to 100, how can I test whether it has made a...
View ArticleUnable to install MySQL Community Server on Acer Aspire 5
Hello everyoneSo I'm trying to download MySQL Community Server but I keep getting this error message that says "Unable to determine the products that correspond to the set up type". I downloaded...
View ArticleHow to create a FrontEnd website for a database within SQL Server 2005
Hello All,I am fairly new to SQL and I am looking on step by step instructions on how to create a Front End Website for a database within SQL server 2005. I am looking just to create the front end to...
View ArticleWhere are new tables stored?
Suppose I issue the command:SELECT * FROM TableA INTO TableBwhere is TableB stored? Is it persisted?I am using SQL Server 2012Many thanks.-A
View ArticleMemory space required to open a connection
Hi All,What is the approximate RAM space that is required to open a connection to sql server database?Thanks, Srikar
View ArticleWhere are new tables stored?
Suppose I issue the command:SELECT * FROM TableA INTO TableBwhere is TableB stored? Is it persisted?I am using SQL Server 2012Many thanks.-A
View ArticleFInding whats not there
I tried asking this question a few weeks ago, and because of my own stupidity, was chastised by Joe Celko (deservedly) but when I finally did give a better explanation of the problem. The scenario is a...
View ArticleCan we implement the functionality similar to ROW_NUMBER() in generic/common...
In my project,i am allowing user to select database of his choice from given options & i need to write queries considering all these optional databases. So as per my one of requirement,is there any...
View Articledifference between recovery models?
Hi any one tell me difference between recovery models
View Articlewhat is the main usage of resource database?
i want to know the resouce database , actually it will not appear physically then why it will be used
View Article