Viewing 15 posts - 8,686 through 8,700 (of 9,248 total)
Barkingdog (12/5/2008)
drive C: OS, pagefile
drive D: tempdb
drive E: log...
December 6, 2008 at 4:20 am
begs the question, what other apps are running on these sql servers?
December 6, 2008 at 4:14 am
nick harris (12/5/2008)
So to list out the current spns I should use
SETSPN -L against what server? My domain controler or my database server? If...
December 6, 2008 at 4:08 am
dva2007 (12/6/2008)
Windows Vista Home PremiumService Pack 1
32 bit or 64 bit?
December 6, 2008 at 4:04 am
dva2007 (12/6/2008)
i have got sql server developer edition which is having different types.
SQL Server Itanium
SQL Server x64
SQL Server x86
I have got Windows Vista Home on my machine. Which...
December 6, 2008 at 3:46 am
there do seem to be problems with services running under domain accounts not registering their SPN's, local system works fine.
SETSPN -L
should list all registered SPN's (not just for sql server)
use...
December 5, 2008 at 12:54 am
a warm server should show very different memory usage
if you've only just started it, monitor for a week or so
December 5, 2008 at 12:46 am
how big is the database?
you could use SQLExpress 2005 if its under 4GB
December 5, 2008 at 12:44 am
from BOL
Logical and Physical File Names
SQL Server 2005 files have two names:
logical_file_name
The logical_file_name is the name used to refer to the physical file in all Transact-SQL statements. The...
December 4, 2008 at 12:32 pm
the logical filename is generally used internally by SQL server, changing it to something different after copying the database is something i would defintiely do.
December 4, 2008 at 12:07 pm
i would re apply SP2 in this case
December 4, 2008 at 12:06 pm
Niyala (12/4/2008)
Because it would be much easier for me than adding individual members manually and, therefore, I wanted to import the Builtin\adminstrators.
Alternatively, I wanted to create a login for a...
December 4, 2008 at 5:46 am
its more to do with admin rights on the box, put yourself in the administrators group on the server and watch the little green arrows appear 😉
December 4, 2008 at 5:41 am
why would you want to allow any windows server admin access to sql server as an admin?
December 4, 2008 at 5:28 am
Viewing 15 posts - 8,686 through 8,700 (of 9,248 total)