Skip to content

Instantly share code, notes, and snippets.

View tmvinoth3's full-sized avatar

Vinothkumar tmvinoth3

  • chennai
View GitHub Profile
pip install virtualenv
virtualenv vir_env
#To activate virtual environment
vir_env\Scripts\activate
django-admin startproject django_practice
django-admin startapp myApp
@tmvinoth3
tmvinoth3 / addselftosqlsysadmin.cmd
Created December 15, 2016 09:17 — forked from wadewegner/addselftosqlsysadmin.cmd
Script to add the current user to the sysadmin role in SQL Server
@echo off
rem
rem ****************************************************************************
rem
rem Copyright (c) Microsoft Corporation. All rights reserved.
rem This code is licensed under the Microsoft Public License.
rem THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
rem ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
rem IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
rem PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.