Viewing 15 posts - 151 through 165 (of 434 total)
This would involve what type of cluster you are planning.
Please read the BOL for more information. This checklist might help you.
Checklist for SQL Server 2008 64 Bit on Windows...
January 24, 2010 at 9:42 pm
luckysql.kinda (1/24/2010)
Can anyone tell me what are the instances when we need to reinitialize subscription?-Lucky
Would like to know what type of replication you have ?
According to BOL, Reinitializing a...
January 24, 2010 at 8:30 pm
Thank you all for helping me out. code is absolutly running fine.:-D
October 24, 2009 at 11:22 am
Piotr.Rodak (10/11/2009)
Hi,Wouldn't LIKE work for you?
select SubstriptionID from Subscription where Subs LIKE '%SNA: The comba Marketing%'
Piotr
This statement will return all the rows with the SNA value..
I need to pass...
October 11, 2009 at 9:48 am
I have dissabled firewall, Checked the TCP/IP is listening on 1433, NAme pipes is enabled, SQL browser service is running
Remote connection is enabled.
what else to check ?
September 1, 2009 at 1:03 am
I think when you drop a database all the physical files associated with that database get automatically deleted ( mdf & ldf). There might not be in pointers in the...
July 19, 2009 at 9:58 pm
I think when you drop a database all the physical files associated with that database get automatically deleted ( mdf & ldf). There might not be in pointers in the...
July 19, 2009 at 9:56 pm
This indicate a thread is locked out.
You need to apply the hotfix for Windows Server 2003 SP1 that is described in Microsoft Knowledge Base 919341.
Check the link http://support.microsoft.com/kb/922658
Verify with...
June 22, 2009 at 4:49 am
In 2005 there are some standard reports via SSMS. Right Click DB | Reports | Standard Reports.
To get these report you need to install SQLServer2005_PerformanceDashboard.msi by running setup. This...
June 12, 2009 at 4:26 am
You need to consider scaling up your processor, RAM, Netwrok Speed, Fast disk subsystem apart from DB load balancing. If number of users increase then start thinking for database load...
June 11, 2009 at 9:10 pm
This means some other backup or job running which is using the same file.
Following are the few things which are not supposed to be running while the database backup is...
June 8, 2009 at 9:55 pm
When an index is rebuilt the new index is written to the data file, and the space for the old index is de-allocated. But the process of writing the new...
June 8, 2009 at 9:43 pm
It might eat up all of disk space available. While considering this option you should analyze your database growth which depends on numerous factors. Which mainly depens on the capacity...
June 8, 2009 at 12:47 am
Viewing 15 posts - 151 through 165 (of 434 total)