Skip to content

Mingz6/LearnAzure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

LearnAzure

// All telemetry for Operation ID: <> union * // Apply filters | where timestamp > datetime("2023-03-07T18:38:00.686Z") and timestamp < datetime("2023-03-09T18:38:00.686Z") | where operation_Id == "<>"

Get the exception detail with ID exceptions | where operation_Id == '<**************************>'

Azure DB CLI

Importing Azure SQL
sqlpackage /Action:Import /tsn:tcp:.database.windows.net,1433 /tdn: /tu: /tp: /sf:<local-DB.bacpac>
Exporting Azure SQL
sqlpackage /Action:Import /tsn:tcp:.database.windows.net,1433 /tdn: /tu: /tp: /tf:<local-DB.bacpac>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published