Viewing 15 posts - 136 through 150 (of 1,364 total)
If this error occurred during replication, re-create the publication. Otherwise, restore from backup if the problem results in a failure during startup
You might have to re-create the publication as indicated...
March 30, 2010 at 10:07 am
Nice step by step illustration at-->http://blogs.msdn.com/sqlserverfaq/archive/2009/03/31/setting-up-database-mirroring-in-sql-server-2008-using-t-sql-when-the-database-is-encrypted-using-transparent-data-encryption.aspx
MJ
March 26, 2010 at 3:23 pm
Check-->http://www.pragmaticworks.com/Products/Business-Intelligence/DTSxChange/
DTS xChange - DTS to SSIS Migration
DTS xChange is an enterprise ready tool to convert DTS packages to SSIS 2005/2008 with very little manual effort. DTS xChange...
March 26, 2010 at 10:29 am
First try to find what exactly is consuming the most in proc. cache.
SELECT name,
[MB used] = SUM(single_pages_kb + multi_pages_kb)/1024.0
FROM ...
March 23, 2010 at 2:49 pm
March 23, 2010 at 2:25 pm
Read -->http://sqlserverpedia.com/blog/sql-server-bloggers/identifying-the-high-cpu-sql-instance/
and you will get to know howto link them with correct instances using process ID.
MJ
March 22, 2010 at 2:48 pm
Better remove that node from MSCS and then proceed with any uninstallation/maintenance.
In 2000
Evict Node from Microsoft Cluster Service (MSCS). To evict a node
from MSCS, from...
March 19, 2010 at 1:22 pm
u r right.
This event type or event group can be specified when you create Event Notifications to monitor and respond to activity in the database or server instance.
http://msdn.microsoft.com/en-us/library/ms180599(SQL.90).aspx
MJ
March 19, 2010 at 12:48 pm
Do a sp_helpuser against ur db and see if ur login comes in output with required permissions.
MJ
March 18, 2010 at 2:12 pm
March 12, 2010 at 1:16 pm
Take help from -->http://www.mssqltips.com/tip.asp?tip=1860
Also, include type column from backupset table for type of backup performed.
MJ
March 10, 2010 at 9:38 am
Login with that id and execute SELECT * FROM fn_my_permissions (NULL, 'DATABASE');
to see what permissions user has in db and compare them.
March 8, 2010 at 11:46 am
It looks only 32GB would be addressable by OS in such case. Better configure each instance max server memory in such a way that when all instances failover to one...
March 4, 2010 at 12:13 pm
Moin,
Please specify your OS and SQL version/Edition.
Windows Server 2003, Standard Edition supports physical memory up to 4 GB.
Windows Server 2003, Enterprise Edition supports physical memory up to 32 GB.
Windows Server...
March 4, 2010 at 8:40 am
Viewing 15 posts - 136 through 150 (of 1,364 total)