Viewing 15 posts - 1 through 15 (of 36 total)
actually this was a trick for who don't how 64bit env works.
the first 2 options are valid in 32bit env, and I bet that a lot of people will choice...
---------------------
Alex Rosa
http://www.keep-learning.com/blog
January 8, 2010 at 11:45 am
yes, the question would be better if talked about: what do you need to do for sql server recognize more than 2GB of memory in an 64bit environment?
to allocate the...
---------------------
Alex Rosa
http://www.keep-learning.com/blog
January 8, 2010 at 9:42 am
This QotD and Andreas'reply were a great tip.
---------------------
Alex Rosa
http://www.keep-learning.com/blog
January 1, 2010 at 6:24 am
Hi everyone,
My SQL Server goals to 2010 are:
1) get MCITP SQL Server 2008 DBA and DEV (yeaahhh, both...lol)
2) write SQL Server articles for an international website, SSC here we go...lol
3)...
---------------------
Alex Rosa
http://www.keep-learning.com/blog
December 31, 2009 at 1:51 pm
It's true, is very important to have a professional development plan.
I like to read Microsoft Resource Kit books, because they have a well defined sequence to study. This kind of...
---------------------
Alex Rosa
http://www.keep-learning.com/blog
November 21, 2009 at 4:16 pm
In big companies the database security is better (not perfect), in medium or small companies I’ve seen basic security failures.
So, this sounds like a good idea, but maybe an utopia.
---------------------
Alex Rosa
http://www.keep-learning.com/blog
August 24, 2009 at 7:25 pm
Hi,
Take a look at this article:
---------------------
Alex Rosa
http://www.keep-learning.com/blog
May 6, 2009 at 8:52 pm
Hi guys,
It's very important to test the sysadmin connections before remove the BUILTIN\Administrator group, but don't forget that since MSSQL 2005, we have an workaround if the SA password was...
---------------------
Alex Rosa
http://www.keep-learning.com/blog
May 4, 2009 at 10:35 am
One of my favourites:
---------------------
Alex Rosa
http://www.keep-learning.com/blog
May 3, 2009 at 5:45 pm
If the Distributor account has SYSADMIN permissions, will be work.
A database set to RESTRICTED MODE allow access to all connections with DBOWNER (or higher).
Sysadmin is a permission higher than dbowner.
So,...
---------------------
Alex Rosa
http://www.keep-learning.com/blog
May 2, 2009 at 4:02 pm
No, it's not possible.
But if you didn't grant Windows account access to MSSQL, you'll have only MSSQL logins working on the instance.
Ensure that BUILTIN\Administrator was removed too.
---------------------
Alex Rosa
http://www.keep-learning.com/blog
May 2, 2009 at 3:54 pm
In Windows Server isn't possible as Unix Server (not MSSQL off course).
You need to uninstall and install again.
Make a database backup if needed.
---------------------
Alex Rosa
http://www.keep-learning.com/blog
May 2, 2009 at 3:44 pm
What about this line?
exec sp_trace_setfilter @TraceID, 11, 0, 1, N''
A column NOT LIKE '' using an AND operator will return more records.
---------------------
Alex Rosa
http://www.keep-learning.com/blog
April 30, 2009 at 6:54 pm
PaulB (4/27/2009)
I think you didn't read what SQL Reddy wrote; even if you can have more than one datafile it is also true you can have just one mdf file.
Hi...
---------------------
Alex Rosa
http://www.keep-learning.com/blog
April 27, 2009 at 5:22 pm
yeap...archive log for further analysis (if necessary).
---------------------
Alex Rosa
http://www.keep-learning.com/blog
April 27, 2009 at 11:38 am
Viewing 15 posts - 1 through 15 (of 36 total)