Viewing 15 posts - 61 through 75 (of 126 total)
Mike,
I don't have access to Publisher and distributer server, we are only subscribers and don't know what kind of replication they configured to provide data.
By my guess i had created...
September 7, 2009 at 11:25 pm
Mike,
I don't have access to Publisher and distributer server, we are only subscribers and don't know what kind of replication they configured to provide data.
By my guess i had created...
September 7, 2009 at 11:09 pm
Thanks again for your support.
[Much of this depends on how you want to use the database and how much resources you have available for making changes. If all you really...
September 1, 2009 at 1:16 am
First of all thanks for your reply and help. I am giving you reply to your questions in steps below:
[Some of that depends on how you will be using your...
August 31, 2009 at 10:54 am
Although this is not a best practice but for the sake of saving time, you can start publication wizard and when selecting Tables for publication (articles) it will mark tables...
August 26, 2009 at 12:28 am
i have fixed my query;-)
select object_name(id),
case when patindex('%Media%', [text]) > 0 then 'tbl_Mediaelse '' end as Media,
case when patindex('%MediaDetails%', [text]) > 0 then MediaDetails' else '' end as MediaDetails...
August 12, 2009 at 6:58 am
Following are my replies to your question:
"Option 2 (Filegroups and RAID1+0)"
http://msdn.microsoft.com/en-us/library/ms187087.aspx
Improving Database Performance
Using files and filegroups improves database performance, because it lets a database be created across multiple disks,...
August 12, 2009 at 3:53 am
Is the "excellent script" from blog related to FullText Index? Please help. Actually, we have just started working on FullText searching enabled application and have no idea how to managed...
August 8, 2009 at 5:02 am
I think there is another way to check it if its working or not. Sometime ago i read that in a forum and i forgot to save that informartion in...
June 17, 2009 at 12:43 am
from the replication monitor, your desired publication, see there are three tabs on right side, click on "Warnings and Agents" Table.
Under the "Agents and Jobs relarted to this publication" ,...
June 12, 2009 at 6:57 am
Your question is too specific. Please write some details about your problem to understand and give right answer.
Shamshad Ali
June 12, 2009 at 3:29 am
Yes, you are right and i would appreciate to have comments from everyone and get idea which one will best suite in my scenario mentioned above.
We actually want to keep...
May 29, 2009 at 1:21 am
Thanks for your suggestion, I never worked on replication which do NOT apply deletions to subscribers and Need to test this as a solution- if it works and has not...
May 28, 2009 at 10:56 pm
Actually we are doing this technique (archiving) only becaues of Performance issue. i would like to know which option will be best? either archiving or table partitioning?
here a guy has...
May 26, 2009 at 3:20 am
Thank you all for your reply. You are right that we only need data warehousing only for the purpose of reporting, nothing else. We have slightly changed our plan, that...
May 25, 2009 at 4:24 am
Viewing 15 posts - 61 through 75 (of 126 total)