Forum Replies Created

Viewing 15 posts - 5,221 through 5,235 (of 8,753 total)

  • RE: Today's Random Word!

    Stuart Davies (5/22/2015)


    SQLRNNR (5/21/2015)


    critter

    gremlin

    Bugger

  • RE: Programmatic creation or modification of SSIS

    Quick thought, normally use sys.dm_exec_describe_first_result_set and build the dataflow based on the output.

    😎

  • RE: SQL Server 2012 - High Memory Usage

    Quick question, can you post the output of these two queries?

    😎

    SELECT

    OSM.total_physical_memory_kb

    ,OSM.available_physical_memory_kb

    ,OSM.total_page_file_kb

    ,OSM.available_page_file_kb

    ,OSM.system_cache_kb

    ,OSM.kernel_paged_pool_kb

    ...

  • RE: Problems with XML Date Time Conversion

    jordon.shaw (5/20/2015)


    Thank you both for your help! Worked perfectly!!!

    Jordon

    You are most welcome.

    😎

  • RE: Problems with XML Date Time Conversion

    Alvin Ramard (5/20/2015)


    Eirikur Eiriksson (5/20/2015)


    Just one step left

    😎

    USE TEMPDB;

    GO

    SET NOCOUNT ON;

    DECLARE @MY_TIME VARCHAR(100) = '2015-01-16T00:00:00.000-06:00';

    SELECT CONVERT(DATETIMEOFFSET,@MY_TIME,127);

    SELECT CONVERT(DATETIME,CONVERT(DATETIMEOFFSET,@MY_TIME,127),0);

    Were you looking over my shoulder? 😉

    As always Alwin:-D

    😎

  • RE: Problems with XML Date Time Conversion

    Just one step left

    😎

    USE TEMPDB;

    GO

    SET NOCOUNT ON;

    DECLARE @MY_TIME VARCHAR(100) = '2015-01-16T00:00:00.000-06:00';

    SELECT CONVERT(DATETIMEOFFSET,@MY_TIME,127);

    SELECT CONVERT(DATETIME,CONVERT(DATETIMEOFFSET,@MY_TIME,127),0);

  • RE: Problems with XML Date Time Conversion

    Just realized that the target data type must be DATETIMEOFFSET, otherwise it will throw errors in any conversion

    😎

    USE tempdb;

    GO

    SET NOCOUNT ON;

    DECLARE @MY_TIME VARCHAR(100) = '2015-01-16T16:06:14.577-06:00';

    SELECT CONVERT(DATETIMEOFFSET,@MY_TIME,127)

  • RE: Problems with XML Date Time Conversion

    Quick thought, should be 21/121 for datetime/datetime2 + offset

    😎

  • RE: Are the posted questions getting worse?

    GilaMonster (5/20/2015)


    Eirikur Eiriksson (5/20/2015)


    This would be the one that wants to fix ugly queries with a sprinkle of hint perfume when all that's needed is a good shower/rewrite.

    😎

    It appears I...

  • RE: Are the posted questions getting worse?

    Ed Wagner (5/20/2015)


    Eirikur Eiriksson (5/20/2015)


    Grant Fritchey (5/20/2015)


    Eirikur Eiriksson (5/20/2015)


    GilaMonster (5/20/2015)


    Eirikur Eiriksson (5/20/2015)


    Grant Fritchey (5/20/2015)


    AAAAAARRRRRRGGGGGGGHGHGHGHGHGHGH!!!!

    I could see this one coming miles away, surprised how long it took.

    😎

    If it's the one...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (5/20/2015)


    GilaMonster (5/20/2015)


    Grant Fritchey (5/20/2015)


    Again...

    AAARRARARRGGGGHHHH!!!

    Sometimes, I just wonder why any of us even try. Reams of good advice from multiple people. All of it ignored. Apply a random query...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (5/20/2015)


    Eirikur Eiriksson (5/20/2015)


    GilaMonster (5/20/2015)


    Eirikur Eiriksson (5/20/2015)


    Grant Fritchey (5/20/2015)


    AAAAAARRRRRRGGGGGGGHGHGHGHGHGHGH!!!!

    I could see this one coming miles away, surprised how long it took.

    😎

    If it's the one I'm thinking of, I...

  • RE: Exclude login from automated Kill SQL job

    AND cmd NOT LIKE 'BACKUP%'

    Guess you should add DBCC

    😎

  • RE: Are the posted questions getting worse?

    SQLRNNR (5/20/2015)


    Eirikur Eiriksson (5/20/2015)


    SQLRNNR (5/20/2015)


    GilaMonster (5/20/2015)


    Grant Fritchey (5/20/2015)


    Again...

    AAARRARARRGGGGHHHH!!!

    Sometimes, I just wonder why any of us even try. Reams of good advice from multiple people. All of it ignored. Apply a...

  • RE: Are the posted questions getting worse?

    GilaMonster (5/20/2015)


    Eirikur Eiriksson (5/20/2015)


    Grant Fritchey (5/20/2015)


    AAAAAARRRRRRGGGGGGGHGHGHGHGHGHGH!!!!

    I could see this one coming miles away, surprised how long it took.

    😎

    If it's the one I'm thinking of, I hit that stage this...

Viewing 15 posts - 5,221 through 5,235 (of 8,753 total)