Viewing 15 posts - 9,256 through 9,270 (of 22,214 total)
I would if I remembered it. It might have been a conversation I had at SQL Saturday DC. I just don't recall, sorry.
December 13, 2013 at 11:05 am
Not a problem. I just like to be clear when I'm posting for one of our products.
It really is one I used to use all the time for the databases...
December 13, 2013 at 8:47 am
Steve Thompson-454462 (12/13/2013)
joe.eager (12/13/2013)
December 13, 2013 at 8:36 am
Great opportunity for a third party product. Red Gate SQL Doc[/url] does this extremely well.
And, disclaimer, I work for Red Gate.
December 13, 2013 at 8:25 am
In addition to what Lowell said, how about identifying where the slow down is from the ASP side of things. I'd suggest looking at a tool like this[/url] to identify...
December 13, 2013 at 7:36 am
Hmmmm... Well, it's almost a materialized view, but that's a view with a clustered index which makes it effectively a table. This is different. I guess I'd go with denormalized...
December 13, 2013 at 6:19 am
So what you're looking for is a SELECT statement. You'll need to especially focus on the column list and the WHERE clause. Read all about it here. If you are...
December 13, 2013 at 3:59 am
I'm with Elliot. I've done lots of programming in and around XML on SQL Server. It's functional. But it's not terribly fast. If you're just talking, writing and reading this...
December 13, 2013 at 3:56 am
I'm not an Oracle person, so my understanding here may be grossly inadequate, but the short answer is No.
The longer answer is, I think, that you're doing lots and lots...
December 13, 2013 at 3:51 am
It's pretty standard to not have domain admin and sometimes not even machine admin. But, you have to have enough privileges to set up the things you need to set...
December 13, 2013 at 3:43 am
But if you're hitting slow performance on inserts/updates, adding a log table to the whole thing is going to slow it down further.
I'd suggest capturing statement level events with extended...
December 13, 2013 at 3:37 am
To understand why a SELECT statement is slow, you need to look at the execution plan to understand how the optimizer is resolving the query. Also, you need to look...
December 13, 2013 at 3:35 am
ananda.murugesan (12/12/2013)
Grant Fritchey (12/12/2013)
And yet, it's failing. It has to be an issue with the password on the application. The error is terribly clear.
I want to know if an issue...
December 13, 2013 at 3:27 am
I am not aware of a way to reset those counters, no. Sorry.
December 13, 2013 at 3:24 am
Viewing 15 posts - 9,256 through 9,270 (of 22,214 total)