Fail to Install SQL Server Standard Edition 2008 R2
Dear MSSQL supports,One of my Customer have bought the license for SQL Server 2012 and they wish to down grade it to SQL Server 2008 R2 and install it to window server 2008.However, we do facing some...
View ArticleSQL Server 2008 Connecting from 2008R2 not from 2008
Hi,In Server machine SSMS not connecting server (SQL Server 2008) and error is" cannot generate sspi context. (.net sqlclient data provider) management studio" but from other machine(Client machine)...
View ArticleDisplay horizontal rows vertically SQL Server 2008 R2
I ran the following query SELECT EMPID,ENAME,SALARY,DEPARTMENT from EMPLOYEEand the result was thisEMPID ENAME SALARY DEPARTMENT---------------------------------------------01 TEST1 2000 A/C02 TEST2...
View ArticleRestrict start, stop & pause services to VIEW SERVER STATE
Hi All,SQL Server 2008R2I have assigned VIEW SERVER STATE to a login but I don't want this user to start, stop & pause services. Please suggest on how to achieve this.Regards,Shiva----Learners...
View ArticlePatching Activities
Hi,How do we test on a test/dev SQL Server first before applying SP into production. Is there any seperate process or just installing SP is enough. And how do we confirm that all applications are...
View Articleneed sql server link information
himastersi haveOs: windows xp service pack-2visual studio:vs 2008 Version 9.0.21022.8 rtm, .net framework 3.5I tried sql express 86-bit..but not supported.I need sql server as a database. I am confused...
View Articledbowner can't change database options?
Hi,I have created a login with public role in server level and dbowner in database level now my question is dbowner can't change database properties like recovery model, collation & autoclose...
View ArticleCan't download SQL server 2008 R2 Evaluation
I'm trying a development server build with SQL server 2008But the download link takes me round in circleshttp://www.microsoft.com/en-us/download/details.aspx?id=8158Is this the right place to download...
View ArticleT-Sql script to make all Databases to Read-only mode in sql server 2012
Hi All,I am trying to make few databases to Read-only .Once testing is done I need to switch back to read/wrire mode.I am looking forT-Sql script to make all Databases to Read-only mode in sql server...
View ArticleT-Sql script to run Database statistics in sql server 2012
Hi All,I want to run Database statistics for all databases except(master,modal,Msdn,tempdb,Sqlaudit) in sql 2012 server.So I am looking for T-Sql script to run Database statistics in sql server 2012
View Articleselect inside update query?
Is it possible for me to do something likeupdate table1 SET var1=something,var2=something2from table1(SELECT * from table2) as newtablewhere newtable.field1=acondition
View ArticleA network-related or instance-specific error occurred while establishing a...
Hello All,I installed the student version of SQL Server 2012 in my home PC. I tried connecting to the database engine. It does not work for some reason. I also configured the firewall....
View ArticlePerformance
Hi,We have 5 SP's in that 3 sqls are giving low performance how we will check?
View ArticleUpdate statistics
HI,How long the update statistics job used to run on the largest database(of size 1 TB)?
View ArticleLocks
Hi,How to apply locks? Pls explain each lock usage, advantages and disadvantages?How to set isolation level? Explain clearly and with command to set isolation level?
View ArticleNon clustered index
Hi,What is the use of non clustered index in sql server? to gain performance how many non clustered indexes we can maintain?
View Article