Viewing 15 posts - 1 through 15 (of 84 total)
Thank you for the article, Luis. I will be adding that to my bookmarks.
August 11, 2016 at 2:43 pm
Jeff,
Thanks for the tips. Two things. Right now, our data set is small enough that the performance hit will be negligible; however it is expected to increase, so I will...
August 27, 2015 at 1:04 pm
Here it is by OrderDate. Thank you for the solution. That works very well. I can't use the SSRS solution because this data has to go into a Data Warehouse
SELECT...
August 27, 2015 at 1:35 am
I appreciate all of your responses. I have learned a whole lot and have been able to incorporate the code into production using your examples.
July 31, 2015 at 2:18 pm
That would work, but the data goes through an external app and can not use SSRS.
July 31, 2015 at 7:45 am
Sorry, I posted too early a while ago without giving you all the tools.
Here is some sample data:
IF OBJECT_ID('TestGroup', 'U') IS NOT NULL DROP TABLE TestGroup
CREATE TABLE TestGroup (PartNumber...
July 30, 2015 at 10:53 pm
Thanks, but it is listing all of my blank part numbers at the top. What am I doing wrong?
July 30, 2015 at 6:06 pm
Sometimes I make things more difficult than they should be. Thank you for the tip.
May 21, 2015 at 1:50 pm
Thanks to everyone for their help. Ed, I am using your solution, and it works perfectly! Thanks.
April 21, 2015 at 12:33 am
Thank you, Jeff. That is how I will handle this. Thanks for the solution, and thanks for the reminders.
April 14, 2015 at 8:16 am
Jeff,
I guess I was confused about NVARCHAR(MAX). I thought the max was 4000 characters, because when I print the results of my dynamic query it will cut it off. I...
April 14, 2015 at 7:54 am
There are two limitations that I see. First, the queries are fairly large, so I bump up against the max. I know I can split it up, but it's...
April 13, 2015 at 6:40 pm
DBCC ran with no errors.
April 4, 2014 at 5:05 pm
Keith,
I will do that. However, you are correct. We upgraded this database from 2000 to 2008 R2.
April 4, 2014 at 3:28 pm
Viewing 15 posts - 1 through 15 (of 84 total)