Viewing 15 posts - 181 through 195 (of 617 total)
I should apologize. I read the silly thing several times unfortunately I missed the fact that I failed to commit transaction 1 at all. To much copy and...
July 20, 2012 at 8:22 am
Unfortunately no. It is definitely set to automatic startup.
I have heard that sometimes services won't start if a required service hasn't started up yet. Is the SQL Service...
July 17, 2012 at 7:12 am
I've checked the windows application log pretty carefully from the shutdown point through the point the instance was brought up manually. It came up manually with no problems and...
July 16, 2012 at 1:20 pm
Thomas Abraham (7/11/2012)
July 11, 2012 at 8:38 am
I want him to be able to alter/create any SP in the database, but ONLY sps. No functions, views. No modifying tables etc. I've done this in...
July 6, 2012 at 12:11 pm
Thanks again for all of the help. Here is my final query. There are probably better ways to do it but this appears to get what I need.
;
WITH...
June 11, 2012 at 1:26 pm
Ok, so now I'm having a really bazaar error. I'm trying to use the CROSS APPLY to get the query plan and for some reason I'm getting an error...
June 11, 2012 at 10:36 am
The compile time is a specific work problem. I'm trying to prove to my boss that turning on OPTIMIZE FOR ADHOC WORKLOADS is a good idea.
I have...
June 8, 2012 at 11:55 am
Great, I appreciate it. I'll see if I can find/create one today and post it if I can. XML is one of those things I plan on learning,...
June 8, 2012 at 8:59 am
I hate to ask, but I just don't know enough XML yet. Do you have a query that will pull the compile time out of the plan XML?
If for...
June 8, 2012 at 8:45 am
If it succeeds when you are using a SQL login and fails when you use an AD login then it sounds like you are having a "double hop" problem. ...
June 7, 2012 at 4:08 pm
ivycool2012 (5/24/2012)
May 25, 2012 at 8:57 am
ankitb (5/21/2012)
May 22, 2012 at 7:27 am
Most of our servers are not virtual, and the corporate directive is to virtualize them all. We have noticed some issues with performance, and make sure you know what...
May 21, 2012 at 2:24 pm
Here is how I would do it. I in SQL 2008 R2 you can have as many JOINs as you have resources to deal with them. 3 is...
May 21, 2012 at 2:19 pm
Viewing 15 posts - 181 through 195 (of 617 total)