Viewing 15 posts - 3,886 through 3,900 (of 18,926 total)
Andrew L. Smith-213145 (8/2/2011)
I have found the culpret! If you specify to verify the backup, this is what is causing the job/plan to hang. I removed it and all the...
August 2, 2011 at 3:23 pm
I'd only be left with close everything and hit refresh after reopening.
I had similar issues when wanting to change the server the connection was pointing to.
August 2, 2011 at 3:22 pm
A view is just a saved sql query. The results are not meterialized untill you call the view. If you use an indexed view then the results are...
August 2, 2011 at 3:20 pm
cengland0 (8/2/2011)
Ninja's_RGR'us (8/2/2011)
GSquared (8/2/2011)
Ninja, I think you ended up quoting the wrong post.
Yup. But you're smart enough so that I don't have to go back and edit it.
That's what...
August 2, 2011 at 3:17 pm
Fraggle-805517 (8/2/2011)
Roy Ernest (8/2/2011)
August 2, 2011 at 3:15 pm
Stepping out... out of my league here.
Good luck with this.
As a final not, a solution you feel competent in providing is always a good start...
August 2, 2011 at 3:06 pm
See my previous post.
Unless you can change the left to inner join then this is not a viable solution.
August 2, 2011 at 3:04 pm
Is the default DB set to auto_close or auto_shrink?
August 2, 2011 at 3:01 pm
left outer join address a with(nolock) on a.parent02aid = CONVERT(VARCHAR(50), m.acctid )
I still think refactoring is the solution if it matters.
August 2, 2011 at 3:00 pm
Looks like this one might be the problem to me... on m.acctid = c.lutcode
August 2, 2011 at 2:57 pm
Do you have dbs on auto-close. I just saw gail saying this is what happens in that particular case.
How did the server go down? Anything else in the...
August 2, 2011 at 2:45 pm
dajonx (4/4/2011)
I have encountered an error when clicking on the "System CPU Utilization" graph. The error says:
A data source instance has not been supplied for the data source...
August 2, 2011 at 2:43 pm
I was thinking more about a import package that merges the data on SQL Server.
Then maybe redownload everything to access if need be.
August 2, 2011 at 2:42 pm
Why so many char instead of varchar?
Which join is failing?
P.S. Don't use nolock unless you want incorrect results. http://sqlblog.com/blogs/andrew_kelly/archive/2009/04/10/how-dirty-are-your-reads.aspx
August 2, 2011 at 2:39 pm
Viewing 15 posts - 3,886 through 3,900 (of 18,926 total)