Viewing 15 posts - 151 through 165 (of 167 total)
Hi, unfortunatly you need to download the bits you need individually so scroll down until you find the .msi files for Uupgrade Advisor (its about half way down the page),...
April 3, 2012 at 12:58 am
You can get SSMS for Express Edition
2008r2 Edition @ http://www.microsoft.com/download/en/details.aspx?id=22985
2008 @ http://www.microsoft.com/download/en/details.aspx?id=7593
April 3, 2012 at 12:51 am
Its the same for all, a domain accout with the minimum privlages, the account needs to be able to run as a service if you apply restricted group policies accross...
April 3, 2012 at 12:42 am
April 2, 2012 at 9:15 am
sp_help_revlogin maybe what your looking for see this for more details:
April 2, 2012 at 9:02 am
other option for logins is to use sp_help_revlogin
April 2, 2012 at 8:58 am
Think the index rebuild will cause your DB files to grow again
April 2, 2012 at 3:15 am
take a look at this, http://support.microsoft.com/kb/955725, clustering may be an issues as advised above but on the whole I don't see any issues
April 2, 2012 at 2:51 am
you need SQL Server Upgrade advisor, you can download it here:
April 2, 2012 at 2:16 am
Try this:
DBCC SHRINKDATABASE(iedb, 10);
Go
I usually find specifying the % free size works the best
March 29, 2012 at 6:32 am
The error your getting normally only occurs if your trying to connect using SQL authentication when it is not enabled.
Are you trying to connect to a named or the default...
March 29, 2012 at 3:06 am
here are a couple of things that i've found when setting this up....
1. Use FQDN's when specifying your service object e.g. setspn -A MSSQLSvc/Server_Name.sub_domain.root_domain.org.com:port domain\SQL_Service_Accont
2. MSDTC Configuration
On each SQL...
March 29, 2012 at 1:39 am
With Snapshot replication snapshots get taken at whatever interval has been setup, look at the SQL Agent job to find this. I'd personally only use this when you have...
March 29, 2012 at 1:14 am
One reason to change the port number is if your named instance needs to use kerberos delegation there's many others when you'd need to do it. My personal preference...
March 1, 2012 at 2:02 am
Viewing 15 posts - 151 through 165 (of 167 total)