Viewing 15 posts - 16 through 30 (of 38 total)
But if i am not wrong we could add instances in SQL Server 2000, by right clicking
enterprise manager and create and register new instance by giving name of the instance.
i...
July 9, 2009 at 12:18 am
agreed with marsh.
seems permission related issue. please check for permission for the account from which you are running.
Manoj
May 4, 2009 at 3:56 am
May 4, 2009 at 3:41 am
please check is there any application configured with same port?
stop all applications and services.
start sql server.
this will permit sql server to take control over port 1433.
Manoj
May 4, 2009 at 2:50 am
same way if you want to check existence of file
use xp_fileexists 'path'
April 29, 2009 at 5:12 am
by using Transfer Logins Task package
and sp_change_users_login
Manoj
April 24, 2009 at 4:14 am
you can use below query:
select spid, status, loginame, hostname, blocked, db_name(dbid), cmd from master..sysprocesses where db_name(dbid) = 'yourdb'
Manoj
April 24, 2009 at 3:22 am
SQL Server Performance Monitor -> add counter Total Server Memory(in KB)
will display how much memory is allocated by an instance of SQL Server
Memory-Available Bytes
will display how many...
April 22, 2009 at 12:56 am
seems this is a memory problem.
please provide some more detail like size of your mdf,ldf and location of both.
configuration available.
if space is not a problem check integrity of your...
April 21, 2009 at 5:04 am
i am not in a favour of recommending covering index. As according to your information you are fetching a records by specifying single column filter. by creating separate index will...
April 21, 2009 at 4:59 am
you can enable it from
Database Mail Configuration Wizard -> the SQL Server Surface Area Configuration tool OR sp_configure.
October 13, 2008 at 3:40 am
This is a problem with microsoft product. please wait for new SP or consult MS for the same.
September 29, 2008 at 3:40 am
Viewing 15 posts - 16 through 30 (of 38 total)