Viewing 15 posts - 14,701 through 14,715 (of 22,211 total)
PowerShell! Microsoft is starting to set up a two-tier system of administrators and super-administrators. The differentiator is PowerShell. You want to be in that second group if you want long...
July 8, 2010 at 8:59 am
The problem is, it's not a question of having a function that can do what you need. The issue is how is the data stored and retrieved and can you...
July 8, 2010 at 8:50 am
Jim McLeod (7/8/2010)
July 8, 2010 at 8:47 am
Looks like you're getting deadlocks due to the SELECT, EXEC, INSERT...SELECT process that both queries are running. Each one could put shared locks on identical rows in the initial select...
July 8, 2010 at 8:43 am
Interesting discussion and not going the way I would have expected.
Since part of having a dev, qa, staging, prod environment seperation is testing the code and testing the deployment process,...
July 8, 2010 at 8:31 am
One thing at a time. The query plans you posted were for a query without using the STIntersect command. I'm comparing apples to hammers with that. I'd need to see...
July 8, 2010 at 6:25 am
Right, neither version of the query are using the spatial index. All you've got are table scans. First thing I'd try is using the derived table like I showed before....
July 8, 2010 at 6:10 am
Jeff Moden (7/7/2010)
Tom.Thomson (7/7/2010)
bteraberry (7/7/2010)
The Dixie Flatline (7/7/2010)
You're not going to explain this in a such a way as to make him happy.I didn't believe you. Now I do.
I've...
July 8, 2010 at 5:56 am
I'm completely missing the point of the questioner over here. Can someone else give them a hand maybe?
July 7, 2010 at 1:21 pm
For a low-end system, not lots of server or lots of requirements for monitoring & alerting, you really can't go wrong with Red Gate SQL Alert. I do still think...
July 7, 2010 at 12:36 pm
a.borgeld (7/7/2010)
July 7, 2010 at 12:22 pm
oliver.morris (7/7/2010)
I have a scalar function that works ok, it's just that its slow. I have indexed the geom column but it can take upto 40 mins to run on...
July 7, 2010 at 12:05 pm
Pretty much, you can all this with SQL Server. SQL Agent can generate emails when jobs fail and you can generate emails when you get errors. The only trick would...
July 7, 2010 at 11:56 am
The basic commands will work. As you get into more complicated scenarios, some things will work and some won't.
July 7, 2010 at 10:30 am
Viewing 15 posts - 14,701 through 14,715 (of 22,211 total)