Viewing 15 posts - 16 through 30 (of 34 total)
Gullimeel (7/3/2012)
July 3, 2012 at 10:38 am
Lynn Pettis (7/2/2012)
Last I heard, D11 still is. Been almost 2 years since I left the district and I can't fully remember the how the tables relate any more.
I...
July 2, 2012 at 4:52 pm
Lynn Pettis (7/2/2012)
I have to ask, are you using Zangle? The table and column names are just too familiar.
That would be a safe assumption, though we're not the ones...
July 2, 2012 at 4:34 pm
Sorry for the delay, been slammed with other stuff today.
Query- Please ignore the syntax. I changed it to ANSI joins as a test and the query plan is...
July 2, 2012 at 3:59 pm
Awesome! Worked like a charm. Comes back instantly now instead of the 5-6 hours that it used to take on the large data loads.
Thanks again for the help...
June 6, 2012 at 12:16 pm
I think I'm just going to have to change one of the columns (almost happens to be one of the most selective) to nvarchar(50) so that I can create an...
June 4, 2012 at 12:09 pm
Great thanks! I'll try these later today.
Unfortunately we really don't have control over the data we bring in for the most part and they can change data types and...
June 4, 2012 at 9:47 am
Well I certainly don't argue with you there, but unfortunately there are about 10 different types of systems that we get data from with all different data types, and nulls...
May 30, 2012 at 9:28 am
Ok, so that works, BUT, it isn't any faster than the other option using the cursor. I think the problem might actually be retrieving the data itself, not the...
May 29, 2012 at 3:13 pm
That completely makes sense. I tried doing something similar earlier but I think I instead put both join tables within the subquery and so it came back with all...
May 29, 2012 at 1:26 pm
*Smacks self in head*
I was thinking something in that direction but couldn't actually extract it. Worked like a charm.
Thanks!
May 2, 2012 at 2:43 pm
Thanks for the reply.
The table schema will "usually" match, though there's no guarantee that it will, which is why I was thinking that I need to build the column list...
April 10, 2012 at 2:38 pm
The code creates all the fields as varchar(20), though you could do an IsNumeric() check and then create the column as an int data type instead.
January 9, 2012 at 11:27 pm
I added the user to the SQLAgentUser and SQLAgentReader roles and now it works. I figured datareader, datawriter and execute on the database would work. Though not a...
October 20, 2011 at 10:54 am
Michael Valentine Jones (8/30/2011)
Rogman (8/30/2011)
August 30, 2011 at 4:06 pm
Viewing 15 posts - 16 through 30 (of 34 total)