Viewing 15 posts - 2,011 through 2,025 (of 9,399 total)
January 19, 2017 at 5:23 am
January 18, 2017 at 3:18 pm
Chris already posted most of what I would have said with querying the mail system tables. The only thing I'll add is how to check to see if the mail...
January 18, 2017 at 2:59 pm
January 18, 2017 at 12:14 pm
January 18, 2017 at 11:39 am
Also, if your SQL contains DDL statements, they'll be run each time you execute. If you have INSERTs, you'll probably have duplicate rows.
If you have DML to alter procedures,...
January 18, 2017 at 11:27 am
SELECT Name, MondayHours SUM(HoursWorked)
FROM dbo.TableName
WHERE Day = 'Monday'
GROUP BY Name
ORDER BY...
January 18, 2017 at 11:21 am
January 18, 2017 at 9:14 am
January 18, 2017 at 9:01 am
Stewart "Arturius" Campbell - Tuesday, January 17, 2017 10:27 PMinteresting question, thanks Steve
Wonder where one would use this?
Nice, straightforward question - thanks,...
January 18, 2017 at 5:27 am
January 18, 2017 at 5:21 am
January 17, 2017 at 10:55 am
January 17, 2017 at 8:29 am
Viewing 15 posts - 2,011 through 2,025 (of 9,399 total)