You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Manage Azure SQL Database In Elastic Pool (Java)
12
+
# Getting Started with Sql - Manage Sql Database In Elastic Pool - in Java #
13
13
14
-
Azure SQL sample for managing SQL Database.
15
14
16
-
- Create a SQL Server with elastic pool and 2 databases
17
-
- Create another database and add it to elastic pool through database update
18
-
- Create one more database and add it to elastic pool through elastic pool update.
19
-
- List and print databases in the elastic pool
20
-
- Remove a database from elastic pool.
21
-
- List and print elastic pool activities
22
-
- List and print elastic pool database activities
23
-
- Add another elastic pool in existing SQL Server.
24
-
- Delete database, elastic pools and SQL Server
15
+
Azure SQL sample for managing SQL Database -
16
+
- Create a SQL Server with elastic pool and 2 databases
17
+
- Create another database and add it to elastic pool through database update
18
+
- Create one more database and add it to elastic pool through elastic pool update.
19
+
- List and print databases in the elastic pool
20
+
- Remove a database from elastic pool.
21
+
- List and print elastic pool activities
22
+
- List and print elastic pool database activities
23
+
- Add another elastic pool in existing SQL Server.
24
+
- Delete database, elastic pools and SQL Server
25
25
26
26
27
-
## Running this sample
27
+
## Running this Sample ##
28
28
29
29
To run this sample:
30
30
31
31
Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-java/blob/master/AUTH.md).
cd sql-database-java-manage-sql-dbs-in-elastic-pool
36
+
37
+
mvn clean compile exec:java
38
+
39
+
## More information ##
40
40
41
41
[http://azure.com/java](http://azure.com/java)
42
42
43
-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
43
+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
44
+
45
+
---
44
46
45
-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
47
+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
0 commit comments