Viewing 15 posts - 16 through 30 (of 54 total)
I think someone slipped up and let a marketing type look at a spec document for someone's network. They saw this cloud-shaped thing and decided it was marketable.
Here's the...
May 2, 2011 at 6:14 am
One of my favorite stories about job hunting was years ago during the bubble (dot-com not housing). I saw a job posting for what looked like a bunch of...
April 14, 2011 at 7:53 am
I'm a little surprised no one has mentioned Common Table Expressions (CTE). They work a bit like temp tables but lack the management issues (dropping, concurrency, etc). Unfortunately...
April 8, 2011 at 6:00 am
There are some 3rd party add-ons to SSIS that I've used in the past that will let you pull information about the files on the remote FTP server. Once...
March 28, 2011 at 1:48 pm
I find these type of questions really silly to say the least. Most of us will never run into these types of problems, and all this really proves is that...
March 14, 2011 at 11:47 am
I once had a phone interview for a DBA position. It was supposed to be a one on one phone interview. When I answered the phone there were...
March 4, 2011 at 12:49 pm
If it can be asynchronous I'd go with a batch-style process (SSIS or some other tool) to avoid poking holes in database security.
That's just my take on it.
March 1, 2011 at 6:13 am
Nope. It was free. And wasn't a company I recognized. Thanks for the suggestion.
December 14, 2010 at 2:34 pm
This may be a case where it's worth asking the developer why they need the information their asking for or what they plan to do with it. There are...
August 18, 2010 at 6:56 am
I was running into a similar issue and really banging my head against the desk...literally.
I noticed at least one person with the same issue I had. Case sensitivity. ...
March 1, 2010 at 1:08 pm
Good to know the answer even with a solution in place. Thanks so much.
February 17, 2010 at 12:41 pm
I figured out what I needed to do to feel safe about this. Disable the schedule rather than the job itself. Simple.
February 17, 2010 at 8:42 am
This might not be the most popular answer: a calendar table is terribly convenient to have around. I made one using the following structure:
CREATE TABLE [dbo].[Calendar](
[dt] [datetime] NOT...
January 15, 2010 at 7:40 am
Done a fair bit of CLR.
1) TiffPageCount: We have a java-based tiff viewer to display scanned images in our main web site. For multi-page tiff files it...
December 14, 2009 at 7:17 am
Viewing 15 posts - 16 through 30 (of 54 total)