Viewing 15 posts - 1,651 through 1,665 (of 9,641 total)
I would probably audit failed logins as well so you can see who is trying to access the server in an unauthorized manner.
Also can you define unauthorized access? If...
April 5, 2012 at 7:36 am
Wayne,
Wouldn't using a linked server defeat the purpose of moving reporting db's off the ERP server? You'd still be putting much of the load on the ERP server. ...
April 5, 2012 at 7:15 am
Andy,
It sounds like the issue is that the parameter is not named date1. Have you verified the name and case of the parameter?
Something I like to do in a...
April 5, 2012 at 7:05 am
peter 82125 (4/4/2012)
April 5, 2012 at 6:57 am
I assume you mean the INSTEAD OF trigger worked?
April 4, 2012 at 3:00 pm
sp_who and sp_who2 both return the column DBName.
With SQL Trace/Profiler you can add the Database_ID and Database_Name columns to the trace for the AuditLogin Event. Of course this will...
April 4, 2012 at 2:06 pm
Stefan Krzywicki (4/4/2012)
April 4, 2012 at 12:07 pm
Do you need to store the data or do you just need snapshots of the data?
You can create a trace to get the Audit Login event. Or you could...
April 4, 2012 at 11:01 am
When I'm talking with DB people when I hear fragmentation I always think Index Fragmentation because that's what we can control. When I'm with non-DB people I think physical...
April 4, 2012 at 10:51 am
I'd also recommend going to identical sizes and I'd recommend turning autogrow off and monitoring the space closely. If you do have dedicated drive space for tempDB I'd...
April 4, 2012 at 10:20 am
cfradenburg (4/4/2012)
April 4, 2012 at 10:16 am
Murphy'sLaw (4/4/2012)
Jack Corbett (4/4/2012)
April 4, 2012 at 10:13 am
Are they using Entity Framework (part of the .NET Framework) or nHibernate?
I'm a big proponent of limiting data access to using stored procedures for the following reasons:
1. Security -...
April 4, 2012 at 10:11 am
You can get the same information by using the sys.master_files which returns data for ALL database and ALL files regardless of the database context you are working in. So...
April 4, 2012 at 9:58 am
The error is telling you that you have unicode characters in the source and you are losing them when converting to non-unicode. It isn't really truncating because of length,...
April 4, 2012 at 9:55 am
Viewing 15 posts - 1,651 through 1,665 (of 9,641 total)