Viewing 15 posts - 4,246 through 4,260 (of 7,164 total)
You would need to upgrade Windows to Enterprise Edition, at which time SQL Server would immediately gain access to the additional RAM.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 30, 2012 at 1:42 pm
Here is a video demoing the For Loop in SSIS. Using it would be a slightly different approach than the path Elliott provided, although I am confident that what Elliott...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 30, 2012 at 12:28 pm
mohan.bndr (4/29/2012)
Hi,Can i know what are the prerequisites for Cluster Environment please....
Thanks,
Seriously, mohan.bndr, is Google broken again? If so, try Bing.
http://www.lmgtfy.com/?q=prerequisites+for+sql+server+2008+Cluster+Environment
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 30, 2012 at 12:08 pm
That looks like the gist of it, but I am not sure you need to grant anyone VIEW SERVER STATE...all members of public are able to view their own sessions...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 30, 2012 at 11:57 am
Excellent work! Happy you got it working 🙂 Thanks for posting back too, hopefully it may help someone else down the line.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 30, 2012 at 10:18 am
It would be a lot of custom coding, but you may be able to achieve it using a Server Logon Trigger, depending on exactly what behavior you're trying to restrict....
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 30, 2012 at 10:15 am
"my firewall" meaning the firewall on your machine?
What port is your SQL Server running on? Did you use portqry? Is your firewall preventing access on the SQL Server TCP port...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 30, 2012 at 10:09 am
kirkm 55368 (4/28/2012)
I apologise if off topic, I do not have SQL Server 2008, but my question is where would it be best to ask for general SQL help and...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 30, 2012 at 8:51 am
durai nagarajan (4/30/2012)
another question if i atleast want to block their select and update access is it possible.
SELECT is not an actionable event in SQL Server, so if you want...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 30, 2012 at 8:46 am
poornipmca (4/28/2012)
yes.But wat type of design u suggest.
We already gave you options
- move to a multi-tenant database and have the application pass in the correct "customer id" to the database...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 28, 2012 at 8:17 pm
Alan Kwan (4/27/2012)
4) How do I do this?5) How do I do this?
Use portqry (link in my last post). Let me know if you have trouble figuring the cmd line....
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 27, 2012 at 5:31 pm
it could be a lot of things...but it sounds like your SQL connection attempt is not even making it to the SQL instance.
For starters, verify:
1. You are providing the correct...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 27, 2012 at 5:06 pm
Bummer...the operating system requirements for SQL 2012 are the following:
> Windows Vista SP2 or above
> Windows 7 SP1 or above
> Windows Server 2008 SP2 or above
> Windows Server 2008R2 SP1...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 27, 2012 at 4:05 pm
Happy to hear things are improving...please help us help you...
opc.three (4/26/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 27, 2012 at 3:55 pm
I see you mentioned the Native Client 10.0, not SSMS...you may be able to use the SQL 2008 Native Client to create an ODBC DSN that will connect to 2012,...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 27, 2012 at 3:27 pm
Viewing 15 posts - 4,246 through 4,260 (of 7,164 total)