Viewing 15 posts - 166 through 180 (of 184 total)
Gary Varga (2/28/2013)
February 28, 2013 at 6:16 am
Many years ago I was working to support a SQL Server based accounting system and had a very troubling issue that was ultimately found to have been caused by case...
February 27, 2013 at 9:52 am
Dave62 (2/22/2013)
Eric M Russell (2/22/2013)
I think the average age for database developers and sysadmins must be like 40. Maybe a few years more for sysadmins.
I hear you. It seems like...
February 22, 2013 at 9:24 am
I was working in the accounting department of a small steel broker and they decided to implement Solomon Accounting software. They put the product on three standalone IBM XT's...
February 22, 2013 at 6:01 am
wolfkillj (2/20/2013)
batgirl (2/20/2013)
What is the difference between:
THROW returns the same error message as the select statement
and
THROW returns the error message "why oh why do...
February 20, 2013 at 11:40 am
I'm having a senior blonde moment here...
What is the difference between:
THROW returns the same error message as the select statement
and
THROW returns the error message "why oh why do you do...
February 20, 2013 at 10:27 am
jcrawf02 (11/3/2008)
By the way, what's the second half of the title?
"Life is like a manure spreader" . . .
. . . If you're...
February 20, 2013 at 6:04 am
To get last day of last quarter:
select DATEADD(qq,DATEDIFF(qq,-1,(DATEADD(qq,DATEDIFF(qq,0,GETDATE()),0))-1),-1)
Then add 110.
February 19, 2013 at 9:24 am
crookj (2/19/2013)
Daniel Bowlin (2/19/2013)
Stuart Davies (2/19/2013)
opc.three (2/18/2013)
john.arnott (2/18/2013)
Revenant (2/18/2013)
Ray K (2/18/2013)
The Dixie Flatline (2/18/2013)
CC#
.NET
-Java
Espresso
Latte
wired
Vinte Caramel Frappaccino...
wireless
February 19, 2013 at 9:05 am
I agree that the wording was not the best, but I was able to figure out the intent.
I am stuck on the update itself:
-- #4 Final update with case statement
UPDATE...
February 19, 2013 at 5:52 am
I make sure to look for at least a touch of "customer service" skill no matter what the technical requirements may be.
It's also very important that someone be...
February 15, 2013 at 9:05 am
I may be missing something here, but why not just
update mydatabase
set stage = 'Awarded' where stage = 'Closed Won'
February 12, 2013 at 12:52 pm
TravisDBA (2/8/2013)
batgirl (2/8/2013)
We worked hard and long but we also had opportunities to play hard often enough to keep it very interesting.
You know, now that you bring that...
February 8, 2013 at 1:53 pm
I had the extreme pleasure of working for Microsoft Business Solutions for a few short years and to date it has been my favorite workplace evah! We worked hard...
February 8, 2013 at 11:20 am
Yes, I wanted to complain about the True/False vs. Yes/No...but in all honesty I was easily able to correlate True = Yes and False = No. My problem was...
January 30, 2013 at 12:48 pm
Viewing 15 posts - 166 through 180 (of 184 total)