What is Dapper ? Dapper is the Open source ORM which is used to map Microsoft platform .NET classes to database as wel as it also suppo... Read more »
Thursday, February 11, 2016
Wednesday, February 10, 2016
An invalid schema or catalog was specified for the provider “MSDASQL” for linked server
5:24 PM
Make sure “level zero only” is checked on the MSDASQL provider. Now to the question! SQL Server’s linked server feature lets you link ... Read more »
Send email in a tabular format of query using SQL Server database mail
2:32 PM
SQL Query CREATE TABLE #Temp ( [Rank] [int], [Player Name] [varchar](128), [Ranking Points] [int], [Country] [varchar](... Read more »
Subscribe to:
Posts (Atom)