Viewing 15 posts - 3,181 through 3,195 (of 7,168 total)
Phew, another mystery averted 😛
Thanks for posting the rest of the story Clare!
September 10, 2012 at 5:22 pm
Of course! I did not even think to ask if lpim was enabled. Most people do not turn that on with x64 without a reason. That must be it.
September 10, 2012 at 1:47 pm
I think the OP is saying memory used by sqlservr.exe per Task Manager (count on Processes Tab should include buffer pool for x64 SQL) is only 124MB but...
September 10, 2012 at 1:09 pm
RBarryYoung (9/10/2012)
opc.three (9/10/2012)
I don't know about that. If it were denied on public in Clare's environment then she would not have seen the listing unless she explicitly added a GRANT...
September 10, 2012 at 12:14 pm
RBarryYoung (9/10/2012)
opc.three (9/10/2012)
RBarryYoung (9/10/2012)
public does have VIEW ANY DATABASE by default and my test instances do not undergo any changes to those permissions. REVOKE simply clears an explicit setting on...
September 10, 2012 at 10:17 am
RBarryYoung (9/10/2012)
opc.three (9/10/2012)
MissTippsInOz (9/9/2012)
Developer Edition 9.0.4266
I just tried it on another machine using SSMS 2005 connecting to Developer Edition 9.0.4060 and I cannot reproduce what you're seeing. Are you using...
September 10, 2012 at 9:11 am
Jeff Moden (9/10/2012)
September 10, 2012 at 7:42 am
I just realized you posted in a SQL 2005 forum for which Table Valued Parameters (TVPs) are not an option.
Some options for passing a table (i.e. an array) to...
September 10, 2012 at 7:24 am
In SQL an array is modeled as a Table.
Parameters to a stored procedure are more like arguments to a method in C#, however there is no concept of overloading in...
September 10, 2012 at 7:03 am
MissTippsInOz (9/9/2012)
Developer Edition 9.0.4266
I just tried it on another machine using SSMS 2005 connecting to Developer Edition 9.0.4060 and I cannot reproduce what you're seeing. Are you using the repro...
September 10, 2012 at 6:43 am
Crazy. Which build please because I get the same behavior on my 2005 Developer Edition instance build 9.00.5000.00.
September 9, 2012 at 7:41 pm
Here is my test code polished up for public consumption:
----------------------------------------------------------------------------------
-- step 1: run these commands as a sysadmin
USE [master]
GO
IF EXISTS ( SELECT *
...
September 9, 2012 at 7:10 pm
MissTippsInOz (9/9/2012)
opc.three (9/7/2012)
You can DENY VIEW ANY DATABASE (REVOKE is not enough)
..actually REVOKE is enough I believe. Certainly worked when I tested because it was something I thought...
September 9, 2012 at 5:35 pm
Maybe. People learn in different ways. It was stated, but may not have been completely clear to the OP or other readers what you were pointing out so I added...
September 9, 2012 at 3:47 pm
I am not sure what that would do to the installer. If the installer tried to open multiple connections it would fail, and it may in fact change the mode...
September 9, 2012 at 8:22 am
Viewing 15 posts - 3,181 through 3,195 (of 7,168 total)