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
# Getting Started with Sql - Manage Sql Database In Elastic Pool - in Java #
12
+
# Manage Azure SQL Database In Elastic Pool (Java)
12
13
14
+
Azure SQL sample for managing SQL Database.
13
15
14
-
Azure SQL sample for managing SQL Database -
15
-
- Create a SQL Server with elastic pool and 2 databases
16
-
- Create another database and add it to elastic pool through database update
17
-
- Create one more database and add it to elastic pool through elastic pool update.
18
-
- List and print databases in the elastic pool
19
-
- Remove a database from elastic pool.
20
-
- List and print elastic pool activities
21
-
- List and print elastic pool database activities
22
-
- Add another elastic pool in existing SQL Server.
23
-
- Delete database, elastic pools and SQL Server
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
24
25
25
26
26
-
## Running this Sample ##
27
+
## Running this sample
27
28
28
29
To run this sample:
29
30
30
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
+
mvn clean compile exec:java
37
+
```
33
38
34
-
cd sql-database-java-manage-sql-dbs-in-elastic-pool
35
-
36
-
mvn clean compile exec:java
37
-
38
-
## More information ##
39
+
## More information
39
40
40
41
[http://azure.com/java](http://azure.com/java)
41
42
42
-
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
-
44
-
---
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).
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.
0 commit comments