Viewing 15 posts - 736 through 750 (of 1,069 total)
What are the issues you are having with replication distribution server?
Please note that clustering is a high availability solution. Not a high performance solution.
If the issues are related performance, clustering...
January 29, 2010 at 6:21 am
Schema changes to the tables are automatically replicated in transaction replication of SQL Server 2005 version. There is no need to recreate or rebuild the publication.
January 29, 2010 at 5:34 am
Does column debnr exist in cicmpy table (or view)?
January 22, 2010 at 6:13 am
dmoldovan (1/18/2010)
I can alter the tempdb size using ALTER DATABASE, however the tempdb will be created...
January 22, 2010 at 5:59 am
Did you try to alter the table using T-SQL command or GUI?
If it was GUI, try T-SQL. It may work.
January 22, 2010 at 5:35 am
Add the user to db_datareader database role only.
January 22, 2010 at 3:19 am
But one of the Customer asked me to take backup for a perticulat time period.
ex: Customer Name: xyz
Customer_Number: 1000
Backup : from 01-01-2009 to 12-31-2009.
If you don't have the date column...
January 22, 2010 at 3:11 am
ksvchowdary (1/22/2010)
In this database we have 12450 Customers Data.If I want to take the backup of ABC database I can take the...
January 22, 2010 at 2:53 am
row/page compression supports tables and indexes.
Sample:
CREATE TABLE T2
(c1 int, c2 nvarchar(50) )
WITH (DATA_COMPRESSION = PAGE);
GO
For more information please see BOL.
January 22, 2010 at 2:26 am
Please don't cross post.
Duplicate post:
http://www.sqlservercentral.com/Forums/Topic851802-146-1.aspx
January 22, 2010 at 2:15 am
Replicate with filter to another database. Then backup that database.
January 22, 2010 at 2:11 am
Yes it is possible.
SQL Server 2008 has row/page compression option. You can utilize it.
Compressed drive for SQL Server database is to be used only if you don't have any other...
January 22, 2010 at 1:52 am
Check Show all columns
Check HostName column
Set filter on HostName column.
January 22, 2010 at 1:44 am
Steve Cullen (1/20/2010)
January 20, 2010 at 11:23 pm
Viewing 15 posts - 736 through 750 (of 1,069 total)