Viewing 15 posts - 2,581 through 2,595 (of 19,564 total)
EL Jerry (7/21/2014)
Stuart Davies (7/21/2014)
WOTD wood
Hard (floor)
impenetrable
July 21, 2014 at 8:10 am
Cool. At least you are past the user creation.
Good luck.
July 21, 2014 at 8:01 am
Sreepathi1987 (7/21/2014)
Easy One. 🙂But i think it is rather unusual, tempdb is completely wiped out whenever the SQL Server service restarts. Yes or No?
Mostly yes.
If there is corruption in...
July 21, 2014 at 7:15 am
andrew gothard (7/21/2014)
SQLRNNR (7/17/2014)
Jack Corbett (7/17/2014)
Sean Lange (7/17/2014)
Sadly I will not. I need to find a way to get to one though. It is a large chunk of...
July 21, 2014 at 7:09 am
J Livingston SQL (7/19/2014)
...and here is a link that defines your problem exactly...including poor grammar and spelling errors....hmmmmm:-)http://p2p.wrox.com/access/28374-ms-access-mdb-ldb-database-corrupted.html
Wow - 9 years ago even.
July 19, 2014 at 10:19 am
Here's a Microsoft document on things to try.
http://support.microsoft.com/kb/283849
Skip down to the section labeled
Steps for trying to repair a damaged database
July 19, 2014 at 10:08 am
What are the errors you get when you create your login?
Or are you trying to create a database user directly in the database and not have a login?
Or are you...
July 19, 2014 at 10:04 am
LutzM (7/19/2014)
Most probably the underlying data structure has changed without notice (as usual...
July 19, 2014 at 9:45 am
Deny select doesn't work for the system functions. And you can't deny execute on the functions such as @@servername because it will invoke an error.
I don't see any documentation...
July 19, 2014 at 7:01 am
I don't know why you would cursor through to delete a Log one record at a time.
Why not change it to a set-based approach?
July 18, 2014 at 3:54 pm
I wonder if sql auth is even enabled. 18456 can be thrown (commonly) when sql auth is disabled.
Even with SQL Auth disabled, you can change the sa password. ...
July 18, 2014 at 3:37 pm
So you ran shrink from the GUI instead of from a command?
Do you know how to "kill" a command? Same command to kill the shrink.
Have you checked for any...
July 18, 2014 at 1:52 pm
rodjkidd (7/18/2014)
Some people you may recognise (well almost) from SQL Bits!Rodders...
Ok, we all know Mad Max.
But what movies are those other characters from?
July 18, 2014 at 12:26 pm
Are you trying to shrink out all 300GB of space?
Next question...
Why shrink? This fragments indexes severely and will likely cause the database to need to grow when you defrag...
July 18, 2014 at 11:54 am
ScottPletcher (7/18/2014)
Read books, articles, etc., from/by Itzik Ben-Gan. Excellent!
That is a good idea there.
Another good source of material is the SQL Saturday events. There is good material with...
July 18, 2014 at 11:50 am
Viewing 15 posts - 2,581 through 2,595 (of 19,564 total)