Viewing 15 posts - 1,651 through 1,665 (of 9,643 total)
Can you also post the execution plan(s)?
You should also make the computed column PERSISTED and put an index on it.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 5, 2012 at 7:42 am
Is SQLBrowser running?
You may need to specify the port in the connection.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 5, 2012 at 7:38 am
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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. ...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 5, 2012 at 7:05 am
peter 82125 (4/4/2012)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 5, 2012 at 6:57 am
I assume you mean the INSTEAD OF trigger worked?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 4, 2012 at 2:06 pm
Stefan Krzywicki (4/4/2012)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 4, 2012 at 10:20 am
cfradenburg (4/4/2012)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 4, 2012 at 10:16 am
Murphy'sLaw (4/4/2012)
Jack Corbett (4/4/2012)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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 -...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 4, 2012 at 10:11 am
Viewing 15 posts - 1,651 through 1,665 (of 9,643 total)