Viewing 15 posts - 61 through 75 (of 139 total)
Yes Gail...
Updating the stats worked and the query ran in just a few seconds. Sigh...
So my next question is should I / can I modify the Stored Procedure...
March 20, 2012 at 7:23 am
Thank you yet again.
This upgrade is going considerably smoother with your help,
I hope I'm able to return the favor...
March 14, 2012 at 6:59 am
I have no doubt the SQL may be questionable since I'm still fairly new.
So in addition to that you're saying that SQL 2005 may run somewhat slower on some queries....
March 13, 2012 at 8:34 am
Thank you for your help but, of course, I have a new questions.
I believe the admin ran the Update Stats, yesterday and everything seemed to work. I have another...
March 13, 2012 at 6:35 am
Bingo,
I spoke to the admin. He just ran update statistics (and some other thing???) and yeah!!! It worked.
Thank you,
Now we'll have to schedule the other db's and run the...
March 12, 2012 at 8:21 am
I'm not sure I follow.
Pay_Type_ID is a two letter code; PR_Status is a one letter code. I can change PR_Status from nchar(1) to nvarchar(1) and oddly enough it executes.
March 12, 2012 at 8:05 am
I wonder why it works when I change the nchar(1) to nvarchar(1)
March 12, 2012 at 7:43 am
I'll pass that along,
Also something I noticed. Looking at the Where the second on 'PR_STATUS' is a data type "nchar(1)".
All of the 'Pay_Type_ID's are nvarchar(2). When I deleted...
March 12, 2012 at 7:19 am
I didn't do the upgrade... But I'm guessing no.
Will that impact the Where will doing a comparison?
How do you do an update to statistics so I can direct him in...
March 12, 2012 at 7:06 am
Wow, what a great idea!
I never actually thought of that; I could down load a data set limited to what I need and it would speed things up.
Thank you,
March 8, 2012 at 9:07 am
I'm updating the local table.
My first thought was replacing the view with an OpenQuery within the SP. Narrowed down the amount of data but didn't solve the problem.
I did...
March 8, 2012 at 8:42 am
thank you for your help everyone,
I appreciate it.
February 6, 2012 at 8:08 am
Not, we should be good there.
I'll test the ADO connections but so far it looks fine.
February 3, 2012 at 7:59 am
Code issues is one of my main concerns. But we've tested most stored procedures against out test environment.
Can you give me a common example of a OLDB issue or problem?
February 3, 2012 at 7:27 am
Yes we know and it has come up in discussion; the good news is that it's not my decision.
February 3, 2012 at 6:52 am
Viewing 15 posts - 61 through 75 (of 139 total)