Viewing 15 posts - 646 through 660 (of 9,643 total)
Thanks all. I didn't mention me because it is much easier to keep the MVP award than to get it the first time.
It is still a great honor 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
October 1, 2014 at 2:27 pm
PiMané (10/1/2014)
How does SQL handle cross database statistics? Would it be better instead of using directly the tables on other databases use a synonym or that doesn't make any difference?
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
October 1, 2014 at 2:25 pm
Here's a link that explains Output Parameters, which you should read.
So here's how I'd modify the procedure to return @cnt as an output parameter. I'd probably make some other...
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
October 1, 2014 at 2:23 pm
If you aren't on Twitter you may have missed that Jason Brimhall (SQLRNNR) got awarded MVP today.
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
October 1, 2014 at 12:25 pm
Luis Cazares (10/1/2014)
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
October 1, 2014 at 12:12 pm
Do you have specific format applied to the cells? Just guessing but I'd be there is some kind of illegal character in the source data that is causing your...
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
October 1, 2014 at 12:05 pm
It looks like the article you linked to applies specifically to how Toad Intelligence Central works and not how SQL Server works.
As long as permissions are correct running cross-database queries...
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
October 1, 2014 at 12:03 pm
Kevin is correct. And the number of indexes that is correct is going to vary greatly based on workload. Is it an an active OLTP system, then fewer...
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
October 1, 2014 at 11:48 am
HanShi (9/30/2014)
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
September 30, 2014 at 7:47 am
I'm sure there are other, perhaps simpler ways to do this, but here's one that works using Jeff Moden's DelimiteSplit8K function which you can get from and learn about here[/url]:
DECLARE...
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
September 25, 2014 at 7:20 am
No, that's in the printer properties, not anything in the report.
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
September 24, 2014 at 11:07 am
What order do you want your example data to be returned in?
If I just use:
SELECT
*
FROM
@IPAddresses
ORDER BY
[@IPAddresses].IPAddress
I get 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
September 24, 2014 at 11:03 am
SSRS is not designed to update data, it is "reporting" services, so is designed to display data. If you really need to perform an update on the selected 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
September 24, 2014 at 10:56 am
I'm not sure what you mean by the term OLAP. Are you talking about cubes or data warehouse/data mart databases?
In either case, best practice is to keep them separate....
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
September 24, 2014 at 10:53 am
There aren't any dependencies between data sets in a report that I know of.
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
September 24, 2014 at 10:47 am
Viewing 15 posts - 646 through 660 (of 9,643 total)