Today, I discovered how to export/import a database from one server to another, following are the steps I followed.
Hope this may of help to someone. Please leave your comments and suggestion if any.
1. Connect to a Database engine, where your source database is present.
2. Open Databases
3. Right...
1
Create a timestamp in c# (using Datetime)
Hi wondering how to create a timestamp in c# using Datetime values, use the method below. public static String GetTimestamp(this DateTime value)
{
return value.ToString("yyyyMMddHHmmssffff");
...
Subscribe to:
Posts (Atom)