Viewing 15 posts - 106 through 120 (of 167 total)
It depends upon application or setting of tool that you are using. If you have configured to use named pipes then it should be enabled obviously. And same for TCP/IP....
November 14, 2008 at 12:24 am
I have found some possible solutions, please check these
Verify that your network name resolution works.
Verify that the servers can communicate with one another by name, not just by...
November 13, 2008 at 4:43 am
Thanks for submitting the solution here also.
November 13, 2008 at 4:36 am
I would suggest that please also have a look at http://support.microsoft.com/?kbid=873160
November 13, 2008 at 3:07 am
Go to surface area configuration as shown and configure there.
November 13, 2008 at 12:31 am
Jerry, i have found it interesting to use your second idea of using sp_helptext sp_fkeys. Please guide me further that how to implement it for code customization?
November 11, 2008 at 10:05 pm
For a report application, i have to get table names where foreign key from a table is being used. For this purpose i was looking an optimized way to get...
November 11, 2008 at 10:01 pm
You may check msdb.dbo.backupset. There columns like 'is_damaged' may help you.
November 6, 2008 at 11:53 pm
For time being, while tracing the source, you may change recovery model to simple. This will let you out of this problem until you trace the reason.
November 6, 2008 at 11:49 pm
For some basics for monitoring SQL Server 2005 you may visit my SQL Server blog (DBDigger)
November 6, 2008 at 11:42 pm
If you declare a transaction then you need to commit it. In case of ordinary batch without a declared transaction you do not need to commit explicitly.
November 6, 2008 at 11:39 pm
Look for use of 'INSTEAD OF Triggers'. As triggers are of two types after and instead of. in your case 'instead of trigger' may work.
November 5, 2008 at 1:08 am
First take transactional log backup of your database. It will truncate inactive transactions from log. Then shrink the database and it should be reduced in size.
November 4, 2008 at 10:32 pm
Are u using wizard for maintenance plan or designer?
November 4, 2008 at 4:55 am
Have you confirmed that SQL Agent service is running? And please also tell that either you are using wizard or designer for creating the plan?
November 4, 2008 at 4:51 am
Viewing 15 posts - 106 through 120 (of 167 total)