Forum Replies Created

Viewing 15 posts - 5,611 through 5,625 (of 8,753 total)

  • RE: Loop through each instance on a server

    SQLHeap (4/15/2015)


    I don't want to start anything, just trying to get info. I'd like to stay with a SQL query.

    without any parameters it only lists the services, should be...

  • RE: Loop through each instance on a server

    Quick thought, how about cmd net start and parse the output?

    😎

  • RE: Today's Random Word!

    SQLRNNR (4/15/2015)


    calumniate

    NOLOCK

  • RE: Today's Random Word!

    SQLRNNR (4/14/2015)


    cabalistic

    Others

  • RE: disk getting full

    Zeal-DBA (4/14/2015)


    my update query updating approx 50 million record which is causing transaction log to grow, and filling disk space and finally transaction is failing, please suggestany worl around.

    Further on...

  • RE: string query help

    Sean Lange (4/14/2015)


    Eirikur Eiriksson (4/14/2015)


    ztoddw (4/14/2015)


    This way is probably more efficient-

    declare @STRING varchar(1000);set @STRING='100010111100010001';

    select pos=ltrim(str(n))+'-'+ltrim(str(len(sub)-len(ltrim(replace(replace(sub,' ','~'),'0',' ')))+n-1))

    from (select n=number, sub=substring(@STRING,number,len(@STRING))

    from master.dbo.spt_values where type='P'

    and (number between 1 and len(@STRING))) t

    where...

  • RE: Today's Random Word!

    Revenant (4/14/2015)


    djj (4/14/2015)


    Eirikur Eiriksson (4/14/2015)


    Ed Wagner (4/14/2015)


    crookj (4/14/2015)


    Chainsaw

    Firewood

    Soot

    Clean

    Break

    Even

  • RE: Sql Server 2014 to Sql Server 2012

    Further on the install, I've had no problems installing 2012 alongside existing 2014 unlike previous versions.

    😎

  • RE: The Opportunistic Hacker

    jay-h (4/14/2015)


    Eric M Russell (4/14/2015)


    syoc (4/14/2015)


    Anyone use a bait computer, leave the table, stare at it from a crack in the bathroom door waiting for it to be taken so...

  • RE: string query help

    ztoddw (4/14/2015)


    This way is probably more efficient-

    declare @STRING varchar(1000);set @STRING='100010111100010001';

    select pos=ltrim(str(n))+'-'+ltrim(str(len(sub)-len(ltrim(replace(replace(sub,' ','~'),'0',' ')))+n-1))

    from (select n=number, sub=substring(@STRING,number,len(@STRING))

    from master.dbo.spt_values where type='P'

    and (number between 1 and len(@STRING))) t

    where (n=1 or substring(@STRING,n-1,1)<>'0')

    and...

  • RE: Sql Server 2014 to Sql Server 2012

    geoforu (4/14/2015)


    Hi,

    I was using sql server 2014 trial version. We bought sql server 2012 now.

    How can we setup sql server 2012 ?

    Will...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (4/14/2015)


    And this makes 14,001 posts. My fingers are tired.

    Did you mean 0x3A99?

    😎

  • RE: Today's Random Word!

    Ed Wagner (4/14/2015)


    crookj (4/14/2015)


    Chainsaw

    Firewood

    Soot

  • RE: The Opportunistic Hacker

    Yet Another DBA (4/14/2015)


    Eirikur Eiriksson (4/13/2015)


    ..... A good Kensington Lock Kit costs around $20, interesting to see a raise of hands here, how many use those regularly?....

    Do you really think...

  • RE: string query help

    Luis Cazares (4/13/2015)


    cooljagadeesh (4/13/2015)


    thanks boss

    Do you understand the solution that Eirikur provided? There's at least one question that I'd ask.

    Don't be shy Luis, you can ask:-D

    😎

Viewing 15 posts - 5,611 through 5,625 (of 8,753 total)