Forum Replies Created

Viewing 15 posts - 4,366 through 4,380 (of 9,399 total)

  • RE: Today's Random Word!

    crookj (12/29/2015)


    HappyGeek (12/29/2015)


    crookj (12/29/2015)


    djj (12/29/2015)


    Ed Wagner (12/29/2015)


    DonlSimpson (12/29/2015)


    Ed Wagner (12/29/2015)


    crookj (12/29/2015)


    Ed Wagner (12/29/2015)


    HappyGeek (12/29/2015)


    Ed Wagner (12/28/2015)


    Ray K (12/28/2015)


    Ed Wagner (12/28/2015)


    DonlSimpson (12/28/2015)


    crookj (12/28/2015)


    djj (12/28/2015)


    Ed Wagner (12/28/2015)


    djj (12/28/2015)


    Ed Wagner (12/26/2015)


    HappyGeek (12/26/2015)


    Casablanca!

    Bogart

    Bacall

    Bogey

    Shoot

    Shucks

    Oysters

    Seafood

    Lobster

    Delicious

    Seconds

    Minutes

    Sixty

    Time

    Materials

    Labor

    Union

    Join

    comradeship

    esprit de...

  • RE: Are the posted questions getting worse?

    Michael L John (12/29/2015)


    Jeff Moden (12/29/2015)


    Lynn Pettis (12/29/2015)


    Jeff Moden (12/29/2015)


    I rather like the mostly unedited type of articles that are posted on SQLServerCentral. As a regular working Joe-bag-o-dunuts, I...

  • RE: Shrink Database

    simon-hulse (12/29/2015)


    It just amuses me that DBA's dive on "Don't Shrink" when actually the answer is "it depends"...

    Well, you have the normally-correct answer. "It depends" comes up a lot...

  • RE: Today's Random Word!

    DonlSimpson (12/29/2015)


    Ed Wagner (12/29/2015)


    crookj (12/29/2015)


    Ed Wagner (12/29/2015)


    HappyGeek (12/29/2015)


    Ed Wagner (12/28/2015)


    Ray K (12/28/2015)


    Ed Wagner (12/28/2015)


    DonlSimpson (12/28/2015)


    crookj (12/28/2015)


    djj (12/28/2015)


    Ed Wagner (12/28/2015)


    djj (12/28/2015)


    Ed Wagner (12/26/2015)


    HappyGeek (12/26/2015)


    Casablanca!

    Bogart

    Bacall

    Bogey

    Shoot

    Shucks

    Oysters

    Seafood

    Lobster

    Delicious

    Seconds

    Minutes

    Sixty

    Time

    Materials

    Labor

  • RE: Where Do Staging Tables Belong

    I'm almost done with a new ETL process (provided the additions stop long enough) that's pretty involved and it has its own database for this very reason. All the...

  • RE: Shrink Database

    simon-hulse (12/29/2015)


    Shrinking is not that bad. it does have side effects of fragmenting your indexes. but again, depending on the size of your indexes this can be nominal (under 1%...

  • RE: Today's Random Word!

    crookj (12/29/2015)


    Ed Wagner (12/29/2015)


    HappyGeek (12/29/2015)


    Ed Wagner (12/28/2015)


    Ray K (12/28/2015)


    Ed Wagner (12/28/2015)


    DonlSimpson (12/28/2015)


    crookj (12/28/2015)


    djj (12/28/2015)


    Ed Wagner (12/28/2015)


    djj (12/28/2015)


    Ed Wagner (12/26/2015)


    HappyGeek (12/26/2015)


    Casablanca!

    Bogart

    Bacall

    Bogey

    Shoot

    Shucks

    Oysters

    Seafood

    Lobster

    Delicious

    Seconds

    Minutes

    Sixty

    Time

  • RE: Today's Random Word!

    HappyGeek (12/29/2015)


    Ed Wagner (12/28/2015)


    Ray K (12/28/2015)


    Ed Wagner (12/28/2015)


    DonlSimpson (12/28/2015)


    crookj (12/28/2015)


    djj (12/28/2015)


    Ed Wagner (12/28/2015)


    djj (12/28/2015)


    Ed Wagner (12/26/2015)


    HappyGeek (12/26/2015)


    Casablanca!

    Bogart

    Bacall

    Bogey

    Shoot

    Shucks

    Oysters

    Seafood

    Lobster

    Delicious

    Seconds

    Minutes

  • RE: Server.Configuration Properties

    I don't use it either. I guessed. 😉

  • RE: query for datetime

    charipg (12/28/2015)


    is it correct ?

    SELECT * FROM tablename(nolock) where

    startdate >= Getdate() -6

    and enddate <= Getdate()

    The GETDATE() returns a datetime, on which you can do integer math. If...

  • RE: T-sql 2012 with uniqueidentifier issue

    wendy elizabeth (12/28/2015)


    what date type should I assign in the wizard?

    I don't think it has anything to do with dates. I don't remember if you get a uniqueidentifier data...

  • RE: EXECUTE permissions on a stored procedure

    Manic Star (12/28/2015)


    Ed Wagner (12/28/2015)


    Manic Star (12/28/2015)


    Is the AD account really being used for the connection or is it using a different account?

    Developer swears she changed it... but the behavior...

  • RE: To Get fixed periodic rownumbers by rounding the number to closest integer

    Eirikur Eiriksson (12/28/2015)


    This is straight forward, select from the table where (Row_Number % Divisor) is less than one, rounding will not give the right results because of the loss of...

  • RE: EXECUTE permissions on a stored procedure

    Manic Star (12/28/2015)


    Is the AD account really being used for the connection or is it using a different account?

    Developer swears she changed it... but the behavior suggests otherwise

    Is the AD...

  • RE: EXECUTE permissions on a stored procedure

    Alan.B (12/28/2015)


    The AD account is a member of an AD group that gives 'datareader' to this particular database. Would this be enough to execute the SP's that it does not...

Viewing 15 posts - 4,366 through 4,380 (of 9,399 total)