Viewing 15 posts - 3,871 through 3,885 (of 9,643 total)
Can you post exactly what your need is? It looks like you want to select the 15 characters after a "/", is this correct? If your SELECT statement...
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
November 10, 2009 at 1:03 pm
I think the answer you want is in the article[/url] featured in today's newsletter and on the front page of the site.
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
November 10, 2009 at 1:00 pm
Select the textbox/item where you want duplicates to be hidden -> right-click -> select properties. Then find the Hide Duplicates property and select the dataset for which you want...
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
November 10, 2009 at 12:58 pm
Don't forget the Duct Tape!:-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
November 10, 2009 at 12:40 pm
I think this code does something similar to what you want. It is a split then pivot which you said you tried. It assumes that you have 3...
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
November 10, 2009 at 10:21 am
Where does a row stop in your example data?
How do you want the data returned?
It looks like you could do a "simple" split to get it in rows and then...
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
November 10, 2009 at 9:33 am
You just need to be careful with the table variable as there are no statistics for it so the optimizer assumes 1 row. It works well with small datasets,...
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
November 10, 2009 at 9:05 am
Bob Hovious 24601 (11/10/2009)
Glad you made it home safely to the Land of No Bandwidth, Gail.
I'm glad that Gail is back today. She seems to be spending her day...
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
November 10, 2009 at 7:53 am
Thanks for correcting me Gail.
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
November 10, 2009 at 7:52 am
Can you post some sample data? See the top link in my signature for suggestions on how.
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
November 10, 2009 at 7:52 am
Sure you can restore a backup from a 64-bit server to a a 32-bit server. The file formats are the same.
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
November 10, 2009 at 7:49 am
Thanks for providing the test data. Can you be more specific about the data you want returned? Do you want results like this:
Code RetailPrice DateFrom...
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
November 10, 2009 at 7:47 am
Okay, so the specific query results are NOT cached, but the data pages that are required to fulfill the needs of the query are cached.
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
November 10, 2009 at 7:42 am
Gail,
Thanks for the clarification. I was, obviously, assuming single column stats.
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
November 10, 2009 at 7:39 am
I'm going to venture a guess and say that you are experiencing a permissions issue. From BOL:
If the caller of sys.databases is not the owner of the database and...
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
November 10, 2009 at 7:30 am
Viewing 15 posts - 3,871 through 3,885 (of 9,643 total)