Viewing 14 posts - 1 through 14 (of 14 total)
Do you get any more information if you use the Login Failures trace template in Profiler?
The main thing that should give you is the process ID on the App...
January 13, 2012 at 1:19 am
Thanks for your help - It makes sense now
Cheers,
Bodsda
January 6, 2012 at 3:26 am
Thanks for that, it worked. But why didn't my cursor work?
Thanks,
Bodsda
January 6, 2012 at 3:14 am
Hmm, yeah that's what I'm currently doing. Would have been nice to use policies though.
I get the feeling that the policies are some bodge add-on that got hacked into the...
December 22, 2011 at 10:40 am
After running some tests in python, I don't think the two operators are the same. This is definately not conclusive proof but does show a difference in execution speed.
>>> import...
December 7, 2011 at 3:09 am
But what if the size of the data is bigger than the initial size?
August 18, 2011 at 11:01 am
A problem I have had when configuring DBMail is not setting a default mail profile in the SQL Server Agent(> Properties > Alert System > Enable Mail Profile)
Bodsda
July 6, 2011 at 9:23 am
Unfortunately, I have no control at all over the queries on this server. All of the databases are from third party providers that we have a managed service with, so...
July 6, 2011 at 7:40 am
Here is a link to an excellent blog post about permissions
Bodsda
March 17, 2011 at 6:51 am
GilaMonster (1/19/2011)
You have two options.
1) Restore from your last clean backup
2) Script all objects, export what data you can (some will almost certainly fail)...
January 19, 2011 at 7:02 am
GilaMonster (1/19/2011)
To get the entire output, open a command window (Start-> Run->...
January 19, 2011 at 5:23 am
GilaMonster (1/14/2011)
Please run the following and post the full and complete results
DBCC CHECKDB (<Database Name>) WITH NO_INFOMSGS, ALL_ERRORMSGS
Do you have a clean backup (one without corruption)?
Output attached.
I took over...
January 19, 2011 at 2:56 am
Henrico Bekker (1/13/2011)
The average usage of RAM by both instances is about 20GB for instanceA and about 10GB for instanceB, but both instances have at some point taken > 30GB...
January 13, 2011 at 2:50 am
Excellent, thanks for that.
I went on to write this. Let me know what you think. It's my first adventure into T-SQL
create trigger DB_CREATION
on ALL SERVER
for CREATE_DATABASE
as
declare @data...
November 12, 2010 at 8:07 am
Viewing 14 posts - 1 through 14 (of 14 total)