3
votes
Cross apply in Linq
The only way to use it would be to wrap the above code in a stored procedure and wrap it with LINQ to SQL.
[)amien
…
0
votes
How do I use sqlmetal to generate an internal (not public) data context
You could try using my LINQ to SQL template that provides a drop-in replacement for the D …
2
votes
What is the difference between drop table and delete table in SQL Server?
One of these performs a delete, the other provides you with the TSQL script to do a delete so you can modify or use it elsewhere.
…
