Forum Replies Created

Viewing 15 posts - 5,926 through 5,940 (of 9,399 total)

  • RE: Are the posted questions getting worse?

    I see the sports spam has returned. There's a "few" posts about a fight coming up. I presume the poster thinks it'll get some hits, but I honestly...

  • RE: Permissions Lost After Renaming Table

    Please post back if you figure this out. I'm interested in knowing if it's a problem in 2012 or not.

  • RE: SQL Views Problem

    Grant Fritchey (5/29/2015)


    I can't honestly say the number of times I've seen this go badly. Views calling other views that are joined to views which contain other nested views... It...

  • RE: SQL Views Problem

    Sean Lange (5/29/2015)


    Ed Wagner (5/29/2015)


    Sean Lange (5/29/2015)


    TJT (5/29/2015)


    Sorry, solved - small issue on my end

    No offense but if your view is like the pseudocode below your issue is only beginning....

  • RE: Today's Random Word!

    SQLRNNR (5/29/2015)


    moon patrol

    Missile Command

  • RE: Today's Random Word!

    Eirikur Eiriksson (5/29/2015)


    DonlSimpson (5/29/2015)


    Ed Wagner (5/29/2015)


    TomThomson (5/29/2015)


    Revenant (5/29/2015)


    Ed Wagner (5/29/2015)


    cunningham (5/29/2015)


    Ed Wagner (5/29/2015)


    hughmanning (5/29/2015)


    Centipede

    Millipede

    arthropod

    Management (Couldn't resist :-D)

    disaster

    recovery

    Restore

    Habitat

    Boundries

    Natural

  • RE: Today's Random Word!

    TomThomson (5/29/2015)


    Revenant (5/29/2015)


    Ed Wagner (5/29/2015)


    cunningham (5/29/2015)


    Ed Wagner (5/29/2015)


    hughmanning (5/29/2015)


    Centipede

    Millipede

    arthropod

    Management (Couldn't resist :-D)

    disaster

    recovery

    Restore

  • RE: Permissions Lost After Renaming Table

    Letron Brantley (5/29/2015)


    Hmmm... No I'm not including the schema when passing the table name. Could that be the issue?

    How did you determine whether the permissions persisted after the rename?...

  • RE: Today's Random Word!

    cunningham (5/29/2015)


    Ed Wagner (5/29/2015)


    hughmanning (5/29/2015)


    Centipede

    Millipede

    arthropod

    Management (Couldn't resist :-D)

  • RE: SQL Views Problem

    Sean Lange (5/29/2015)


    TJT (5/29/2015)


    Sorry, solved - small issue on my end

    No offense but if your view is like the pseudocode below your issue is only beginning. The performance of this...

  • RE: Today's Random Word!

    hughmanning (5/29/2015)


    Centipede

    Millipede

  • RE: Permissions Lost After Renaming Table

    Did you try to use sp_rename (without using the procedure) to rename the table as someone with proper privs? If so, did it keep the permissions through the rename?

  • RE: Today's Random Word!

    crookj (5/29/2015)


    Ed Wagner (5/29/2015)


    cunningham (5/29/2015)


    Ed Wagner (5/29/2015)


    Eirikur Eiriksson (5/28/2015)


    Lost

    Space

    Invaders

    Original

    Defender (Another Classic)

    Pac Man

  • RE: Permissions Lost After Renaming Table

    Letron Brantley (5/29/2015)


    Thanks for working with me on this guys. Below is the code for the usp_RenameTable stored proc.

    CREATE PROCEDURE [dbo].[usp_RenameTable]

    -- Add the parameters for the stored procedure here

    @t1...

  • RE: Permissions Lost After Renaming Table

    Perry Whittle (5/29/2015)


    OK, just tested and it seems it does retain the permission when renaming, sorry for the mistake

    No problem, but thanks for the confirmation. I thought it did...

Viewing 15 posts - 5,926 through 5,940 (of 9,399 total)