SELECT name
FROM sys.objects
WHERE type = 'P'
AND DATEDIFF(D,create_date, GETDATE()) < 7
----Change 7 to any other day value.
Dotnet, DotnetCore, Azure, C#,VB.net, Sql Server, WCF, MVC ,Linq, Javascript and React.js
Find number of letter occurence of all letter in c# namespace ConsoleApp1 { internal class Program { static void Main(st...
No comments:
Post a Comment
Comments Welcome