I'm new to SQL, and I've been working through the fantastic 'Joes2Pros Vol 1 SQL Queries' tutorialbook and finally got myself stuck in Chapter 10(just 2 chapters to go!).
With SQL Express 2012 SP2 on my Win7 laptop, I created a new SQL user "Sara", granted her control server access, setthe serverto allow SQL logins, and quit SSMS. I re-opened SSMS, logged in as Sara, and created a new database called dbSara. I then tried to drop dbSara, and got Fatal Error 615.
Technet shows #615 is "Could not find database table ID %d, name '%.*ls'."
%d, %ld, or %D | Decimal integer |
%x | Hexadecimal number |
%ls or %.*ls | Character string |
The funny thing is this is an empty db with no tables. I can drop it just fine when I'm logged in as a Windows user.
Sarais the db owner. When I look under login properties, she has 'public' server role checked off...