Difference between Innner Join and Cross Join
Dear all,select * from tbl1 inner join tbl2 on tbl1.id =tbl2.idselect * from tbl1 cross join tbl2 Works same what is the logical difference between this two statements??Dilip Patil..
View ArticleSQL Server Query
I like to construct query for the below condition. I have to filter data based on this. Can any one please help. I tried different option for one condition its working but for other it is not.I am...
View ArticleCannot login to management studio after change my domain
Hello guys, I am new to sql server. I'm looking for answer to my problem. btw this is my first experience with sql.Here is my situation:sql : sql server 2012 standardmachine : windows server 2012Login...
View ArticleHow to prepare a plan to optimize a database sized around 2 TB
Hi All,I need a plan to optimize db sized around 2 TB.Kindly assist with me options or checklist for performance tuning of same.RegardsRahul
View ArticleSQL SERVER TRACELOG
Hi,I want to know about sqlserver tracelog can any one give me some details about it or some reference to read about it. I searched it for one complete day but I believe that i didn't search at right...
View Articlenon yielding iocp listener in sql 2012 in windows 2012
Hi All,A non yielding iocp listener in sql 2012 SP1 in windows 2012, for which I googled and I got resolution for sql 2005 and sql 2008 &R2 BUT not for sql 2012 SP1 with windows 2012.The links I...
View Articlesql server admin test 70-462
Hello, I was involved with SQL Server back in the SQL 7 days. I have received some good info about how to get back into it. I would like to study and take the sql 2012 admin test 70-462 (I have not...
View Articlechange grid results background in ssms 2014?
can you change the background color in ssms 2014? every time I try in enviro font and color>grid results it only changes the font color and not the background color.
View ArticleRetrieve matching data
I would like to know the query for the below mentioned case. I am using SQL Serever 2008.Table1Table2IDDepartmentNameZipIDDepartmentCountry1axx101aqqq2byy203cwww3czz305ettt4dcc40I want to retrieve...
View ArticleIssue in installing SQL Server 2008 R2 on Windows 8.1
Hi,I tried installing SQL Server 2008 R2 Developer Edition on Windows 8.1 machine where I am getting the below message."This program has compatibility issue. Microsoft SQL Server(2008 and 2008 R2)...
View ArticleQuestion about access SQL Database
Dear AllI just got an interview and being asked for the following questions"How would you update/access Sql database?"I have answered some thing about transaction lock, store procedures, functionsbut...
View Articledomain name for an instance
How do you configure an MSSQL instance as a domain name. Would like to have a connection associated with mssql.domainname.com instead of server/sqlexpress.Dave Keister Minerva Data Center
View Article297 error in sql server
activity monitor is unable to execute against the sql serverthe activity monitor for this instance will be placed into passued state.use the content menu in the overview pane to resumethe user does...
View ArticleAccess 2013 Web App directly add Views to Azure server
I want to add a number of queries to an Access 2013 Web App which is hosted on Sharepoint or Office 365 or whatever. The lack of SQL view in the Access query designer will make this difficult, so I...
View ArticleIssue on import from ms-access database to sql server by inport and export...
When I imported ms-access database to the Sql server database I encountered issue that not all properties of tables was taken right.E.g. properties as primary key and auto increment was not copied to...
View ArticleGeneral Question regarding MS SQL 2012 Version 3.0
I am new in MS SQL 2012 I have a report name of report from "MS SQL Server Report Builder" I have Data Base tables from MS SQL Server Management Studio now my question is how do I find the right table...
View Articlecould not find the database engine startup handle
Installed Sql 2008 r2 developer and got this error - could not find the database engine startup handle.Yobo
View ArticleSelect rows apart from the top 1000 rows
I have a situation where i have to select and delete all the rows from a table apart from the top 1000 rows. How can I use a delete query for this? Please help.mayooran99
View ArticleDump of SQL Server 2008 R2 Enterprise
Hi, How can I download the Dump of SQL Server 2008 R2 Enterprise Edition? I have the License Details. But I missed the CDs. Could you please help for the Dump collection?! ! Thank You Very much !...
View ArticleLicennce key in asp.net
I am thinking of implementing a good licensing mechanism that has a good resistance against piracy in the asp.net platform. The required mechanism should use a licence key and the licence key must...
View Article