-
.htacces for https
https://sql.megainfo.space/2020/08/30/htacces-for-https/
-
Get Client IP, Mac Address and User Agent
Here is sample to get Client IP, Mac Address and Browser User Agent <?php // PHP program to get…
-
Ext JS – Redirecting the control to another url in success function
Here is a good sample link: https://www.sencha.com/forum/showthread.php?82438-redirecting-the-control-to-another-url-in-success-function
-
Difference between sqlserver 2008 and sqlserver 2012
In previous articles i explained sqlserver 2008 concepts like Delete duplicate rows/columns from table, Sql server 2012: 1.The SQL Server 2012…
-
SQL SERVER – Database in RESTORING State for Long Time
Today, I would like to share this with others after I did. Non recovery sate to recover the database. That…
-
Installing ASP.NET Membership services database in SQL Server 2008 R2
Create a new database with file group or as usual. Note that the below script is using file group as an…
-
Add new columns to existing table. Using by Alter Table.
Add new columns to existing table ALTER TABLE [YOURDATABASENAME].[dbo].[YOURTABLE] ADD NEWCol1 NVARCHAR(20); ALTER TABLE [YOURDATABASENAME].[dbo].[YOURTABLE] ADD NEWCol2 DATETIME; ALTER TABLE…

