Viewing 15 posts - 361 through 375 (of 388 total)
Fill Factor should be chosen depending data modification on the table so that page splits won't occur often resulting in fragmentation. It is just percentage of page you want...
February 10, 2010 at 3:39 pm
How about using "SP_MSFOREACHDB"
February 10, 2010 at 3:23 pm
Depends on the version of LITESPEED that you are using, or it’s a native backup.
We upgraded to the latest version of litespeed to solve it the last time we saw...
February 10, 2010 at 3:06 pm
I wouldn't run Update stats job in SQL 2005, by default auto update stats option is set to on in SQL 2005, That update stats job cause you lot...
February 10, 2010 at 2:13 pm
Set up replication to run under same account as SQL server account, If you want to set up different account assign SA role to that Login, this should fix your...
February 10, 2010 at 1:55 pm
You can use activity monitor to findout from which SID, Host name and Database name the connections are coming from. There is no way to findout what is the...
February 10, 2010 at 1:48 pm
Are you refereing to Instance name? Like Default and Named instance.
February 10, 2010 at 1:37 pm
Nothing will happen, you will see bunch of error messages in SQL server log. Script out the failed subscription and drop the failed subscriber form the publisher, just to keep...
February 10, 2010 at 1:25 pm
Try this!
select serverproperty ('MachineName')
February 10, 2010 at 1:14 pm
Best practices is to place TempDB MDF and LDF files in different drive than other user databases. The reason is tempdb log file will use complete disk space some times,...
February 10, 2010 at 1:02 pm
Make sure both results are same when you run these statements, assuming default instance name.
select @@SERVERNAME
go
select serverproperty ('ComputerNamePhysicalNetBIOS')
EnjoY!
February 10, 2010 at 12:36 pm
Check the windows events logs and SQL server logs.
February 10, 2010 at 12:27 pm
I don't think you will face any challenges, Upgrade Passive node and failover SQL instance to passive node and do the failover\failback few times before you upgrade other node. It...
February 10, 2010 at 12:21 pm
Did you try to start from SQL Server Configuration Manager?
February 10, 2010 at 10:11 am
Viewing 15 posts - 361 through 375 (of 388 total)