Viewing 15 posts - 1,246 through 1,260 (of 1,790 total)
I think you would have to look into the idea of build streams. I'm not certain that this is what they are doing but that is my guess. So, the...
September 8, 2008 at 7:24 am
I have always found it to be more consistent if I specify the default mail profile name which is "MS Exchange Settings" unless you did it differently.
So, I would...
September 8, 2008 at 6:57 am
I have to say, I love the out-takes. Sorry, but I do laugh. 🙂
As to the non-competes, they are clearly necessary with some positions or there would be some serious...
September 8, 2008 at 6:54 am
Ok, looks like I was too late...
Good to remember to put it back to the default profile after you complete your task though.
September 8, 2008 at 6:50 am
Wondering if you were to set up another profile in Outlook then within the script do the following;
xp_stopmail
go
xp_startmail 'Non Default Profile' --This is the name for the non-default profile
go
--Do...
September 8, 2008 at 6:49 am
Wayne,
Did the trace catch the application name? My guess is that it is embedded somewhere in some app / process.
September 5, 2008 at 3:30 pm
Nice! More stuff to look at in my tuning efforts now. Thanks for the help and I will review your blog post for more details!
September 5, 2008 at 12:01 pm
I have found that the last suggestion that Gail put forward with the use of subprocs works pretty well. Makes for a bit more work drilling down to the final...
September 5, 2008 at 11:56 am
So, how can you determine if there is a partial scan when the plan is showing an index seek? Will that show up when using set showplan_full on? Curious. Thanks.
September 5, 2008 at 11:26 am
Try running the whole script (copy out of the stored proc) with the "set statistics time on" statement prior to the first line of the code. My guess is that...
September 5, 2008 at 11:17 am
Do you want the data that is updated on the server2 table to replicate back to the server1 table? If so, then you could create the transactional publication to allow...
September 4, 2008 at 3:53 pm
Yeah, and as Gail replied earlier, the backups of the whole server are not backups as the database has to be in a state where there is no activity to...
September 4, 2008 at 3:46 pm
...deny select on all the tables and watch for errors in the application? 😀 Ok, bad advice.
Seriously, you might want to try to trace this but if there is...
September 4, 2008 at 2:41 pm
Yes, you can delete it from Management Studio (EM) but the file has to be empty first so, if you right click on the database go to tasks > shrink...
September 4, 2008 at 2:33 pm
....oops, didn't read your post very well. My guess is you are maxed out with memory on the box. 🙂 Still sounds like there may be some VAS pressure and...
September 4, 2008 at 2:17 pm
Viewing 15 posts - 1,246 through 1,260 (of 1,790 total)