755 reputation
617
bio website codesweep.com
location Loveland, CO
age 34
visits member for 3 years, 3 months
seen 9 hours ago
stats profile views 143

Jun
6
comment How to move site collection
Good answer, I'd like to add that size factors into your decision to move more than anything else. If it's a smallish collection (< ~20GB) stay with option 1, else look at detaching/re-attaching DB's. Also to consider is that the site is locked to read-only in option 1, so make sure nobody is actively using the site if you can help it.
Jun
5
awarded  Popular Question
May
23
comment Any way to determine what web application a content database was last attached to?
Perfect, should be noted that a content database, when unmounted in SharePoint is likely ok with Microsoft to look at (if SharePoint can't see it yet...) but altering it would definitely be at your own risk...
May
23
accepted Any way to determine what web application a content database was last attached to?
May
22
asked Any way to determine what web application a content database was last attached to?
May
16
comment How can I deploy a solution to a farm with 2 WFE?
A suggestion actually, close this question, and open another question about the specific problem you are having (show log files, etc.) maybe this can give us a better idea.
May
15
comment How can I deploy a solution to a farm with 2 WFE?
Deploying to 2 web front ends is likely not the issue, SharePoint handles this automatically. Start troubleshooting other aspects of the deployment (is the Timer Service "Stuck", if this is a custom solution, start debugging and reviewing code, etc.)
May
10
answered Sandboxed solution -get SharePoint lists programmatically
May
9
answered Single Sign On between two web applications?
May
6
comment Migrate SharePoint (MOSS 2007 & SharePoint Server 2010) Users from one domain to another
Not really an answer, but a point to remember, are any SharePoint service accounts on Domain A? Is Domain A to be totally extinguished ultimately? If both questions are "Yes" you may need to evaluate your farms and prepare to rebuild farms. I've actually been in situations where we've tried moving the Config Database Service Account and we've never managed it.
May
1
comment Building a Custom Edit Form on a Content Type
The need to answer this question is obviated now by a new business requirement, structured the workflow behind it to work differently. I'll leave the question open and if something appears right, great.
May
1
answered Gaps between page loading and CSOM calls
May
1
accepted Is there any way to block editing on a document when a content approval workflow is active?
May
1
answered Is there any way to block editing on a document when a content approval workflow is active?
Apr
29
comment Gaps between page loading and CSOM calls
possibly, all I know is rule #1 in development: Never expect miracles from Internet Explorer, especially concerning client side code :-p
Apr
29
comment Gaps between page loading and CSOM calls
Good point now that you mention it, so my curiousity is how fast does this happen after reload?
Apr
29
comment Gaps between page loading and CSOM calls
Not sure if that's the case, JavaScript wouldn't care if you were just deployed, server side code is what feels sluggish afterwards...
Apr
29
comment Gaps between page loading and CSOM calls
Not entirely certain so this gets to be a comment. Plenty of SharePoint JavaScript uses functionality to wait until everything is loaded before running (or look up executeOrDelayUntilScriptLoaded in SharePoint). My one thought would be to try under different browsers and measure that way.
Apr
28
comment Building a Custom Edit Form on a Content Type
Down-modded this wasn't a list content form, this was an content type form. Missed the point.
Apr
26
comment Building a Custom Edit Form on a Content Type
Asked about multi-tenanting, the answer is no, we're stuck on SP Designer and other OOTB stuff, but thanks for the idea.