Viewing 15 posts - 46 through 60 (of 87 total)
... and this includes the location for the Shared Features, such as Management Studio and Integrated Services.
One reason beyond this practices is that you are not installing any files on...
March 11, 2013 at 3:46 pm
This is a weird one.
Do you see also the users from your SQL_Express instance?
What happens if you stop the SQL_Express instance?
Or what happens if you go to your "supposedly" new...
March 11, 2013 at 3:42 pm
I always keep a copy of my own work elsewhere... specially since I've witness many times the HR lady coming down the aisle with a box to empty your desk.
Many...
June 11, 2012 at 2:10 pm
Hello,
Two things:
1- Restarting SQL in single mode (using the -m flag) will allow any person that is a member o the Windows Local Admin group to be automatically a SYSADMIN...
March 7, 2012 at 7:20 am
Wow.. some simple, and somehow I missed that.
Thank you for your input. This shows you that there are many ways to skin a cat, and some of us choose the...
February 13, 2012 at 9:29 am
While this is not exactly what you need, it is a start and you maybe able to modify the script to fit your needs
http://www.sqlservercentral.com/scripts/Security/66129/
Miguel
January 17, 2012 at 8:11 pm
About SQL injection... it is really difficult to explain to people that are not well verse on SQL.
I found this article, which explains it and gives a few examples illustrating...
November 17, 2011 at 12:40 pm
I'm on my droid so I can't look it up, but a few months ago I faced the same problem and requirements. Look inside the setup bootstrap, one of...
October 20, 2011 at 7:27 am
Hello,
Did you find your answer?
I'm still trying to find a solution that does not involve powershell.
Here is an article with powershell,
but in my case, not all servers allow me to...
October 6, 2011 at 10:46 am
Hello,
About getting the node where the instance is running, you can use the following query:
select Nodename from sys.dm_os_cluster_nodes
or this other one:
select Nodename from ::fn_virtualservernodes()
The query above would give you the...
October 6, 2011 at 9:47 am
Let's resurrect this thread.
I was looking every everywhere for an answer... and I was surprised that my fav website didn't have it... So here it is for the next poor...
September 15, 2011 at 10:14 am
gmamata7 (9/2/2011)
Thanks for your inputs...2. How to get the Free space, used space for Mount Points?
I saw this script using Powershell
http://www.mssqltips.com/tip.asp?tip=2444
I haven't had the chance to use it, but it...
September 6, 2011 at 3:49 pm
For the Local Policies question... the account is not listed.
Yes, this is MS SQL 2005 SP2 Standard Edition on Windows Cluster 2003 SP2.
That is a good explanation as to why...
September 6, 2011 at 2:41 pm
Hello,
Interesting stuff the locked page in memory.
I did a search on several log files, and I couldn't find anything in regards to
"Using locked pages for buffer pool", so I guess...
September 5, 2011 at 8:39 pm
I knew I was forgetting something
64 bit and AWE = 1
September 2, 2011 at 3:31 pm
Viewing 15 posts - 46 through 60 (of 87 total)