Viewing 15 posts - 766 through 780 (of 2,038 total)
RBarryYoung (5/27/2009)
Heh. My turn: http://www.sqlservercentral.com/Forums/Topic724398-22-1.aspx?Update=1grrrr... :angry:
If you are interested about the answer:
Embedding SQL Server Express into Custom Applications
(Until MSDE 2.0 it was handled with merge modules.)
😉
May 27, 2009 at 2:27 pm
Larry Rebich (5/27/2009)
Please don't answer if you don't know how.
Do you think these comments are helpful?
May 27, 2009 at 2:24 pm
Lynn Pettis (5/26/2009)
OMG, you really have to be kidding here...
Notice, more than 800 points.
May 27, 2009 at 2:33 am
I'm curious about what you mean with "display", Trigger?
😉
Flo
May 27, 2009 at 2:30 am
john.arnott (5/26/2009)
May 26, 2009 at 6:22 pm
Pieter,
did you try the CLR function?
Greets
Flo
May 26, 2009 at 6:13 pm
Hi Tim
I'm sorry but I think I cannot help any more at this point. I'm a developer, not a DBA.
The server monitoring is written by our DBAs. They use Perl...
May 26, 2009 at 2:39 pm
Tim
I didn't recognize your last post. If you need the FIELD of the row with the MAX(DATEOUT) the solution is a bit different. I would use a CROSS APPLY in...
May 26, 2009 at 2:09 pm
You can either use a CASE statement or a second CTE which combines the #TEMP1 with #TEMP and call the "min_max" on this.
Here the CASE approach:
; WITH
min_max (FieldId, Field, MinIn,...
May 26, 2009 at 1:37 pm
We have tables which contain all names of the servers. A central process runs continuously every five minutes and checks if new mails are available. If a new mail is...
May 26, 2009 at 1:18 pm
We use "Hello" messages. The server monitoring generates mails independent if there is an error or not. If there is no error the server just sends a mail with subject...
May 26, 2009 at 1:05 pm
Hi Tim
First: Thanks for the really helpful sample data and the desired result! 🙂
I would use a CTE which returns your MIN/MAX dates. I'm just not sure about the logic...
May 26, 2009 at 12:23 pm
Use MAX or MIN. This also works for VARCHAR.
May 26, 2009 at 12:11 pm
Viewing 15 posts - 766 through 780 (of 2,038 total)