Viewing 15 posts - 106 through 120 (of 127 total)
Hi Jeff,
Great article, and yes I can see how running it against a large dataset could take some time. In my scenario though we're just doing a few hundred...
June 25, 2010 at 2:41 pm
SSChasing Mays, that's exactly what I was looking for. Thanks... I didn't think to use Distinct.
SSCrazy, sorry for not following etiquette. I thought I covered all...
June 25, 2010 at 12:10 pm
Hi GSquared and Paul,
Thanks again for the great info, and it does sound like it's a blunder in how SQL is defining the execution plan. I could continue pursuing...
October 19, 2009 at 10:26 am
Hi,
Actually it seems rebuilding the execution plan fixes the problem, so I'm now trying to find out what's causing the problem to begin with because as of today it's doing...
October 15, 2009 at 4:20 pm
Sorry for the delayed reply...
Lowell - I'm checking out your stored procedures now and I think those might just do the trick. Thanks!
465789psw - The problem is the server...
October 14, 2009 at 10:06 am
GSquared (10/14/2009)
October 14, 2009 at 8:58 am
Jack Corbett: SSRS stores the names of the columns as part of the report definition (rdl file), that's the only way it can know what to display where in the...
August 26, 2009 at 9:28 am
Hi Everyone,
I found a 'solution' that works, but it's crummy I have to do this. I ended up bundling my SQL statements in to a variable and executing those...
August 25, 2009 at 10:28 am
Resolved....
I found out what was happening... We keep all our Configuration files on the server, and this package was set to use a Configuration file which was overwriting what I...
May 6, 2009 at 9:38 am
Hi,
Quick update... I just noticed this is also happening on ADO.NET:SQL Connections as well as OLEDB connections. I can edit the connection, save it, but whether I run it...
May 6, 2009 at 9:20 am
Joe,
I had a similar problem with importing in dBase files into MS SQL through SSIS, and my work around was to create an Access Database with Linked Tables linked to...
May 6, 2009 at 7:32 am
Hi Everyone,
I didn't post the entire process because our eventual goal is to return a list of all Customer information from the Customer table and various other tables which is...
April 30, 2009 at 12:22 pm
I wrote a work around that creates a Temp table based on the table schema which I hate to do, but it works. It will need to be called...
April 15, 2009 at 10:36 am
:angry: Hrm, it looks like doing it this way excludes all Identity fields, which won't work. Does anyone know the technical reason why this would be so? I...
April 15, 2009 at 9:24 am
Hi Fraggle (love the nick!),
I was able to get the Select using OPENXML to work with a table name as opposed to a hard coded definition. This works in...
April 15, 2009 at 9:09 am
Viewing 15 posts - 106 through 120 (of 127 total)