Forum Replies Created

Viewing 15 posts - 61 through 75 (of 313 total)

  • RE: TabLock and TablLockX Confusion

    The IS lock is most likely in a wait status while the X lock is in a grant status.

    If X lock is in grant status then why does the select...

  • RE: TVP in SysObjects

    Vedran Kesegic (2/15/2013)


    Did you actually tried to execute a procedure or you concluded it doesn't work without trying because you do not see object grants as before?

    No I did not...

  • RE: TVP in SysObjects

    I am not sure if I follow how grant to execute works

    grant execute to public

    If i run that I do not get the desired result of the sprocs and user...

  • RE: TVP in SysObjects

    Sorry, had to be away from this for a bit. Thanks for the responses. Let me explain why I think "Grant to public" is needed. We don't own...

  • RE: User Defined Table type

    When you say "could be stored in the Tempdb" that is because a user defined table type is technically memory driven verse disk driven like #temp table?

  • RE: TVP in SysObjects

    Good point. I am laying these down all at once. If I run that command will it take care of the TVP's and Sprocs?

  • RE: TVP in SysObjects

    Thank you very much. I must have been googling it incorrectly. Found a million pages of how to give permission/create a TVP but could not figure something that...

  • RE: Scripting Dynamic Nulls

    Your awesome thank you. I thought I broke my scripting solution.

  • RE: SQL View question

    opc. - So there is no way to really understand why it is reorganizing my tables from the original. Is it a black box? The join with the...

  • RE: SQL View question

    No - I changed them to inner joins. The developer had everything as left joins. I did not want that since they are required fields. It then reformatted the...

  • RE: SQL View question

    I think figured it out. the original query mostly had all Left Joins. When I change the linked tables as INNER the whole SQL portion of the view...

  • RE: Keeping Application Cache in synce

    The applications language is C#. This is not something we are rolling out internally. This is going to clients.

  • RE: TVP Bug

    I have known to always qualify in Joins but never ran into this in Where clauses. Lesson learned. I don't like it but I understand it now.

  • RE: Delete and insert Sproc

    Thanks I want to say it was something I heard from SQL Saturday from Kevin Kline. Maybe I misunderstood. If you have a create table # or @...

  • RE: Backup error on format of ticks

    Hey just wanted to thank you guys. I actually incorporated all your suggestions. Here is what the code looks like now:

    UpgradeBuild.cmd "C:\SourceDirectory" "Server\Instance" "C:Upgrade files in TFS"

    That called this...

Viewing 15 posts - 61 through 75 (of 313 total)