Viewing 15 posts - 841 through 855 (of 1,365 total)
Use the below mentioned code:
Make sure first you create a table named servers under master database with servernames in it.
GO
/****** Object: StoredProcedure [dbo].[usp_linked_query] Script Date: 08/28/2008...
December 28, 2008 at 7:54 pm
What is the sql server version, memory configuration, OS and CPU utilization?
MJ
December 26, 2008 at 4:52 pm
Run the following statements on all nodes and compare the same.
Select serverproperty('productlevel')
go
Select serverproperty('productversion')
MJ
December 26, 2008 at 4:46 pm
How much time it takes to backup this 2GB database? Also, check the following disk counters:
See PhysicalDisk counters:
· Disk sec/Read
· ...
December 26, 2008 at 12:39 pm
How much records are there in temp1 table and how much out of these are getting updated by this code? Also, for making use of the present indexes try to...
December 26, 2008 at 12:29 pm
Run this:
select * from sys.service_queues
These are messages from service broker queue. It looks from message that you need to recreate the notification procedure in question.
MJ
December 26, 2008 at 9:04 am
Add that non-dba guy as an valid login on server and then he will be able to view metadata by executing sp_helptext [stored procedure name] command in SSMS.
MJ
December 23, 2008 at 4:38 pm
Any changes, editing under notification tab requires sysadmin privileges.
MJ
December 23, 2008 at 1:52 pm
Check for any database maintenance related operations like reindexing or so.
MJ
December 23, 2008 at 1:42 pm
Restart your sql server services and see if it then displays the right version.
MJ
December 23, 2008 at 1:21 pm
Which network protocols are enabled for this new instance?
MJ
December 23, 2008 at 11:31 am
What are the network protocols enabled for this new instance?
MJ
December 23, 2008 at 11:29 am
Type .\Developer Edition in server name box under management studio.
MJ
December 22, 2008 at 3:14 pm
December 22, 2008 at 2:54 pm
To remove witness:
http://msdn.microsoft.com/en-us/library/ms366340(SQL.90).aspx
To add witness:
http://msdn.microsoft.com/en-us/library/ms365603(SQL.90).aspx
MJ
December 22, 2008 at 2:46 pm
Viewing 15 posts - 841 through 855 (of 1,365 total)