User Pulsehead - Stack Overflowmost recent 30 from stackoverflow.com2009-12-04T07:42:02Zhttp://stackoverflow.com/feeds/user/2156http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1833482/bs-in-it-or-bs-in-general-studies0BS in IT, or BS in General Studies?Pulsehead2009-12-02T15:07:55Z2009-12-02T15:10:17Z
<p>Currently I have an Associates degree in computers. I also have about 10 years experience (which comes to about 6-8 once companies "convert" an AAS into a BS). I'm thinking on going back for my Bachelor's Degree. Locally I have a pretty good school that offers both general studies (or business) degrees, and also a pretty good IT department.</p>
<p>My question is this:
With an AAS in IT, should I look to get a BS in IT, or a BS/BA in Business/Management/Other related fields? Since I have 10 years paid experience in coding and DBA, will I learn much that I don't already know from the School of Hard Knocks?</p>
<p>If it matters, the school I'm talking about is <a href="http://www.gmu.edu/" rel="nofollow">George Mason University</a>.</p>
http://stackoverflow.com/questions/1325371/differences-between-ssrs-2005-and-2008/1710533#17105330Answer by Pulsehead for Differences between SSRS 2005 and 2008Pulsehead2009-11-10T19:25:15Z2009-11-10T19:25:15Z<p>Granted, I'm researching the answers to the same question, but what I've learned thus far:<br>
2005 has the Table if you know the number of columns but a variable number of rows. 2005 has the Matrix if you will have a variable number of columns AND rows</p>
<p>2008 has a control called the "tablix" which appears to have the properties of both the 2005 table and matrix controls.</p>
<p>Other than that 1 main difference, I've only seen marketing buzzwords.</p>
<p>Good luck!</p>
http://stackoverflow.com/questions/1685779/most-annoying-colleague-behavior-and-how-to-deal-with-it/1687924#16879240Answer by Pulsehead for Most annoying colleague behavior (and how to deal with it) ?Pulsehead2009-11-06T14:22:20Z2009-11-06T14:22:20Z<p>1) I had a colleague who would just walk up to your desk, and take stuff. Like while I was sitting there. No, "Hey, can I use your hot sauce?", just walk up, take, and use.</p>
<p>2) Later I sat next to a conference room. There was a WHOLE TEAM that would have weekly parties in that conference room. Loud talking, laughing, etc. Some days I thought they were playing soccer in that room. However, the 1 time in 2 years my team had a party... they complained about the noise of our eating/talking. It was much quieter than their QUIETEST day.</p>
<p>3) I currently sit near the kitchenette. The folks who get their coffee, and then stand there and talk. For the better part of 20 minutes. Who DON'T know what "indoor voice" is.</p>
http://stackoverflow.com/questions/26567/how-do-i-set-a-textbox-to-multi-line-in-ssrs2How do I set a textbox to multi-line in SSRS?Pulsehead2008-08-25T18:19:18Z2009-11-02T20:48:43Z
<p>I have a report with many fields that I'm trying to get down to 1 page horizontally (I don't care whether it's 2 or 200 pages vertically... just don't want to have to deal with 2 pages wide by x pages long trainwreck). That said, it deals with contact information.
My idea was to do:<br>
Name: Address: City: State: ...<br>
Jon Doe Addr1 ThisTown XX ...<br>
Addr2 <br>
Addr3<br>
----------------------------------------------------------<br>
Jane Doe Addr1 ThisTown XX ...<br>
Addr2<br>
Addr3<br>
----------------------------------------------------------<br></p>
<p>Is there some way to set a textbox to be multi-line (or the SQL Result)? Have I missed something bloody obvious?</p>
<p>Thanks in advance!</p>
http://stackoverflow.com/questions/324237/how-do-i-bring-up-a-promotion-to-my-boss10How do I bring up a promotion to my boss?Pulsehead2008-11-27T16:57:58Z2009-11-02T17:57:06Z
<p>My 2-year anniversary with my current company is coming up. In the past, I've been a bit of a job-hopper (work somewhere between 1 and 2 years, then go to another company). I kind of like my project and team... so if I bomb in asking for this, it will cause me some hardship (if only mental/emotional). That said, I've worked very hard and while last year, I was not being the best I could be... this year, I feel I've really stepped up. I've taken on extra work that the boss traditionally did (CMMI crap for our deployment environment, etc.) I've also become something of a go-to for the random tasks and crap that doesn't fit into anyone else's well-defined area of expertise.</p>
<p>That said, my whole team is either developer 3 (1 grade above me), or lead developers (level 4??). I am the only developer 2 on my team, and I think I've been working at the developer3 level for quite a while (and I've been recognized through the year for really stepping up in a couple of areas... and the note from the customer stating appreciation for the "team" that develops something I developed on my own).</p>
<p>I've never asked for a raise in my life, nor have I ever asked for a promotion. What's the best way to do this? Also, since I like where I'm working, what's a good way that WON'T burn any bridges between my boss and I?</p>
<p>Thanks, I know you all will give great advice! (and I'll want to accept at least 3 answers by the time I finish reading the comments).</p>
<p>EDIT:
Technically today is my 2-year anniversary, and our company has an annual review policy. The job-grades are somewhat standardized in my company (about 10-15 thousand people work for the company). I should be having the annual review meeting next week, but am looking more for how to steer it towards a promotion meeting, than the standard "atta-boy, here's a 2% raise".</p>
<p>And thanks for all the great suggestions!</p>
http://stackoverflow.com/questions/517417/is-there-ever-a-time-where-using-a-database-11-relationship-makes-sense30Is there ever a time where using a database 1:1 relationship makes sense?Pulsehead2009-02-05T19:08:42Z2009-10-31T01:07:09Z
<p>I was thinking the other day on normalization, and it occurred to me, I cannot think of a time where there should be a 1:1 relationship in a database.</p>
<p>Name:SSN? I'd have them in the same table
PersonID:AddressID? Again, same table.</p>
<p>I can come up with a zillion examples of 1:many or many:many (with appropriate intermediate tables), but never a 1:1.</p>
<p>Am I missing something obvious?</p>
http://stackoverflow.com/questions/1472137/sql-select-from/1472159#14721590Answer by Pulsehead for SQL: Select * from Pulsehead2009-09-24T14:41:10Z2009-09-24T15:10:17Z<p>You could always set the variable to NULL.</p>
<p>SELECT * FROM table WHERE (ID = @Var or @Var IS NULL)</p>
<p>FYI, in SQL don't compare something to null using x=NULL since Null has no value, it cannot equal anything. </p>
http://stackoverflow.com/questions/1446448/making-dynamic-and-static-columns-play-nicely-in-matrix-in-ssrs-20050Making Dynamic and Static columns play nicely in Matrix in SSRS 2005Pulsehead2009-09-18T19:31:18Z2009-09-21T18:23:55Z
<p>I have a report that shows financial data by year along with a few other bits of static data:
every time I try to put in a Column group, it does either above or below the static data:</p>
<p>FiscalYear<br>
StaticData1 | StaticData2 | StaticData3 | StaticData4</p>
<p>Or:
StaticData1 | StaticData2 | StaticData3 | StaticData4<br>
FiscalYear</p>
<p>What I want is that I get the static data and then the dynamic data (which may be 1 or 20 additional columns) right beside it with the corresponding data below
How do I get the report to look something like:
StaticData1 | StaticData2 | StaticData3 | StaticData4 | FiscalYear | FiscalYear+1 ...</p>
<p>Thanks much!</p>
http://stackoverflow.com/questions/1227707/how-to-get-last-insert-update-delete-datetime-on-sql-server-2005/1227900#12279000Answer by Pulsehead for How to get last insert/update/delete datetime on Sql Server 2005?Pulsehead2009-08-04T14:39:15Z2009-08-04T14:39:15Z<p>Simple! First add a "LastUpdated" column. Give it the default of GetDate(). This will take care of Insert Statements. Second, add an On Update Trigger that updates LastUpdated to GetDate(). Updates are now covered. Finally add a bit/boolean field IsDeleted with the default of 0. Should a user want to delete a row, flip the bit. Since when you "delete" a row, you are actually updating the IsDeleted field (and therefore are using an Update action), Deletes are now timestamped.</p>
<p>To get the most recent activity on the table:
to only get the timestamp:</p>
<pre><code>SELECT MAX(LastUpdated) FROM MyTable
</code></pre>
<p>To get more information:</p>
<pre><code>SELECT MAX(LastUpdated), ID /*or whatever you need to know*/ FROM MyTable
</code></pre>
http://stackoverflow.com/questions/826504/sql-server-reporting-services-datasource-keeps-losing-database-login-credentials5SQL Server Reporting Services Datasource keeps losing database login credentialsPulsehead2009-05-05T19:21:15Z2009-07-17T15:07:11Z
<p>In my development environment, every time I reboot windows (which must be done at least daily for me), all of my Shared SSRS Datasources lose their credentials.</p>
<p>Currently I have them set up to log into the database using a fixed credential, but on reboot all the datasources pop over to using no credentials. Granted, it's only in the dev environment, and I can just check out/update the datasource/check back in and it will work fine... until I reboot again.</p>
<p>FYI, I've been using these Shared Datasources for at least 2 years and no problems, but in the last month or so, it's been a recurring daily problem.</p>
<p>Help?</p>
http://stackoverflow.com/questions/188425/project-euler-problem9Project Euler ProblemPulsehead2008-10-09T18:01:44Z2009-07-04T08:09:48Z
<p>I have been trying to work my way through Project Euler, and have noticed a handful of problems ask for you to determine a prime number as part of it.</p>
<p>1) I know I can just divide x by 2, 3, 4, 5, ..., square root of X and if I get to the square root, I can (safely) assume that the number is prime. Unfortunately this solution seems quite klunky.</p>
<p>2) I've looked into better algorithms on how to determine if a number is prime, but get confused fast.</p>
<p>Is there a simple algorithm that can determine if X is prime, and not confuse a mere mortal programmer?</p>
<p>Thanks much!</p>
http://stackoverflow.com/questions/899502/can-i-use-sql-to-find-missing-numbers-in-the-example-table-i-give-below/899602#8996022Answer by Pulsehead for Can I use SQL to find missing numbers in the example table I give below?Pulsehead2009-05-22T19:29:43Z2009-05-22T21:30:10Z<p>You could try:</p>
<pre><code>SELECT t.ID, t.Start_Block, t.End_Block
FROM [TableName] t
JOIN [TableName] t2 ON t.ID = t2.ID+1
WHERE t.Start_Block - t2.End_Block > 1
</code></pre>
http://stackoverflow.com/questions/820606/are-there-reasons-to-use-visual-studio-2005-when-2008-is-available/820626#8206266Answer by Pulsehead for Are there reasons to use Visual Studio 2005 when 2008 is available?Pulsehead2009-05-04T15:40:20Z2009-05-04T15:40:20Z<p>We are currently migrating from 2005 to 2008. If you open and save a project while in VS2008, you will not be able to open that solution/project in VS2005 (at least we couldn't find a way easily). If the rest of your team is still in 2005, you should stay there. You CAN, however set up a project in 2008 and keep it compatible with 2005... as long as everyone opening it is using 2008. You keep the .NET version at 2.5, and don't convert most of the stuff that it wants you to convert.</p>
<p>The only time you CAN'T migrate to 2008 is if you are using a report project and SQL Server 2005. VS2008 will only let you integrate a report project with SQL Server 2008. What did we do?</p>
<p>We migrated to 2008 and all the Team Server stuff, except for the database and reporting. Those we kept on 2005, and so I end up having to open both versions on a daily basis... but that's why they pay me the (somewhat??) big bucks!</p>
http://stackoverflow.com/questions/619405/report-data-disappears-on-postback0Report Data Disappears on PostbackPulsehead2009-03-06T16:18:54Z2009-03-06T17:50:17Z
<p>I currently have a reporting services project that is displayed as part of an ASP.NET application. I have one report that has 2 datetime parameters. When I type in the textbox some sort of date, nothing appears to happen, but if I click on the little calendar icon and select a date, the page will then post back, and the data that used to show is now gone. Is there a way to prevent this? After I hit the "View Report" button, it runs the report with the new parameter, but my users are a bit skittish and if the report disappears on them, they will call the helpline in a full-blown panic.</p>
<p>Help save a developer from irate and panicked users?</p>
<p>Thanks in advance.</p>
http://stackoverflow.com/questions/498698/white-light-vs-black-dark-backgrounds-health-effects/542187#5421870Answer by Pulsehead for White (Light) vs. Black (Dark) Backgrounds: Health EffectsPulsehead2009-02-12T16:36:19Z2009-02-12T16:36:19Z<p>At the end of the day, I think the light/dark debate depends on a handful of variables:</p>
<ul>
<li>User Preference</li>
<li>Whether the room is brightly lit or left darker</li>
<li>User's health in general.</li>
</ul>
<p>Simply put, I've known people who have preferred white, black, and the various pastel colors (mostly green or yellow). I've found that the pastel green background in a bright room works very well, as does white background in a dark room works better for me.</p>
<p>Currently, I'm using a white background in a bright room (at work) and a darker room (at home). Guess it doesn't affect me enough to go in and change the preferences.</p>
http://stackoverflow.com/questions/532875/sql-vs-code-where-is-the-balance/532940#5329400Answer by Pulsehead for SQL vs CODE, Where is the balance?Pulsehead2009-02-10T16:05:04Z2009-02-10T16:05:04Z<p>Typically on projects I've been involved with, most of the data is handled by the Database Server, and most of the presentation is done with the code.</p>
<p>The exception is this:
SELECT col1, col2, col3
FROM table</p>
<p>The presentation is:
col1, col2, col3, col1/col2, col1/col3, ...</p>
<p>If I get all the operands in an equation, I'll do it in the code, if not, I'll do it as part of the query (select col1, col2, col1/col4...)</p>
http://stackoverflow.com/questions/226042/how-do-i-query-if-a-database-schema-exists2How do I query if a database schema existsPulsehead2008-10-22T14:41:59Z2009-02-06T17:32:02Z
<p>As part of our build process we run a database update script as we deploy code to 4 different environments (due to crazy business rules, but that's another post). Further, since the same query will get added to until we drop a release into production (yet a few more domains to add to... frustrating); it HAS to be able to run multiple times on a given database. Like this:</p>
<pre><code>IF NOT EXISTS (SELECT * FROM sys.tables WHERE object_id = OBJECT_ID(N'[Table]'))
BEGIN
CREATE TABLE [Table]
(...)
END
</code></pre>
<p>Currently, I have a create schema statement in the deployment/build script. Where do I query for the existence of a schema?</p>
http://stackoverflow.com/questions/508097/conditional-select-of-a-column/508216#5082160Answer by Pulsehead for Conditional SELECT of a columnPulsehead2009-02-03T18:01:37Z2009-02-03T18:01:37Z<p>Another way would be:</p>
<pre><code>SELECT id,
CASE WHEN price_brl IS NULL THEN (price_usd * tbl_2.Value)
ELSE
price_brl
END AS Final_Price
FROM tbl_1
JOIN tbl_2 ON /*Join Conditions and then Where conditions*/
</code></pre>
<p>But I'd recommend either the Coallesce option above (if you have 3 or more options), or IsNull (since it looks like you have 2 choices).</p>
http://stackoverflow.com/questions/48972/which-washington-dc-area-school-would-you-recommend-for-a-masters-degree-in-compu/496756#4967560Answer by Pulsehead for Which Washington DC area school would you recommend for a masters degree in computer science?Pulsehead2009-01-30T19:02:48Z2009-01-30T19:02:48Z<p>I know that in VA, you can't go wrong with GMU. In the district, I hear that GWU is pretty good (if a little pricey). In Md, I understand the UMUC is good.</p>
http://stackoverflow.com/questions/484145/ms-sql-server-check-to-see-if-a-user-can-execute-a-stored-procedure/484766#4847660Answer by Pulsehead for MS SQL Server: Check to see if a user can execute a stored procedurePulsehead2009-01-27T19:06:41Z2009-01-27T19:06:41Z<p>Assuming the SP only runs a SELECT statement:</p>
<blockquote>
<p>EXECUTE AS USER = [User's ID/Login]<br>
EXEC sp_foobar( sna, fu)<br>
REVERT</p>
</blockquote>
<p>It's important to note that you will need to run the REVERT command after the prompt as SQL Server will regard you as the user you are EXECUTING AS until you either shut down the connection or REVERT the impersonation. That said, you should see exactly what a user would get (getting some rows but not all? This should help you out).</p>
http://stackoverflow.com/questions/484162/two-datasets-with-same-parameters-in-ssrs/484726#4847261Answer by Pulsehead for Two datasets with same parameters in SSRSPulsehead2009-01-27T18:58:53Z2009-01-27T18:58:53Z<p>Look at:<br>
1) Try refreshing fields in the parameter (for some bizarre reason, sometimes RUNNING the query doesn't refresh the fields/parameters for me)<br>
2) Ensure that you are getting the same parameters. SSRS loves to take 2 datasets that both have the @reportDate parameter and give one of them Parameters!ReportDate and the other Parameters!ReportDate_1<br>
3)As noted by Eppz, are they both the same datatype?</p>
http://stackoverflow.com/questions/446906/reporting-services-keeps-erasing-my-dataset-parameters/480994#4809940Answer by Pulsehead for Reporting Services keeps erasing my dataset parametersPulsehead2009-01-26T19:20:30Z2009-01-26T19:20:30Z<p>I get this, and it's pretty annoying. If you are developing from VS, just click on the Refresh fields button, and it normally clears up the problem. If the query STILL throws an error, your SQL most likely has a bug in it (at least in my experience if "refresh fields" doesn't work, I made some stupid syntax error like "SELECT Field1 Field2..." or something like that). You could also click the "Run query" button.</p>
http://stackoverflow.com/questions/290464/how-do-i-set-up-a-build-server-on-the-cheap-free1How do I set up a build server on the cheap/free?Pulsehead2008-11-14T15:40:50Z2009-01-23T18:18:34Z
<p>Currently I'm tasked with doing the daily build. We have an ASP.NET 2005 website with a SQL Server 2005 backend. Our current source control is Visual Source Safe 2005.</p>
<p>At this point, I use the brute-force method of daily builds.</p>
<ol>
<li>Get Latest version of source code</li>
<li>Get Latest version of Database release script</li>
<li>Backup old website files to a directory</li>
<li>Publish new code to my local machine</li>
<li>Run on my server to keep the test/stage site working</li>
<li>Push newly created files to the website</li>
<li>Run SQL Script on test database (assuming updates, otherwise I don't bother)</li>
<li>Test website on the Test Server.</li>
</ol>
<p>Looking at the idea of automated builds intrigues me since it means that I do less each morning. How would you recommend I proceed? I want to have a fully fleshed out idea before I present it to my boss.</p>
<p>Thanks in advance, you all are the best!</p>
http://stackoverflow.com/questions/398468/ordering-sql-query-by-specific-field-values/398486#3984865Answer by Pulsehead for Ordering SQL query by specific field valuesPulsehead2008-12-29T19:47:58Z2008-12-30T00:43:50Z<p>SELECT /<em>other fields</em>/<br>
CASE WHEN 'NE' THEN 1<br>
WHEN "OE" THEN 2<br>
WHEN "OP" THEN 3<br>
ELSE 4 END AS OrderBy<br>
FROM /<em>Tables</em>/<br>
WHERE /<em>conditions</em>/<br>
ORDER BY OrderBy, /<em>other fields</em>/</p>
http://stackoverflow.com/questions/389971/how-to-cure-a-lazy-day1How to cure a lazy day? [closed]Pulsehead2008-12-23T20:20:02Z2008-12-23T20:27:41Z
<p><strong><em>Duplicate of: <a href="http://stackoverflow.com/questions/32943/what-is-the-best-way-to-get-yourself-motivated">What is the best way to get yourself motivated?</a></em></strong></p>
<p>I've been working for a while, and I've had days where my productivity is beyond criticism.</p>
<p>Then I've also had days where the most productive thing I did was log onto the computer and convert Oxygen into Carbon Dioxide.</p>
<p>I'm wondering, how do you get yourself moving forward on a day when your body is telling you to go home and do something else?</p>
http://stackoverflow.com/questions/193487/is-linux-ruining-my-chance-at-a-good-software-engineering-career/389950#3899500Answer by Pulsehead for Is Linux ruining my chance at a good software engineering career?Pulsehead2008-12-23T20:12:40Z2008-12-23T20:12:40Z<p>BUSINESS likes Windows. It's easy to use and has been since 1995. Linux is only recently overcoming that problem. I say this as a programmer who uses Ubuntu on my home PC, and XP at the office. I've been a computer guy for quite a long time... and I still have to puzzle through linux mindset. That said, don't give up on linux. I see Corporate America (or at least my area of corp. America) looking at Linux as a possible way to go forward. Yes, learn windows, learn .NET. Learn any tool you can put into your toolbox.</p>
<p>I would counsel you to look at the tools in your toolbox, and if you find one is dull (windows skills, .NET, etc.), then to take out the file and sharpen it. It doesn't take much time, but if the tools aren't able to work when you need them, then you are up a creek without a paddle.</p>
http://stackoverflow.com/questions/306339/svn-vss-why-is-one-better-than-the-other8SVN? VSS? Why is one better than the other?Pulsehead2008-11-20T18:27:45Z2008-11-21T14:44:22Z
<p>I tend to get the feeling that most folks here think SVN is gold-plated goodness, whereas VSS is the worst program ever devised (at least as Version Control is concerned).</p>
<p>That said, why? I've used some CVS, and my current job uses VSS, and from a grunt on the team's perspective, I can't really tell that much difference. Most of the differences I've seen are cosmetic. Granted, I've not tried to do any branching/merging in either, but as a coder who comes in, checks out files, works on those files and checks them in at the end of the day, why would I want 1 over the other?</p>
http://stackoverflow.com/questions/37671/should-developers-worry-about-ageism/302374#3023743Answer by Pulsehead for Should developers worry about ageism?Pulsehead2008-11-19T15:56:08Z2008-11-19T15:56:08Z<p>Ageism (or any negative ism) is a frame of mind. I've seen feeble old people I wouldn't put in charge of collecting milk money, I've also seen old people whose minds are sharper than tacks. I have a great aunt who has been legally blind for over 10 years, yet if you drive her out of her old home and around town, she can tell you where you are at any given point better than I can by reading street signs.</p>
<p>There is a common logical fallacy that goes something like "after the fact, therefore because of the fact" Or the "causation vs. Correlation" thing. If you get fired from your job in today's climate and are over 40, are you the victim of age discrimination, or are you being downsized because your salary (with 15+ years experience) is too large for the company to afford? The traditionally large salaries are reserved not for the elite of the elite in the programming room, but for the fragging suits that do nothing all day*.</p>
<p>*to the suits reading this, no offense!</p>
http://stackoverflow.com/questions/296245/what-do-you-put-on-your-cubicle-walls/296473#2964730Answer by Pulsehead for What do you put on your cubicle walls?Pulsehead2008-11-17T18:48:40Z2008-11-17T18:48:40Z<p>I have the following:</p>
<ul>
<li>MC Escher pictures from a page a day calendar a few years ago</li>
<li>Dilbert comics from this year's page a day</li>
<li>FAN/Heater. If I'm hot/cold, I can't concentrate on anything other than feeling cooler/warmer.</li>
<li>Picture of wife and I on our wedding day where I'm giving her "moose antlers" (to remind me to not be TOO serious)</li>
<li>Food seasonings (ok... it's on the desk but pushed into a corner)</li>
<li>1 can spotted dick (this is an english dessert and <em>ALWAYS</em> a conversation starter)</li>
<li>The pile of take-out menus in the area</li>
<li>The mindless toy I have (it's a bunch of sticks that are wired together). You can really play around with it and keep your fingers/hands busy while pushing a problem around your brain.</li>
<li>Tech-help (a magic 8-ball... don't laugh once I've simplified any problem down to a yes/no question the 8-ball has a better track record than telephone tech help/coworkers)</li>
</ul>
<p>And that annoying phone that always rings and gives me more work... like it's doing now.</p>
http://stackoverflow.com/questions/288628/remove-extra-white-space-from-first-page-of-sql-server-reporting-services-report/290173#2901730Answer by Pulsehead for Remove extra white space from first page of SQL Server Reporting Services reportPulsehead2008-11-14T14:06:10Z2008-11-14T14:06:10Z<p>Do you have a report header/footer?</p>
http://stackoverflow.com/questions/1473378/database-relation-many-to-many/1473400#1473400Comment by Pulsehead on Database relation many to manyPulsehead2009-09-24T18:34:47Z2009-09-24T18:34:47ZDarnit! Another person sumits the right answer right as I start typing!http://stackoverflow.com/questions/701214/should-developers-have-administrator-permissions-on-their-pc/701239#701239Comment by Pulsehead on Should developers have administrator permissions on their PCPulsehead2009-09-15T14:26:12Z2009-09-15T14:26:12ZI can't agree with you more! Admin access is great for developing, but most users won't have it (if you develop corporate software... IT locks stuff down pretty good usually).http://stackoverflow.com/questions/1272135/dfadsfa-adfadsf-daComment by Pulsehead on dfadsfa adfadsf daPulsehead2009-08-13T14:01:59Z2009-08-13T14:01:59ZI'VE GOT IT! This is how babby was formed!http://stackoverflow.com/questions/1227707/how-to-get-last-insert-update-delete-datetime-on-sql-server-2005/1227900#1227900Comment by Pulsehead on How to get last insert/update/delete datetime on Sql Server 2005?Pulsehead2009-08-05T12:00:06Z2009-08-05T12:00:06ZGranted, it's not going to be pain free, but it WILL show the last activity on the table, no matter what it was.http://stackoverflow.com/questions/15442/what-is-your-motivation-for-doing-free-stuff/15498#15498Comment by Pulsehead on What is your motivation for doing free stuff?Pulsehead2009-06-25T19:45:26Z2009-06-25T19:45:26Z>"I like to think that I'm returning some of the value I've received."
Amen to that! Pay it forward, not back.http://stackoverflow.com/questions/895296/how-can-you-tell-if-a-person-is-a-programmer/900532#900532Comment by Pulsehead on How can you tell if a person is a programmer?Pulsehead2009-06-18T13:46:12Z2009-06-18T13:46:12ZFunny, I was taught that if it depends on context.
eg
My girlfriend and I had "the Talk".
"Hello, my name is Inigo Montoya. You Killed my father. Prepare to die."http://stackoverflow.com/questions/970615/sql-that-list-all-birthdays-within-the-next-and-previous-14-daysComment by Pulsehead on SQL that list all birthdays within the next and previous 14 daysPulsehead2009-06-09T15:12:41Z2009-06-09T15:12:41ZWow. I thought this would be easy. I've tinkered a bit, and it's much harder than I thought at first glance. Thanks for the Code Kata!http://stackoverflow.com/questions/826504/sql-server-reporting-services-datasource-keeps-losing-database-login-credentials/894277#894277Comment by Pulsehead on SQL Server Reporting Services Datasource keeps losing database login credentialsPulsehead2009-05-27T15:03:48Z2009-05-27T15:03:48ZTotally doesn't work. Tried adding new datasources, they lose credentials. I've added the user credentials to the connection string, and it gets knocked out (although the credentials are then transferred to the credentials area of the datasource).http://stackoverflow.com/questions/882944/detecting-unhappy-employees/883078#883078Comment by Pulsehead on Detecting unhappy employeesPulsehead2009-05-19T17:49:51Z2009-05-19T17:49:51ZAh shucks! I'm listening to The Cure right now. Guess I hate my job (and didn't even know it).http://stackoverflow.com/questions/826504/sql-server-reporting-services-datasource-keeps-losing-database-login-credentialsComment by Pulsehead on SQL Server Reporting Services Datasource keeps losing database login credentialsPulsehead2009-05-06T15:34:43Z2009-05-06T15:34:43ZYup, we use SourceSafe, but like I said above, we didn't have any troubles for 2+ years, now it's every day. Frustrating.http://stackoverflow.com/questions/767713/total-pages-in-a-report-using-report-viewer/768051#768051Comment by Pulsehead on total pages in a report using report viewerPulsehead2009-04-20T19:02:21Z2009-04-20T19:02:21ZDarn you for getting in before me and getting the rep due for this answer!http://stackoverflow.com/questions/479697/how-to-specify-an-order-for-the-columns-in-a-matrixComment by Pulsehead on How to specify an order for the columns in a matrix?Pulsehead2009-04-02T15:22:31Z2009-04-02T15:22:31ZThanks for asking this question a few months before I needed to ask the very same question!http://stackoverflow.com/questions/669957/how-should-i-approach-migrating-data-from-a-bad-database-design-to-a-usable-des/670003#670003Comment by Pulsehead on How should I approach migrating data from a "bad" database design to a usable design?Pulsehead2009-03-22T12:17:38Z2009-03-22T12:17:38ZShucks! I was going to offer about half of your advice. I didn't even think of the other half!http://stackoverflow.com/questions/669957/how-should-i-approach-migrating-data-from-a-bad-database-design-to-a-usable-desComment by Pulsehead on How should I approach migrating data from a "bad" database design to a usable design?Pulsehead2009-03-21T20:58:50Z2009-03-21T20:58:50ZAre you the only developer on this project, or do you have to worry about breaking things that other developers and customers access?http://stackoverflow.com/questions/619405/report-data-disappears-on-postback/619768#619768Comment by Pulsehead on Report Data Disappears on PostbackPulsehead2009-03-06T18:52:40Z2009-03-06T18:52:40ZI've enabled ViewState on the ReportViewer. The parameters are dynamically generated based on the report a user selects.