SQL Server Forums
Profile | Register | Active Topics | Members | Search | Forum FAQ
 
Register Now and get your question answered!
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Import database
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

pramod21
Yak Posting Veteran

53 Posts

Posted - 08/09/2012 :  02:21:03  Show Profile  Reply with Quote
Hi All,
I was importing database from one database server to another in cloud, but after importing 30 databases it gives an error that,
" Database creation would exceed quota of 30
The transaction ended in the trigger. The batch has been aborted.
(Microsoft sql server error: 50000)"

Plz let me know is there any setting or way where i can increase the limit of no of databases. Or is there any other solution.

Thanks.

nigelrivett
Flowing Fount of Yak Knowledge

United Kingdom
3328 Posts

Posted - 08/09/2012 :  06:35:38  Show Profile  Visit nigelrivett's Homepage  Reply with Quote
Depends what yoou are usoing - it will be a limitation on that server which could be host specific.
Azure has a default of 150 (or 149).

You might consider reducing the number of databases maybe using schemas instead.
Also need to look at all the limitations on that server to see if anything might impact you - like max size of a database or total storage.

==========================================
Cursors are useful if you don't know sql.
SSIS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

nigelrivett
Flowing Fount of Yak Knowledge

United Kingdom
3328 Posts

Posted - 08/09/2012 :  06:40:45  Show Profile  Visit nigelrivett's Homepage  Reply with Quote
Or is this the amazon RDS?
It seems that has a ddl trigger that limits the number of databases to 30 - maybe you can remove the trigger or upgrade.

http://www.pythian.com/news/32853/amazon-lures-microsoft-customers-with-sql-server-rds-2/

==========================================
Cursors are useful if you don't know sql.
SSIS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

pramod21
Yak Posting Veteran

53 Posts

Posted - 08/09/2012 :  06:45:18  Show Profile  Reply with Quote
its amazon RDS..

thanks for reply..
Go to Top of Page

pramod21
Yak Posting Veteran

53 Posts

Posted - 08/09/2012 :  08:22:01  Show Profile  Reply with Quote
Hi,
I'm not able to alter or delete the trigger on RDS.
can u plz help me out to overcome on this problem..??

Thanks
Go to Top of Page

nigelrivett
Flowing Fount of Yak Knowledge

United Kingdom
3328 Posts

Posted - 08/09/2012 :  11:22:35  Show Profile  Visit nigelrivett's Homepage  Reply with Quote
Combine databases I guess. I suspect it is a limitation of the product supplied.

==========================================
Cursors are useful if you don't know sql.
SSIS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
SQL Server Forums © 2000-2009 SQLTeam Publishing, LLC Go To Top Of Page
This page was generated in 0.06 seconds. Powered By: Snitz Forums 2000