Azure sql server size resets to 1GB -


i working on web application based on ef on 1 gb seeded data. application hosted in azure bizspark subscription account.

i created app service plan web application associated app service sometime back. started uploading data sql server failed. realized default size 1gb upgraded plan standard plan 10 dtu , 10 gb yesterday , uploaded data around 5 days back.

after due issues, wiped out app service plan , created new one. sql server size , setup not modified.

i created new plan , uploaded application , observed following -

  1. database tables got wiped out
  2. database prizing structure reset basic

i upgraded database plan once again 10 gb , 10 dtu yesterday night. see change has not taken affect yet.

  1. how long take size fixed?
  2. will tables have recreated?

9/11 tried uploading data via bcp tool. got following error:

1000 rows sent sql server. total sent: 51000 communication link failure text column data incomplete communication link failure tcp provider: existing connection forcibly closed remote host. communication link failure

this new yesterday before changed db size got following error: 9/10

1000 rows sent sql server. total sent: 1454000 the database 'db' has reached size quota. partition or delete data, drop indexes, or consult documentation possible resolutions. bcp copy in failed

i don't understand inconsistency in failure message or upload failed same data file.

regards, lalit

scaling database higher service tier should not take more few minutes basic standard. schemas , table inside database left unchanged.

you may want activity log of azure server understand initiated scale down standard basic. furthermore, may want turn on auditing feature understand operations performed on database.

on connectivity issues, can start looking @ documentation page. looks have inserted rows several times database through bcp command , causes space issue basic tier.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -