Forum Replies Created

Viewing 15 posts - 4,816 through 4,830 (of 9,399 total)

  • RE: Today's Random Word!

    anthony.green (10/30/2015)


    happygeek (10/30/2015)


    Ed Wagner (10/29/2015)


    Revenant (10/29/2015)


    happygeek (10/29/2015)


    whereisSQL? (10/29/2015)


    Ed Wagner (10/29/2015)


    Luis Cazares (10/29/2015)


    DonlSimpson (10/29/2015)


    anthony.green (10/29/2015)


    Ed Wagner (10/29/2015)


    anthony.green (10/29/2015)


    crookj (10/29/2015)


    Toss

    Salad

    Greens

    Me

    Myself

    Irene

    Good Night

    Dream

    maker

    catcher

    Pitcher

    Beer

    Thread

    Sew

  • RE: Check if UNC path exists (It is folder, not file)

    I would start by taking a look at the service account, meaning the Windows account under which the SQL Server service is running. When you shell out to DOS,...

  • RE: Missing login....but still connects !

    Eric M Russell (10/29/2015)


    Check what domain groups or local Windows admin role may have been granted login and access, and then check if this user is a member of that...

  • RE: Varchar invalid for sum operator

    Quick question - Why are you storing numeric values in a string column?

  • RE: Today's Random Word!

    Revenant (10/29/2015)


    happygeek (10/29/2015)


    whereisSQL? (10/29/2015)


    Ed Wagner (10/29/2015)


    Luis Cazares (10/29/2015)


    DonlSimpson (10/29/2015)


    anthony.green (10/29/2015)


    Ed Wagner (10/29/2015)


    anthony.green (10/29/2015)


    crookj (10/29/2015)


    Toss

    Salad

    Greens

    Me

    Myself

    Irene

    Good Night

    Dream

    maker

    catcher

    Pitcher

  • RE: Need to capture SQL server Information

    I can help you out with a couple of them, but I think Sean's right - you aren't going to get all of them in T-SQL. In fact, I'm...

  • RE: Update a #table using where clause

    I don't see any problem with it either. I tried Luis's version of it with both varchar and nvarchar, and the update statement you posted works fine. I...

  • RE: Table Space growth based on each year

    I put the QUOTENAME around the database name in the query that concatenates the final SQL.

    SELECT @EXEC_STR =

    (

    SELECT REPLACE(@SQL_STR,N'{{@DBNAME}}', QUOTENAME(SDB.name))

    ...

  • RE: What can I do to speed up my production daily full-backup?

    csheldon, what Jeff's talking about is some really cool stuff. He's done a SQL Saturday presentation on it before and it was great. I don't know where you...

  • RE: Today's Random Word!

    Luis Cazares (10/29/2015)


    DonlSimpson (10/29/2015)


    anthony.green (10/29/2015)


    Ed Wagner (10/29/2015)


    anthony.green (10/29/2015)


    crookj (10/29/2015)


    Toss

    Salad

    Greens

    Me

    Myself

    Irene

    Good Night

  • RE: Are the posted questions getting worse?

    Phil Parkin (10/29/2015)


    yb751 (10/29/2015)


    Ed Wagner (10/29/2015)


    yb751 (10/29/2015)


    I was on my last eye twitch yesterday (so to speak) so I put together this image. (attached)

    I was thinking about unleashing it but...

  • RE: Are the posted questions getting worse?

    yb751 (10/29/2015)


    I was on my last eye twitch yesterday (so to speak) so I put together this image. (attached)

    I was thinking about unleashing it but then I thought maybe it...

  • RE: Table Space growth based on each year

    Jeff Moden (10/29/2015)


    Ed Wagner (10/29/2015)


    That's pretty slick, Eirikur. I appreciate how you use string replacement using the rows in sys.databases to generate the final SQL to fire. I've...

  • RE: Thank you to the Forum

    You're most welcome. I'm glad we're able to help.

    Personally, I think this is the best SQL Server forum in the world. Steve does a great job maintaining it...

  • RE: Today's Random Word!

    anthony.green (10/29/2015)


    crookj (10/29/2015)


    Toss

    Salad

    Greens

Viewing 15 posts - 4,816 through 4,830 (of 9,399 total)