Quantcast
Channel: ฟอรัม Getting started with SQL Server
Viewing all articles
Browse latest Browse all 8428

Fatal Error 615 with DROP

$
0
0
I'm new to SQL, and I've been working through the fantastic 'Joes2Pros Vol 1 SQL Queries' tutorial book and finally got myself stuck in Chapter 10 (just 2 chapeters to go!).
 

With SQL Express 2012 SP2 on my Win7 laptop,I created a new SQL user "Sara", granted her control server access, set the server to 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'."

Symbol Meaning
%d, %ld, or %DDecimal integer
%xHexadecimal number
%ls or %.*lsCharacter 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.

Sara is the db owner. When I look under login properties, she has 'public' server role checked off only. Under Securables, there are two entries (rows) for Connect SQL and Control server. Is this normal?

Sara has Connect SQL and Control Server granted, for the 2nd row of each. My login (sa) has the 2nd row of Connect SQL checked, for what that's worth <shrug>.

I'm stumped. It's frustrating when you get stuck in a tutorial! Any ideas?  Thank you very much for help & guidance.


Viewing all articles
Browse latest Browse all 8428

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>