Viewing 15 posts - 241 through 255 (of 296 total)
I acutally ended up rewriting the query and its much faster. Dynamic SQl was much faster but coz of SQL injection attack, eneded of rewritng the query. Lowell, thanks for...
February 28, 2012 at 7:38 pm
I mean we get alert when the job fails. Anybody has seen that before? In this case, one of the step in the pkg failed but job succeeded. So, it...
February 28, 2012 at 3:42 pm
Added that index. But no significant improvement. So, database setting Auto Statisctics Update to False, doesn't impact anything?
February 26, 2012 at 6:48 pm
Hi, I have attached the exec plan. I also noticed database setting is set to Auotupdate Statistics to False. Not sure if this needs to set to true.
Thanks for your...
February 26, 2012 at 1:43 pm
Thanks. But SSMS returns fine within 3 secs on both servers. The problem ion one of the server is when .NET app calls it. All the indexes as suggested by...
February 25, 2012 at 2:12 pm
One thing I didn't understand is, if sp returns fine on one server, why would it need a revison on another server?
February 25, 2012 at 11:50 am
Another clue. SP makes use of a table variable. Does changing it to temp table will help? The same sp on another server returns data to the app within few...
February 25, 2012 at 10:09 am
Yes..DataAdapter. Using command object.
February 24, 2012 at 2:39 pm
Just calls the sp and shows that results to the grid.
February 24, 2012 at 2:31 pm
What would be the solution? Really it just returns 72 rows.
February 24, 2012 at 2:29 pm
When I uninstall 2005, all the db files will be in their folder, correct? They don't get wiped out, correct? Because I want to be able to attach those db...
February 24, 2012 at 12:23 pm
When I uninstall 2005, all the db files will be in their folder. correct? Because I want to be able to attach those db files after I install 2008.
February 24, 2012 at 7:31 am
Thanks. I will use the working query. Thanks for all of your help.
February 23, 2012 at 7:48 am
Thanks. I found on the MS site sp_helprevlogin stored proc that could script out the logins.
As far as Jobs, I can right click and script those out. But doing so,...
February 23, 2012 at 7:44 am
Viewing 15 posts - 241 through 255 (of 296 total)