Questions tagged [mssql-jdbc]

For specific questions on Microsoft's JDBC driver for their SQL Server product.

For specific questions on Microsoft's JDBC driver for their SQL Server product.

Microsoft JDBC Driver for SQL Server

Related tags:

603 questions
-4
votes
1 answer

how to solve this complicated sql query

these are the five given tables http://i58.tinypic.com/53wcxe.jpg this is the recomanded result http://i58.tinypic.com/2vsrts7.jpg please help how can i write a query to have this result. no idea how!!!! SELECT K.* , COUNT (A.Au_ID) AS…
Johni Bi
  • 1
  • 2
-6
votes
1 answer

is date is good candidate for clustred index key

i open one transaction and insert a row into table and close the ssms and reopen and check table but uncommitted transaction were in the resultset why this happen please tell me
ARJUN
  • 49
  • 9
1 2 3
40
41