Forum Replies Created

Viewing 15 posts - 121 through 135 (of 219 total)

  • RE: Max(Date) question

    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 =...

  • RE: DBAs Need to Learn to Develop

    Jeff Moden (1/7/2014)


    eccentricDBA (1/7/2014)


    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,...

  • RE: DBAs Need to Learn to Develop

    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,...

  • RE: Today's Random Word!

    SQLRNNR (12/27/2013)


    L' Eomot Inversé (12/27/2013)


    Revenant (12/27/2013)


    SQLRNNR (12/27/2013)


    hive

    Registry

    Registrar

    Registrant

    Curiae Regis

  • RE: query to find Inactive users in SQL server

    SELECT name,accdate FROM master.dbo.syslogins

    http://technet.microsoft.com/en-us/library/ms178593.aspx

  • RE: Today's Random Word!

    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

  • RE: Today's Random Word!

    The Dixie Flatline (11/29/2013)


    Snakeoil

    salesman

  • RE: Today's Random Word!

    Revenant (11/14/2013)


    Ed Wagner (11/14/2013)


    whereisSQL? (11/13/2013)


    Delete

    Junk

    Science

    Witchcraft

  • RE: Best way to grab first and last record from a file?

    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

  • RE: Poweshell array confusion

    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...

  • RE: Poweshell array confusion

    Tex-166085 (10/22/2013)


    Hi

    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...

  • RE: Always Abstract

    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...

  • RE: dbcc user error alert

    lrutkowski (8/15/2013)


    Last night we ran into an issue with our dbcc's. On a SQL Server 2005, 9.00.4035.00, we were running our normal dbcc's. We started getting User error...

  • RE: Database TEMPDB with multiple data files.

    Jose Ianuck (8/13/2013)


    I created the TEMPDB01 and TEMPDB02, using this script;

    (ALTER DATABASE tempdb

    ADD FILE

    (NAME = N'tempdb01',

    ...

  • RE: Today's Random Word!

    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)


    convent

    Nuns

    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,...

Viewing 15 posts - 121 through 135 (of 219 total)