Viewing 15 posts - 61 through 75 (of 313 total)
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...
March 5, 2013 at 8:31 am
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...
February 15, 2013 at 2:58 pm
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...
February 15, 2013 at 2:08 pm
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...
February 15, 2013 at 1:35 pm
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?
February 13, 2013 at 9:38 am
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?
February 10, 2013 at 9:01 pm
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...
February 8, 2013 at 3:50 pm
Your awesome thank you. I thought I broke my scripting solution.
January 17, 2013 at 10:09 am
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...
January 3, 2013 at 3:54 pm
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...
January 3, 2013 at 3:20 pm
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...
January 3, 2013 at 3:02 pm
The applications language is C#. This is not something we are rolling out internally. This is going to clients.
November 12, 2012 at 10:02 am
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.
October 24, 2012 at 12:27 pm
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 @...
July 25, 2012 at 11:06 am
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...
April 18, 2012 at 3:37 pm
Viewing 15 posts - 61 through 75 (of 313 total)