摘要:
select * from(select *, ROW_NUMBER() over(partition by accountid order by opentime DESC) as rowNumfrom ep_productopenhistoryWHERE accountid IN(SELECT accountid FROM dbo.ep_accountnoWHERE name IN ('1334760','1334761','1334762','1334763','1334764','1334765&# 阅读全文
摘要:
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - 阅读全文
摘要:
You can get the actual definition of the these terms in this article: Mocks Aren't Stubs. I want to focus on the difference from the point of view of Rhino Mocks. A mock is an object that we can se... 阅读全文