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...
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.
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...
November 10, 2009 at 12:58 pm
Don't forget the Duct Tape!:-D
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...
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...
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,...
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...
November 10, 2009 at 7:53 am
Can you post some sample data? See the top link in my signature for suggestions on how.
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.
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...
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.
November 10, 2009 at 7:42 am
Gail,
Thanks for the clarification. I was, obviously, assuming single column stats.
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...
November 10, 2009 at 7:30 am
Viewing 15 posts - 3,871 through 3,885 (of 9,643 total)