Viewing 15 posts - 3,241 through 3,255 (of 9,643 total)
What does checkdb recommend for a repair level? If the repair level is REPAIR_ALLOW_DATA_LOSS you will need to find a good backup and restore from it and subsequent...
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
February 25, 2010 at 7:29 am
I'm not sure that this is perfect, but you can look at sys.dm_exec_sessions which has a memory_usage column that shows the # of 8KB pages used by the session.
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
February 25, 2010 at 7:25 am
I'm not sure why they would be using CROSS APPLY, as it seems to me they could use an INNER JOIN if they are accessing tables or views. Here...
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
February 25, 2010 at 7:21 am
A couple of comments. If you are really using SQL Server 2005 then you should not be using the Text data type you should be using the varchar(max) data...
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
February 25, 2010 at 7:11 am
To sort of answer your question. Yes, both DTS and the Access applications are taking locks on the tables/indexes/rows affected by the processes. If data is not being...
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
February 25, 2010 at 7:08 am
Still looks like a permissions issue to me. Works in vs because it is running using your privileges. In a job it is running under the agent account...
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
February 24, 2010 at 12:36 pm
Dave Ballantyne (2/24/2010)
Are you getting an error or does it appear to be working?
You need to answer Dave's question. Based on what I see in the trigger I can...
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
February 24, 2010 at 8:11 am
Could you move some of the filtering into the Derived Table instead of outside the derived table. For example, couldn't this, OH.TeamIsLost = 'N', be int eh derived...
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
February 24, 2010 at 7:57 am
What has changed? Did the Exchange Server get restarted? Did the password get changed for the SQL Server Agent or SQL Server service account? Have you tried...
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
February 24, 2010 at 7:44 am
Check your anti-virus settings.
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
February 24, 2010 at 7:40 am
Filters within the report, like on a table/tablix, are applied AFTER all the data is returned from the data source. You really want to pass a date parameter to...
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
February 24, 2010 at 7:36 am
What is the error returned? My guess is that you need to create proxy using a user that has rights to start and stop services and then runt he...
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
February 24, 2010 at 7:32 am
As Ron has pointed out, you should be using the Try-Catch error handling. But you also have an error in your code. The @@error function returns the error...
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
February 24, 2010 at 7:20 am
GilaMonster (2/23/2010)
Jack Corbett (2/23/2010)
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
February 23, 2010 at 1:29 pm
This is duplicate post #8 for this problem. I provided an answer in another one, but it's not on my clipboard anymore and I'm not going to go searching...
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
February 23, 2010 at 12:30 pm
Viewing 15 posts - 3,241 through 3,255 (of 9,643 total)