Forum Replies Created

Viewing 15 posts - 196 through 210 (of 667 total)

  • RE: Are the posted questions getting worse?

    Evil Kraig F (6/18/2012)


    Jan Van der Eecken (6/18/2012)


    And JC went off on a rant again..

    Meh, I can't be bothered to de-rant him this time. Someone else do it...

    I was...

  • RE: Delete Trigger

    Evil Kraig F (6/18/2012)


    Jan Van der Eecken (6/18/2012)


    Oops, I misspelled your name. Apologies, Kraig!

    LOL, at this point, either is acceptable. 😉 :w00t:

    It just depends on which of the...

  • RE: Delete Trigger

    Oops, I misspelled your name. Apologies, Kraig!

  • RE: Delete Trigger

    Evil Kraig F (6/18/2012)


    Jan Van der Eecken (6/18/2012)


    If you run

    select * from sys.sysprocesses WHERE spid = @@SPID

    does it give you what you need to know in the nt_domain and nt_username...

  • RE: isnumeric() ?

    Maybe use

    FROM WhereEver WHERE CHARINDEX ( 'E0', MyColumn ) = 0

    to not catch those guys who already have E0 in them? Not foolproof either. And you don't want to...

  • RE: Delete Trigger

    If you run

    select * from sys.sysprocesses WHERE spid = @@SPID

    does it give you what you need to know in the nt_domain and nt_username columns? I'm running this on SQL 2012...

  • RE: Talking baseball

    Jan Van der Eecken (6/18/2012)


    calvo (6/18/2012)


    Speaking of the Reds, I had to watch this clip 10 times before I could tell for sure what happened.

    Brilliant piece of fielding by Phillips...

  • RE: Talking baseball

    calvo (6/18/2012)


    Speaking of the Reds, I had to watch this clip 10 times before I could tell for sure what happened.

    Brilliant piece of fielding by Phillips to get that double...

  • RE: Are the posted questions getting worse?

    Jack Corbett (6/4/2012)


    Brandie Tarvin (6/4/2012)


    Gianluca Sartori (6/4/2012)


    mtillman-921105 (6/1/2012)


    So I suppose a lot of people rent in Europe?

    70% of Italians own the house they live in.

    Well, sort of.

    Who owns...

  • RE: Bulk Insert Use a format file stored in SQL

    On the project I'm working on I faced the same problem (xp_cmdshell disabled). What I came up with was an SSIS package that first calls an SP that returns the...

  • RE: Are the posted questions getting worse?

    GilaMonster (5/29/2012)


    From when I worked at the bank...

    Devs getting sysadmin on the shared development server - no. Db_owner on their databases, yes. Alter trace permissions, yes. DB_creator for some, yes....

  • RE: Organically cancel a resultset from proc if rowcount is zero?

    dwain.c (5/17/2012)


    Knowing that it probably wouldn't work, I was playing around with this anyway and of course it didn't work.

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    CREATE PROCEDURE dbo.Test AS

    BEGIN

    DECLARE @sql NVARCHAR(100)

    PRINT 'Entering...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (5/10/2012)


    Jan Van der Eecken (5/10/2012)


    Lynn Pettis (5/10/2012)


    Jan Van der Eecken (5/10/2012)


    Nah, he's not going to come back. I'm sure he'll start another thread very soon and get some...

  • RE: Are the posted questions getting worse?

    Jan Van der Eecken (5/10/2012)


    Lynn Pettis (5/10/2012)


    Jan Van der Eecken (5/10/2012)


    Nah, he's not going to come back. I'm sure he'll start another thread very soon and get some other victims...

Viewing 15 posts - 196 through 210 (of 667 total)