Forum Replies Created

Viewing 15 posts - 4,471 through 4,485 (of 8,761 total)

  • RE: Are the posted questions getting worse?

    Grant Fritchey (9/23/2015)


    Ed Wagner (9/23/2015)


    Eirikur Eiriksson (9/23/2015)


    Lynn Pettis (9/23/2015)


    Steve Jones - SSC Editor (9/22/2015)


    jasona.work (9/22/2015)


    I think I need an intervention...

    I keep going back to the "Jet" topic, it's like watching...

  • RE: cluster node licensing

    JaybeeSQL (9/23/2015)


    Eirikur Eiriksson (9/23/2015)


    JaybeeSQL (9/23/2015)


    Eirikur Eiriksson (9/22/2015)


    JaybeeSQL (9/22/2015)


    Hi all,

    Does the passive node in a 2-node SQL cluster need a paid licence?

    Thanks,

    JB

    Have a look at this blog post: Microsoft SQL Server...

  • RE: SQL statement erroring out due to source field being unidqueidentifier

    Kristen-173977 (9/23/2015)


    WayneS (9/22/2015)


    In your ISNULL statement, you are building an empty string if the column is NULL. That is not valid for a UNIQUEIDENTIFIER data type.

    DECLARE @t UNIQUEIDENTIFIER = ''

    This...

  • RE: cluster node licensing

    JaybeeSQL (9/23/2015)


    Eirikur Eiriksson (9/22/2015)


    JaybeeSQL (9/22/2015)


    Hi all,

    Does the passive node in a 2-node SQL cluster need a paid licence?

    Thanks,

    JB

    Have a look at this blog post: Microsoft SQL Server Licensing For Dummies.[/url]

    😎

    Already...

  • RE: SQL Memory Pressure - Free List Stalls/sec

    SQLSACT (9/23/2015)


    Eirikur Eiriksson (9/22/2015)


    SQLSACT (9/22/2015)


    Hi All

    When troubleshooting a memory pressure situation on a SQL Server.

    I noticed that PLE was low, Lazy Writes/sec was higher than normal, Buffer Cache Hit...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (9/23/2015)


    Steve Jones - SSC Editor (9/22/2015)


    jasona.work (9/22/2015)


    I think I need an intervention...

    I keep going back to the "Jet" topic, it's like watching a train wreck and I can't...

  • RE: "Error: 605" then "Attempt to fetch logical page (n:nnn) in database 2 failed"

    Joe Docherty (9/23/2015)


    Good spot!

    I have removed one or two unnecessary details from the result of the SELECT.

    "Microsoft SQL Server 2008 R2 (SP1) - 10.50.2500.0 (X64)

    Standard...

  • RE: HASHBYTES ERROR INT

    Quick suggestion, cast all the non varchar columns to varchar before the concatenation.

    😎

  • RE: Comparison of times row by row

    Quick solution

    😎

    USE tempdb;

    GO

    SET NOCOUNT ON;

    IF OBJECT_ID(N'dbo.MyTable' ) IS NOT NULL DROP TABLE dbo.MyTable ;

    IF OBJECT_ID(N'dbo.MyTable2') IS NOT NULL DROP TABLE dbo.MyTable2;

    CREATE TABLE dbo.MyTable (

    [id] INT identity NOT NULL,

    [sess_id] INT NOT...

  • RE: SFTP Task sql 2014 in SSDT

    dallas13 (9/22/2015)


    Hello,

    I am trying to run ssis package on sql 2014 which has SFTP task but it gives me below error.

    Description: Cannot create a task from XML...

  • RE: Today's Random Word!

    Ed Wagner (9/22/2015)


    whereisSQL? (9/22/2015)


    DonlSimpson (9/22/2015)


    Revenant (9/22/2015)


    Ed Wagner (9/22/2015)


    crookj (9/22/2015)


    anthony.green (9/22/2015)


    Ed Wagner (9/22/2015)


    anthony.green (9/22/2015)


    Ed Wagner (9/22/2015)


    eccentricDBA (9/22/2015)


    Ed Wagner (9/22/2015)


    Eirikur Eiriksson (9/22/2015)


    whereisSQL? (9/22/2015)


    anthony.green (9/22/2015)


    Ed Wagner (9/21/2015)


    Revenant (9/21/2015)


    djj (9/21/2015)


    Eirikur Eiriksson (9/21/2015)


    Deadweight

    Lightweight

    Prizefighter

    UFC

    MMA

    Cage

    Animal

    Pet

    Rock

    Roll

    tootsie

    Candy

    Cane

    Ham (Brigadier General...

  • RE: Memory is mostly used by tempdb

    Those TEXT_MIX_PAGEs store the LOB values for whatever objects in tempdb i.e. temp tables, table variables etc..

    😎

  • RE: SQL statement erroring out due to source field being unidqueidentifier

    randyetheridge (9/22/2015)


    I have a field I am trying to bring into a SQL statement

    ,ISNULL(Convert(nvarchar(50),OPP1.OriginatingLeadId),'') AS 'OriginatingLeadId'

    I get this error message

    Conversion failed when converting from a character string to uniqueidentifier.

    the field...

  • RE: DCOM Event ID 10028

    balcock (9/22/2015)


    We deleted some SQL instances and nodes from our SQL 2012 failover cluster but we are still getting DCOM attempts to connect to those servers. I did a...

  • RE: "Error: 605" then "Attempt to fetch logical page (n:nnn) in database 2 failed"

    Joe Docherty (9/22/2015)


    An application process was failing with "605 Fatal error".

    The SQL Server errorlog had many of the 2 rows below over the previous 3 days. They had occurred 2-3...

Viewing 15 posts - 4,471 through 4,485 (of 8,761 total)