Viewing 15 posts - 121 through 135 (of 219 total)
Is this what you are looing for?
SELECT first_table.empid
,second_table.CompanyID
,MAX(DateInserted)
FROM first_table
INNER JOIN second_table
ON second_table.empid = first_table.empid
INNER JOIN valid_companies
ON valid_companies.CompanyID =...
May 14, 2014 at 2:30 pm
Jeff Moden (1/7/2014)
eccentricDBA (1/7/2014)
January 9, 2014 at 12:45 pm
I agree that a DBA should learn how to develop. At the very least they should learn how to use a scripting language (dos batch, bash, cscript, vbscript, perl,...
January 7, 2014 at 10:23 am
SQLRNNR (12/27/2013)
L' Eomot Inversé (12/27/2013)
Revenant (12/27/2013)
SQLRNNR (12/27/2013)
hiveRegistry
Registrar
Registrant
Curiae Regis
December 27, 2013 at 12:14 pm
SELECT name,accdate FROM master.dbo.syslogins
December 10, 2013 at 7:35 am
Revenant (12/9/2013)
Kurt W. Zimmerman (12/9/2013)
L' Eomot Inversé (12/9/2013)
crookj (12/9/2013)
opc.three (12/9/2013)
JAZZ Master (12/9/2013)
Ed Wagner (12/9/2013)
Revenant (12/9/2013)
Kurt W. Zimmerman (12/9/2013)
Ed Wagner (12/9/2013)
BWFC (12/9/2013)
whereisSQL? (12/9/2013)
Ed Wagner (12/9/2013)
crookj (12/9/2013)Snow (8 inches of it!)
Driving
Skid
Row
Column
pillar
fire
Migration
Route
root
beer
ale
lager
Pilsner (Urquell)
Doppelbock
December 9, 2013 at 2:56 pm
The Dixie Flatline (11/29/2013)
Snakeoil
salesman
November 29, 2013 at 9:03 am
Revenant (11/14/2013)
Ed Wagner (11/14/2013)
whereisSQL? (11/13/2013)
DeleteJunk
Science
Witchcraft
November 14, 2013 at 2:54 pm
In PowerShell 3.0 and higher you could use the following:
Test.txt
First
something
something else
Last
$filename = 'C:\work\test.txt'
Get-Content $filename -Head 1
Get-Content $filename -Tail 1
November 12, 2013 at 2:18 pm
Actually I believe the double qoute was your original problem. Bellow I have a simplified example. A double quote is going to cause the variable to be evaluated when...
October 22, 2013 at 12:38 pm
Tex-166085 (10/22/2013)
I am new to powershell, and am struggling a bit with the passing of an array as a variable. Firstly, I have a function which will return a...
October 22, 2013 at 7:56 am
I find this editorial interesting because over a decade ago I the development team I was working on had this exact discussion.
I was a developer at that time and I...
August 21, 2013 at 1:41 pm
lrutkowski (8/15/2013)
August 15, 2013 at 2:55 pm
Jose Ianuck (8/13/2013)
(ALTER DATABASE tempdb
ADD FILE
(NAME = N'tempdb01',
...
August 13, 2013 at 2:25 pm
sing4you (8/9/2013)
Ed Wagner (8/9/2013)
crookj (8/9/2013)
Ed Wagner (8/9/2013)
SQLRNNR (8/8/2013)
crookj (8/8/2013)
Cliff Jones (8/8/2013)
Daniel Bowlin (8/8/2013)
opc.three (8/2/2013)
SQLRNNR (8/2/2013)
Revenant (8/2/2013)
batgirl (8/2/2013)
jasona.work (8/2/2013)
SQLRNNR (8/2/2013)
conventNuns
Sister Act
Whoopi
Goldberg
(and not the whoopi kind)
Rube
machine
Wayback
Outback
Steakhouse
Grilling
Drill Sergeant
Marksmanship
point and shoot
"All right, Mr. DeMille,...
August 9, 2013 at 2:52 pm
Viewing 15 posts - 121 through 135 (of 219 total)