Viewing 15 posts - 76 through 90 (of 191 total)
You're using a couple of vague terms, so let me see if I can probe for more details. You start by saying that when you query it, it runs indefinitely,...
October 5, 2012 at 9:46 am
If you right click on SQL Server Agent in SSMS and then go to Properties -> Job System, is the box checked to use a non-admin proxy account?
October 5, 2012 at 9:33 am
It's not just you. The questions and answers lately have been very poorly phrased.
October 5, 2012 at 9:29 am
What sort of stuff wouldn't come with a full backup? That's sort of the idea of a backup - you get everything.
October 5, 2012 at 8:08 am
Is there any way that your connection could be getting interrupted? You mentioned that you're on a laptop, are you doing this over a wireless network?
October 4, 2012 at 4:22 pm
Perform a transaction log backup. While this will not shrink the log file itself (though that is sometimes possible to do, depending on the circumstances), it will allow SQL Server...
October 4, 2012 at 4:19 pm
Thanks. Totally worked for my application.
October 4, 2012 at 3:14 pm
I'm sorry, but this is just bad design and you should push back to the developer to have them either list the included items in the package, or if they...
October 2, 2012 at 5:27 pm
Not sure that I quite followed, but it sounded like you were setting READ UNCOMMITTED on the stored procedure that was doing the writing, not the reading. Is that correct?
October 2, 2012 at 5:22 pm
Any reason why you couldn't just turn this into separate queries and union them together? You could just PIVOT them together if you need it all in one flat row.
October 2, 2012 at 4:25 pm
The actual view is more complicated and makes selections from table A, as well as a few other tables.
I guess my main curiousity is in regards to the index scans...
October 2, 2012 at 10:18 am
In this example, I could. In my real-world issue, this is not an option. What is the actual problem with this?
September 28, 2012 at 9:32 am
Well, that's the problem. Like I mentioned, the users are able to build their own expressions through our UI and keep any number of them that they want. I know...
September 27, 2012 at 10:13 pm
Viewing 15 posts - 76 through 90 (of 191 total)