Viewing 15 posts - 4,501 through 4,515 (of 9,253 total)
SQL Server browser is used to locate named instances of SQL Server on the host. Are you using any named instances on the server?
December 5, 2012 at 2:11 am
SQL Server 2005 Std to SQL Server 2012 Ent is a valid upgrade path, what is the service pack level of the SQL Server 2005 instance?
This needs to be service...
December 5, 2012 at 2:09 am
you can upgrade from SQL Server 2005 Ent edition directly to SQL Server 2012 Ent edition, but the SQL Server 2005 instance will need to be at service pack 4.
December 5, 2012 at 2:06 am
Stopping sql server is a bit like using a sledge hammer to crack a nut. You only need to take the database offline as follows
ALTER DATABASE mydb SET OFFLINE
Once offline,...
December 5, 2012 at 2:04 am
Mh-397891 (12/4/2012)
And we have another cluster Cluster2 which is...
December 5, 2012 at 2:00 am
Ok but generally you would want at least 2 or 3 NICs teamed for your public connection to provide redundancy.
December 4, 2012 at 11:50 am
Can you post the table definitions for the tables you are deleting from?
December 4, 2012 at 5:46 am
sql-lover (12/3/2012)
-We are using cross over cable for heartbeat
As i said a segregated network
sql-lover (12/3/2012)
December 4, 2012 at 1:49 am
sqlfriends (12/3/2012)
Can I use dynamic port for the named instance,
When I install the named instance, and check the tcp\ip port, it defaults to blank, with dynamic port set to...
December 3, 2012 at 11:54 pm
Oops good catch Lynn I didn't spot that port number there
December 3, 2012 at 11:47 pm
sqlfriends (12/3/2012)
Do I have to configure the named instance to use diffrent port than 1433 because the...
December 3, 2012 at 4:32 pm
sql-lover (12/3/2012)
My bad, we all know 3 is what we need ... 🙂
No, not necessarily. It all depends on your network infrastructure and your redundancy requirements.
sql-lover (12/3/2012)
December 3, 2012 at 4:29 pm
The wmi comsole is pretty good here. The problem with xp_fixeddrives is it cant return mounted volume details. Use something along the lines of
wmic volume get capacity, "free space", name
December 3, 2012 at 1:47 pm
Viewing 15 posts - 4,501 through 4,515 (of 9,253 total)