Viewing 15 posts - 91 through 105 (of 245 total)
One of the ways I've found to lessen the tedium is to combine stuff like this with a "learning day". I have days set aside to slog through the...
January 20, 2015 at 7:02 am
A combination of PRINT, logging to a table and even raiserror depending on what I'm investigating and where the whole project is in the process.
Then there's always examining the execution...
January 16, 2015 at 5:31 am
Maybe it's just little old me, but does anyone else get the impression there are serious issues with the SQL Server instance itself (or instances as the case may be)...
January 15, 2015 at 6:40 am
Best IT advice I ever got from my boss in my first IT position. He said something to the effect of: "When someone asks for help, most of the...
January 15, 2015 at 6:07 am
First: Ouch.
Second: I'm trying to wrap my head around what kind of maintenance could possibly require a 48-hour downtime, and even then, there's no high availability architecture in place?
I'm...
January 8, 2015 at 6:27 am
IncidentalProgrammer (12/29/2014)
I talked to my boss about the feedback, and she said if we have to start without SQL Server, that's fine. I know we will need to move up...
December 30, 2014 at 6:17 am
Late to the party here.
A lot of very good advice posted already. The only thing I would add is since you know you're going to eventually scale up to...
December 29, 2014 at 8:47 am
Just had occasion to do some reflection for entirely different reasons.
Just over a year and a half ago, our unit tracked labor using - brace yourselves - individual Excel spreadsheets...
December 29, 2014 at 7:56 am
I'd settle for VS Pro with an MSDN subscription (I've talked over just buying this myself with my wife). We're working with VS2008 and Sql Server 2005. While...
December 19, 2014 at 6:00 am
I second Sean's answer. Calendar tables will save you time and effort in the long run.
For example, we have two different fiscal years (one calendar year based the other...
December 17, 2014 at 8:01 am
chrisn-585491 (12/15/2014)
Maybe SSMS needs to be rebuilt to fully support source control and versioning?
SSMS for 2005 doesn't support it directly, but it's near-trivial to set up source control using Subversion...
December 15, 2014 at 1:45 pm
Early on I got in the habit of using Projects/Solutions in SSMS to store SQL scripts (yes, they're under source control), but must admit this article made me realize there...
December 15, 2014 at 6:41 am
About the only time it would be reasonable for a developer to have sysadmin is when they're the only one doing both jobs - like yours truly.
It really gets fun...
December 10, 2014 at 8:11 am
Examing the Execution Plans of the query both with and without the column in question might provide a clue as to what is going on.
Just a thought.
December 8, 2014 at 6:26 am
Over the past year or so I've learned:
-Python
-Some basic statistics
-Analysing and developing algorithms (Big O notation and all that)
-About a ton of T-SQL
Currently I've been making an effort to learn...
December 4, 2014 at 6:02 am
Viewing 15 posts - 91 through 105 (of 245 total)