Viewing 15 posts - 31 through 45 (of 167 total)
Thanks guys. These seem to be working just fine for me. That saves me a lot of trial and error. I really need to delve into CTEs...
July 20, 2011 at 1:55 pm
This was hanging in our elevators this morning...
June 30, 2011 at 6:28 am
Downtime is downtime, scheduled or not. So IMHO it ought to be included.
January 28, 2011 at 5:51 am
If you don't want to use a trigger, use multiple DELETE statements within your SP. Delete the proper "related" records (based on key value) before deleting the main record(s).
January 10, 2011 at 6:50 am
Ben Moorhouse (10/15/2010)
Copying all music/photos etc onto a big disk and taking it to a...
October 18, 2010 at 6:58 am
I've taken advantage of the Home Use Program via my employer (US Air Force) a couple of times for Office (2007 and 2010) and Visio (2007 and 2010) but not...
October 18, 2010 at 6:52 am
I sure wish we spent more effort, especially after yesterday! I've on the development side, so it was "NMP" (not my problem) but our two-server SQL cluster, connected to...
October 15, 2010 at 7:02 am
I'm a bit surprised that an Aug 2009 article updated Oct 2010 wasn't expanded to include SQL 2008 and the user-defined table type option. Anyway, if you're on 2008...
October 15, 2010 at 6:57 am
Nothing fancy, but within our rather large .NET WinForms application, for some of the longer running processes we use a Stopwatch object and Debug.Print statements to show how long the...
September 10, 2010 at 6:53 am
If you want to be good at something, you’ve got to do it a lot, and with a lot of variations.
I think the "lot of variations" piece is the...
June 17, 2010 at 5:56 am
I would love to have the same XML documentation capabilities in SQL Server as in Visual Studio. I fact, we're using the same notation even though you can't do...
March 22, 2010 at 1:00 pm
Thanks guys. This is what I finally got to work (I'm using DATE datatypes)
NULLIF(MIN(ISNULL(MyDateField, '1/1/1900')), '1/1/1900')
I was getting "int" conversion errors using values other than '1/1/1900'. I actually...
February 23, 2010 at 3:09 pm
Jeffrey Williams-493691 (1/29/2010)
I have found that the easiest way to do this is to use a comparison tool like Redgate SQL Compare.
I will second this. Making a "clone" of...
February 8, 2010 at 6:51 am
Everyone -- thanks a million for all the constructive inputs and feedback on my issue. Based on what everyone's ideas, here's what I came up with. Let me...
February 3, 2010 at 7:41 am
matt stockham (2/2/2010)
February 3, 2010 at 6:33 am
Viewing 15 posts - 31 through 45 (of 167 total)