User Ryan - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T20:16:04Z http://stackoverflow.com/feeds/user/1545 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1229789/how-to-display-a-grave-accent-in-a-textbox 0 How to display a grave accent in a textbox Ryan 2009-08-04T20:34:29Z 2009-08-26T00:00:01Z <p>On a postback I'm setting the value of one of my textboxes to a grave accent. This is causing a bunch of the HTML that follows to be shown in the textbox instead of the grave accent. What am I doing wrong?</p> http://stackoverflow.com/questions/1312753/tools-to-compare-changes-in-tfs-2005-branches/1312858#1312858 1 Answer by Ryan for Tools to compare changes in TFS 2005 Branches Ryan 2009-08-21T16:05:06Z 2009-08-21T16:05:06Z <p>TFS Power tools will let you compare two branches. After you install it right click and compare on a folder. Put in the branch name to compare it with and it will show the Tree Difference Tab.</p> http://stackoverflow.com/questions/1278625/tfs-folders-getting-them-to-work-like-subversion-trunk-tags-branches/1278777#1278777 1 Answer by Ryan for TFS Folders - Getting them to work like Subversion "Trunk/Tags/Branches" Ryan 2009-08-14T16:15:02Z 2009-08-14T16:15:02Z <p>You could map the root folder to a location on your hard drive and not do a get latest version. Then in addition to the root being mapped you can map the sub folder to the location you want. When you do the branch just be sure to uncheck Create local working copies for the new branch.</p> <pre><code>$/Project -&gt; C:\temp $/Project/trunk -&gt; C:\dev\projectname </code></pre> <p>When you switch the workspace bindings you have to manually do a get latest version. for the new folder and then TFS will update the old folder to not downloaded and the new folder to latest.</p> http://stackoverflow.com/questions/1261562/shortcut-link-to-another-folder-in-tfs/1261963#1261963 1 Answer by Ryan for Shortcut/Link to another folder in TFS Ryan 2009-08-11T17:53:47Z 2009-08-11T17:53:47Z <p>I would like if this were a feature but TFS doesn't support sharing like VSS did. <a href="http://blogs.msdn.com/buckh/archive/2004/06/10/152609.aspx" rel="nofollow">http://blogs.msdn.com/buckh/archive/2004/06/10/152609.aspx</a></p> <p>I think the suggested solution is to branch the code and when changes are made alert the other team so they can merge the changes into their solution. That way one project's changes don't have to wait for the other project to say ok.</p> <p>On the other hand if they're both referencing the same deploied dll or web service this wouldn't work very well. If that's the case the only thing I can think of is to put a note in the folder for one of the projects saying go look at the other one where it is.</p> http://stackoverflow.com/questions/1260350/using-team-explorer-and-visualsvn-simultaneously-in-visual-studio-2008/1260553#1260553 1 Answer by Ryan for Using Team Explorer and VisualSVN simultaneously in Visual Studio 2008 Ryan 2009-08-11T13:56:49Z 2009-08-11T13:56:49Z <p>In VS under Tools -> Options -> Source Control it lets you select which source control plugin you want to use. It lets me switch between VSS, MSSCCI, and TFS. I would assume it works the same way for Visual SVN.</p> <p>If you load a project it seems to automatically switch to the plugin for that project. I haven't done much of this just a little bit as I was migrating from VSS to TFS. It seemed like it wouldn't be too hairy to do.</p> http://stackoverflow.com/questions/1253780/delete-newly-added-files-when-shelving-them/1254805#1254805 1 Answer by Ryan for Delete newly added files when shelving them Ryan 2009-08-10T13:13:55Z 2009-08-10T13:13:55Z <p>I just tried this using VS-2008 with power tools installed on TFS 2008 and it delted the new file from my workspace.</p> <p>Are you shelving your project at the same time so the file add is removed from the project as well?</p> http://stackoverflow.com/questions/835824/how-do-you-add-an-icon-overlay-to-folders-icons-in-source-control-explorer/1214120#1214120 1 Answer by Ryan for How do you add an icon overlay to folders icons in Source Control Explorer? Ryan 2009-07-31T18:31:14Z 2009-07-31T18:31:14Z <p>What we have decided to do is move the branch into a folder named Archive once we release the next version. This way everyone knows it's just there for historical reference.</p> http://stackoverflow.com/questions/1167334/sql-server-2005-source-control/1209569#1209569 1 Answer by Ryan for sql server 2005 source control Ryan 2009-07-30T21:42:08Z 2009-07-30T21:42:08Z <p>If you're using Team System for Database Professionals you can compare the schema with the database project. Then you'd get a heads up that there was a new stored procedure in the database. This isn't exactly what you're asking for, but it would give you a way to see all the added stored procedures so you wouldn't be in the dark. You could just plan on running this compare at a certian point in your release cycle each time.</p> http://stackoverflow.com/questions/782145/how-do-you-see-the-changes-for-a-version-in-tfs 3 How do you see the changes for a version in TFS? Ryan 2009-04-23T15:02:09Z 2009-07-30T21:16:06Z <p>I'm trying to migrate to TFS from VSS and I need to be able to show what files were checked in between two releases. In VSS we would just label the code for a release and view history between labels and generate a report to show the checkins and the comments. Is there a way to get similar results with TFS? Or show the differences between two changesets or labels?</p> http://stackoverflow.com/questions/782145/how-do-you-see-the-changes-for-a-version-in-tfs/1209431#1209431 0 Answer by Ryan for How do you see the changes for a version in TFS? Ryan 2009-07-30T21:16:06Z 2009-07-30T21:16:06Z <p>I was using the command line tf hist and getting the changesets to compare by finding the highest changeset in a label or branch changeset, but having a manual process and using the command line didn't go over too well here. I used <a href="http://support.larucorp.com/blogs/carld/archive/2006/07/27/77.aspx" rel="nofollow">Carl Daniel's code</a> to write a little web application that will bind the changes to a datagrid. </p> <p>If you're looking for something special the standard interface doesn't give you it's fairly simple to write your own application that links into TFS. I'd definitely suggest it.</p> http://stackoverflow.com/questions/1200311/access-denied-using-msxml 1 Access Denied using MSXML Ryan 2009-07-29T13:34:17Z 2009-07-30T20:30:20Z <p>I have a VB6 backend for a classic ASP site. That VB then calls a web service on the same server using MSXML2.XMLHTTP. This works all of our servers but one. If I set the web service site to accept anonymous login it will work however if I force only integrated security MSXML returns an Access Denied error.</p> <p>I'm using code from the example <a href="http://www.freevbcode.com/ShowCode.asp?ID=7611" rel="nofollow">here.</a></p> <pre><code>Set objDom = CreateObject("MSXML2.DOMDocument") Set objXmlHttp = CreateObject("MSXML2.XMLHTTP") ' Load XML objDom.async = False objDom.loadXML XmlBody ' Open the webservice objXmlHttp.Open "POST", AsmxUrl, False ' Create headings objXmlHttp.setRequestHeader "Content-Type", "text/xml; charset=utf-8" objXmlHttp.setRequestHeader "SOAPAction", SoapActionUrl ' Send XML command objXmlHttp.send objDom.xml </code></pre> <p>Edit: Following the advice of AnthonyWJones I went down the checklist and it still isn't working. Using Fiddler it shows a single request with a 401 response. The authentication tab shows:</p> <pre><code>No Proxy-Authenticate Header is present. WWW-Authenticate Header is present: Negotiate WWW-Authenticate Header is present: NTLM </code></pre> <p>I did notice an odd behavior though. When I call the website using the credentials of the user that's logged into remote desktop it will work. I get negotiate, challenge, then a 200 and it will work. Any ideas why this would work when the user is logged on through remote desktop but not other times?</p> http://stackoverflow.com/questions/1200311/access-denied-using-msxml/1209158#1209158 0 Answer by Ryan for Access Denied using MSXML Ryan 2009-07-30T20:30:20Z 2009-07-30T20:30:20Z <p>After looking at all the things AnthonyWJones suggested I found that I could use basic authentication by doing:</p> <pre><code> objXmlHttp.Open "POST", AsmxUrl, False, UserName, Password </code></pre> <p>If I allowed integrated security it would try to negotiate but then fail and 401, but if only basic authentication is allowed it will connect. This isn't my first choice but it's a better workaround than allowing anonymous access. I'll leave this open for a little while longer incase someone can explain how to get integrated security working but then give AnthonyWJones the accepted answer since his checklist is nice and led me to find this other option.</p> <p>Fiddler was very helpful in finding all this out.</p> http://stackoverflow.com/questions/1118932/access-denied-error-when-using-windows-authentication-mode-for-webservices/1139458#1139458 0 Answer by Ryan for Access Denied Error When using Windows Authentication Mode for WebServices Ryan 2009-07-16T18:35:12Z 2009-07-16T18:35:12Z <p>How are you refering to the webservice? I had a problem where if I referred to it as <a href="http://localhost/" rel="nofollow">http://localhost/</a>... instead of <a href="http://servername/" rel="nofollow">http://servername/</a>... it wouldn't pass the credentials to the webservice. </p> <p>Also it sounds like you're hitting the webservice once you turn on anonymous access. If you grant the IUSR access to the database it may work. If so then it would seem to be a problem passing credentials.</p> http://stackoverflow.com/questions/1008664/access-denied-on-tfs 0 Access Denied on TFS Ryan 2009-06-17T18:05:10Z 2009-06-23T02:31:03Z <p>When I try to check out a file from TFS I get the error TF14098: Access Denied User [username] needs PendChane permission(s) for [path].</p> <p>I have added the user to the contributor group but it still won't let them check out a file.</p> http://stackoverflow.com/questions/1008664/access-denied-on-tfs/1008687#1008687 1 Answer by Ryan for Access Denied on TFS Ryan 2009-06-17T18:08:18Z 2009-06-17T18:08:18Z <p>Sometimes it may take a bit for the permissions to take synchronize.</p> <p><a href="http://msdn.microsoft.com/en-us/library/ms400712.aspx#doesnottake" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms400712.aspx#doesnottake</a></p> http://stackoverflow.com/questions/941584/byte-byte-int-why/941647#941647 4 Answer by Ryan for byte + byte = int... why? Ryan 2009-06-02T20:13:28Z 2009-06-02T20:13:28Z <p>From the C# language spec 1.6.7.5 7.2.6.2 Binary numeric promotions it converts both operands to int if it can't fit it into several other categories. My guess is they didn't overload the + operator to take byte as a parameter but want it to act somewhat normally so they just use the int data type.</p> <p><a href="http://msdn.microsoft.com/en-us/vcsharp/aa336809.aspx" rel="nofollow">C# language Spec</a></p> http://stackoverflow.com/questions/14552/ssrs-scheduled-reports-not-working 0 SSRS scheduled reports not working. Ryan 2008-08-18T13:02:27Z 2009-05-07T12:37:57Z <p>My scheduled reports in SQL server won't run. I checked the logs and found the job that was failing. The error message in the log was:</p> <blockquote> <p>'EXECUTE AS LOGIN' failed for the requested login 'NT AUTHORITY\NETWORK SERVICE'. The step failed. </p> </blockquote> <p>I'm using SQL authentication for the report so it shouldn't be issues with the permissions to the data. No sheduled reports on the server will run.</p> http://stackoverflow.com/questions/660095/what-are-some-decorations-around-your-office 0 What are some decorations around your office? [closed] Ryan 2009-03-18T21:04:58Z 2009-03-18T21:10:24Z <p>What are some decorations around your office that are interesting or innovative? </p> <p>Try not to just link to ThinkGeek or somewhere.</p> http://stackoverflow.com/questions/608137/how-do-you-peer-review-srss-reports 1 How do you peer review SRSS reports? Ryan 2009-03-03T20:54:51Z 2009-03-18T15:42:20Z <p>I'm a big fan of peer review of code but when it comes to reports there just doesn't seem like a good way reviewing them. Showing differences just gets you the XML which isn't very readable and opening the report doesn't get you that much more visibility. Are there any applications that make this easier or do most people just review reports on the output side? How do you do peer review of reports?</p> http://stackoverflow.com/questions/620626/what-is-pageiolatchsh-wait-type-in-sql-server 2 What is PAGEIOLATCH_SH wait type in SQL Server? Ryan 2009-03-06T22:10:21Z 2009-03-09T21:25:59Z <p>I have a query that is taking a long time in the middle of a transaction. When I get the wait_type of the process it is PAGEIOLATCH_SH. What does this wait type mean and how can this be resolved?</p> http://stackoverflow.com/questions/615280/should-i-give-a-client-a-sql-server-login-with-the-dbowner-role/615318#615318 0 Answer by Ryan for Should I give a client a SQL Server login with the 'db_owner' role? Ryan 2009-03-05T15:40:35Z 2009-03-05T15:40:35Z <p>You can get more granualar with your permissions to let them only do what you want. It would depend on how often they want to make changes and how responsible you are for their data. I would not want to grant dbo to someone unless there was a really good reason.</p> <p>Make sure that they are the owner of the database not just in the dbo role. If dbchaining is on in another database with the same owner they could turn it on in their database and have dbo permissions in that other database.</p> http://stackoverflow.com/questions/614600/access-timezoneinfo-from-sql-2005-server/615300#615300 0 Answer by Ryan for Access TimeZoneInfo from SQL 2005 Server Ryan 2009-03-05T15:35:53Z 2009-03-05T15:35:53Z <p>We've been looking for this for a while but haven't been able to find a good way to do it. I think that was on the list of things to be added in SQL 2008 if I remember from looking at it a while back.</p> http://stackoverflow.com/questions/591382/is-it-possible-to-use-the-select-into-clause-with-union-all/591399#591399 0 Answer by Ryan for Is it possible to use the SELECT INTO clause with UNION [ALL]? Ryan 2009-02-26T16:47:25Z 2009-02-26T16:47:25Z <p>Maybe try this?</p> <pre><code>SELECT * INTO tmpFerdeen ( SELECT top(100)* FROM Customers UNION All SELECT top(100)* FROM CustomerEurope UNION All SELECT top(100)* FROM CustomerAsia UNION All SELECT top(100)* FROM CustomerAmericas) </code></pre> http://stackoverflow.com/questions/591360/convert-select-to-an-update-statement/591383#591383 0 Answer by Ryan for Convert SELECT to an update statement Ryan 2009-02-26T16:44:50Z 2009-02-26T16:44:50Z <pre><code>UPDATE Table1 set status = 1 from table2 t2, table 3 t3 where t2.ID = t3.ID and Table1.ID = t2.ID and t3.GUID in ('','','') </code></pre> http://stackoverflow.com/questions/555395/sql-server-transactional-replication-over-vpn/591365#591365 0 Answer by Ryan for SQL Server Transactional Replication Over VPN Ryan 2009-02-26T16:42:10Z 2009-02-26T16:42:10Z <p>With SQL Server 2005 they allow you to replicate using a web service. This might not allow you to ditch the VPN but since web services are less connection driven that might help fix the problem. I haven't tried this myself so I don't know what the results may be.</p> <p>As for the locks we've had a scare thinking alot of things were locked but it turned out that the replication monitor was just locking on its self so make sure you don't have that open when looking at the locks. That doesn't sound like your problem though.</p> http://stackoverflow.com/questions/567405/should-you-store-your-sql-stored-procedures-in-source-control/567427#567427 3 Answer by Ryan for Should you store your SQL Stored Procedures in Source Control? Ryan 2009-02-19T22:04:28Z 2009-02-19T22:04:28Z <p>Most definitely yes. Then the question becomes how you store them in source control. Do you drop and recreate the stored procedure or just alter, do you add permissions at the end of the script or in a seperate script. There was a post on Coding Horror a while back about the topic that I found interesting. <a href="http://www.codinghorror.com/blog/archives/000743.html" rel="nofollow">Is Your Database Under Version Control?</a></p> http://stackoverflow.com/questions/565780/how-do-you-change-the-owner-of-a-database-in-sql 2 How do you change the owner of a database in sql? Ryan 2009-02-19T15:17:40Z 2009-02-19T15:28:32Z <p>In management studio you can see the owner under properties but it won't let you change it. My guess is there's some stored procedure to change it and you can't do it through the gui.</p> http://stackoverflow.com/questions/547476/how-do-i-build-a-great-game-development-team/547827#547827 0 Answer by Ryan for How do I build a great game development team? Ryan 2009-02-13T21:48:45Z 2009-02-13T21:48:45Z <p>To make a good band you just need more cowbell!</p> http://stackoverflow.com/questions/547155/from-admin-to-dev/547322#547322 2 Answer by Ryan for From admin to dev Ryan 2009-02-13T19:23:18Z 2009-02-13T19:23:18Z <p>The overlap of developers and admins happens quite a bit. Our last admin developed on the side just so he'd have a better understanding of what he was helping support. When he left I became the admin just because I tinkered with admin stuff on the side to know how my software was being supported.</p> <p>A broad understanding with a few focuses is what I'd say is best for any technical professional. Then with a bit of study you can change to meet whatever need may arise.</p> http://stackoverflow.com/questions/547270/what-is-the-time-it-takes-you-to-write-a-line-of-code/547282#547282 3 Answer by Ryan for What is the time it takes you to write a line of code? Ryan 2009-02-13T19:15:40Z 2009-02-13T19:15:40Z <p>I'm lucky I rewrote an application to use 10% as much code as the previous developer and the application works significantly better. Since then SLOC has been laughed at and ignored as a metric.</p> http://stackoverflow.com/questions/1342956/get-a-multi-version-diff-report-from-tfs Comment by Ryan on get a multi-version diff report from TFS? Ryan 2009-08-28T12:31:40Z 2009-08-28T12:31:40Z Are you looking for something like this? <a href="http://stackoverflow.com/questions/782145/how-do-you-see-the-changes-for-a-version-in-tfs" rel="nofollow" title="how do you see the changes for a version in tfs">stackoverflow.com/questions/782145/&hellip;</a> Shoot me an email kaneraz at hotmail if you want and I'll send you the code I modified to work for our label diff. http://stackoverflow.com/questions/1334172/can-tfs-or-visual-studio-remind-me-about-issues-that-have-to-be-solved-before-a-c/1334184#1334184 Comment by Ryan on Can TFS or Visual Studio remind me about issues that have to be solved before a check in Ryan 2009-08-27T12:46:30Z 2009-08-27T12:46:30Z You can use a different tag than TODO. If you go to Options -&gt; Environment -&gt; Task List you can add new tags. One could be Pre-Build. http://stackoverflow.com/questions/1264681/what-is-the-purpose-of-using-where-11-in-sql-statements/1264690#1264690 Comment by Ryan on What is the purpose of using WHERE 1=1 in SQL statements? Ryan 2009-08-12T13:08:22Z 2009-08-12T13:08:22Z All the answeres in the question you linked to said 1=1 has no impact. http://stackoverflow.com/questions/1260350/using-team-explorer-and-visualsvn-simultaneously-in-visual-studio-2008/1260553#1260553 Comment by Ryan on Using Team Explorer and VisualSVN simultaneously in Visual Studio 2008 Ryan 2009-08-11T16:01:02Z 2009-08-11T16:01:02Z I think it switches between them based on the source control bindings on the project. So if it's a new project whatever you bind it to will be what it switches to next time you open. Thanks jeroenh that's good to know. http://stackoverflow.com/questions/1229789/how-to-display-a-grave-accent-in-a-textbox/1229817#1229817 Comment by Ryan on How to display a grave accent in a textbox Ryan 2009-08-04T20:46:41Z 2009-08-04T20:46:41Z ` is not on that page, but I've tried a few different encodings but it seems to go straight through as the encoding. http://stackoverflow.com/questions/1229789/how-to-display-a-grave-accent-in-a-textbox/1229829#1229829 Comment by Ryan on How to display a grave accent in a textbox Ryan 2009-08-04T20:44:50Z 2009-08-04T20:44:50Z If I do string.Replace(&quot;`&quot;,&quot; &amp;#x0060;&quot;) it will just output &amp;#x0060; to the textbox http://stackoverflow.com/questions/1200311/access-denied-using-msxml Comment by Ryan on Access Denied using MSXML Ryan 2009-08-03T18:52:46Z 2009-08-03T18:52:46Z Windows server 2003 R2 is the OS I'm using I'm using. The hostname of the target server is plain and contains no dots. If I navigate to the webservice using the browser it shows as the local intranet zone. In Internet Options -&gt; Connections -&gt; LAN Settings none of the 3 boxes are checked. Maybe it's trying to use a different configuration when explorer isn't loaded for that user? http://stackoverflow.com/questions/1200311/access-denied-using-msxml/1200383#1200383 Comment by Ryan on Access Denied using MSXML Ryan 2009-07-30T14:27:03Z 2009-07-30T14:27:03Z Thanks for your added response. I've updated my question with the results from your tests. If I browse directly to the web service it works fine, I only have problems when I'm calling it from the VB DLL. http://stackoverflow.com/questions/1200311/access-denied-using-msxml/1200383#1200383 Comment by Ryan on Access Denied using MSXML Ryan 2009-07-29T14:02:31Z 2009-07-29T14:02:31Z The web service is both in the local intranet zone and it is configured as &quot;Automatic logon only in intranet zone.&quot; Any other ideas? http://stackoverflow.com/questions/1008664/access-denied-on-tfs/1027579#1027579 Comment by Ryan on Access Denied on TFS Ryan 2009-06-23T13:53:03Z 2009-06-23T13:53:03Z Could it also be that the user was never a member of any TFS groups and the first time you add a user to a TFS group it has to synchronize? http://stackoverflow.com/questions/941584/byte-byte-int-why/941605#941605 Comment by Ryan on byte + byte = int... why? Ryan 2009-06-03T12:43:07Z 2009-06-03T12:43:07Z &quot;Excessive backwards compatibility with C/C++&quot; may be a better way to put it. But then we can extend the question to why C was designed that way and we start over again. http://stackoverflow.com/questions/941584/byte-byte-int-why/941605#941605 Comment by Ryan on byte + byte = int... why? Ryan 2009-06-02T20:24:55Z 2009-06-02T20:24:55Z I'd say it's just lazieness. See my answer below. All developers are lazy they just didn't want to overload the operator again. http://stackoverflow.com/questions/941584/byte-byte-int-why/941605#941605 Comment by Ryan on byte + byte = int... why? Ryan 2009-06-02T20:06:22Z 2009-06-02T20:06:22Z With integers if we add them and it overflows it doesn't automatically cast it as a different datatype though so why do it with byte? http://stackoverflow.com/questions/898597/insert-value-from-one-table-to-another-by-changing-the-flag Comment by Ryan on Insert value from one table to another by changing the flag Ryan 2009-05-22T15:55:22Z 2009-05-22T15:55:22Z Do you mean if there's two tables take the rows from the first table and try to insert them into the second. If the ID exists in the second table flag it as NEW but if the ID doesn't exist in the second table flag it as OLD? http://stackoverflow.com/questions/782145/how-do-you-see-the-changes-for-a-version-in-tfs Comment by Ryan on How do you see the changes for a version in TFS? Ryan 2009-05-21T19:07:16Z 2009-05-21T19:07:16Z I need all the comments for the changesets between two points in time. The list of changesets seems like the best solution but it's not quite what I was hoping for. I'd like for those points in time to be defined by a label if possible but it's not looking that simple with the way labels work in TFS.