-
Notifications
You must be signed in to change notification settings - Fork 2
sql scripts
lyuben kikov edited this page Feb 8, 2018
·
1 revision
Back to Home
-
This will delete all your tables with the relations
-
Simply execute one of the two lines
twice
in SQL Management Studio & refresh your database
EXEC sp_msforeachtable "ALTER TABLE ? NOCHECK CONSTRAINT all"
EXEC sp_MSforeachtable @command1 = "DROP TABLE ?"
(BG) Team
seeing innovations
How to get in touch?
- Email us anytime @:
[email protected]
- Feel free to mail any of our team members for help.
- We'll try our best to respond @ 24 hours period.
-
Visual Studio 2017 Community
(required)
-
Git
(required)
-
GitHub
(optional)
-
AppHarbor
(required)
-
Azure
(required)
-
Azure DevOps
(required)
- Software Technologies - June 2016 by SoftUni
- C# MVC Frameworks - ASP.NET Core - October 2017 by SoftUni
- ASP.NET Web API 2 external logins with Facebook and Google in Angular app
- Course performance & goals
- YouTube playlist of the course
- Current projects:
- pdf books
- sql scripts
- allow less secure apps for Gmail
- google.com/blocked
itgigs fire it up in 13 steps
- Old editions:
- Azure DevOps playground
- Add users to your organization
- Configure web app and SQL server on Azure
- Create web app + SQL
- Get your db connection string
- Trick db firewall restrictions
- Configure deployments option & find app url
- Speed up deployment time using publishing profile for VS
Basic OOP recall
- wiki help page
- help books
Database 1st with local db
- Geography db sql script
Code1st with external db instance (part1)
- TechCorp
- Configure AppHarbor
- Setting up External SQL db
- video (bg)
- help books