Viewing 15 posts - 961 through 975 (of 9,643 total)
Wow, I'm amazed at all the folks that have dishwashers at work. The only time I've ever had one was when I was working from home full-time.
My current job...
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
June 16, 2014 at 6:59 am
Does the file already exist in the remote location?
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
June 13, 2014 at 10:59 am
I typically recommend against sub reports. You can have different data regions on the same report that use different datasets or share a dataset. A table, list, or...
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
June 13, 2014 at 10:57 am
Without seeing the queries and the execution plans it is pretty much impossible to say why a query with fewer joins is taking longer. You've changed the text so the...
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
June 13, 2014 at 10:48 am
GilaMonster (6/13/2014)
- Tune a proc quick, then go home
- Wait, it's got user defined functions
- Wait, the UDFs have cursors
- I'm...
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
June 13, 2014 at 8:50 am
So what you want returned is something like this:
Pediatrician Parent Student
6062 6063 6064
6062 ...
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
June 11, 2014 at 10:50 am
No you can't use "USE" to connect to a linked server. That would be cool if you could, but USE only allows you to change database context on the...
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
June 11, 2014 at 10:27 am
Sounds like an issue because the report is initially rendering to pdf when running the subscription instead of rendering to html and then exporting to pdf as in VS. ...
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
June 11, 2014 at 10:22 am
I just did a quick test and created a connection to my VS Online collection with VS 2010 and created an SSIS project that was connected to VS 2013 online...
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
June 11, 2014 at 9:56 am
I would guess that it does cache the Exchange connection information somewhere. Glad that is was an "easy" fix.
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
June 10, 2014 at 12:54 pm
I'd be talking with the Exchange admins. Can you send an email from Database mail successfully?
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
June 10, 2014 at 11:10 am
According to this blog post you can only audit on columns returned by sys.fn_get_audit_file and that is only 2012+. There are no predicate on Server Audits before 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
June 10, 2014 at 11:05 am
I wouldn't use a linked server, I'd use SSIS. I'd probably do something like this:
<ul>
<li>Load Data into archive data in current database</li>
<li>Copy data from local archive table to remote...
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
June 10, 2014 at 10:51 am
First you have to define what you mean by fast.
My first suggestion would be to batch the updates using explicit begin and commit tran statements and do Top N where...
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
June 10, 2014 at 10:44 am
Good article and a great, practical use of extended events.
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
June 10, 2014 at 6:15 am
Viewing 15 posts - 961 through 975 (of 9,643 total)