Viewing 15 posts - 1,981 through 1,995 (of 2,007 total)
Designing Partitions to Manage Subsets of Data:
http://msdn.microsoft.com/en-us/library/ms191174(v=SQL.90).aspx
October 3, 2011 at 6:05 am
1. To minimize downtime, we recommend Start the rolling upgrade by updating any mirroring partner that is currently the mirror server in all its mirroring sessions. You might have to...
October 3, 2011 at 4:14 am
Many options:
Linked Server
BCP
Export Import Wizard
SSIS
October 3, 2011 at 4:00 am
Please go through following article.
Factors That Can Delay Log Truncation:
http://msdn.microsoft.com/en-us/library/ms345414.aspx
Troubleshooting a Full Transaction Log (Error 9002):
October 3, 2011 at 3:56 am
This is the issue of version / change management. What exactly you need is a process to manage the changes in database and it should be strictly followed at the...
October 3, 2011 at 3:30 am
SQL Server reads / executes binaries when it starts. After that it uses memory to refer SQL Server objects. Thus there would be no (or less) read / write operations...
October 3, 2011 at 3:15 am
Yup... We all hate to restart the server but most of the times it works well. :laugh:
October 3, 2011 at 1:17 am
As you said the replication was running fine since a year so I assume there is no procedural issue in it. I guess there is some issue with the page...
October 3, 2011 at 12:54 am
Either you go with multiple schemas or multiple databases the DEV effort would be the same. However I see few manageability benefits in both the approaches.
If you choose one database...
October 3, 2011 at 12:43 am
Use a service account for SQL Server Service, which has access to UNC drive. However a bad example but if you can access UNC drive with 'domain\user' account configure you...
September 30, 2011 at 6:22 am
Please go through following article. It will answer all your questions.
Files and Filegroups Architecture:
September 30, 2011 at 5:41 am
When you create an object (say a table), it goes to PRIMARY file group (unless you specify any different). SQL Server decides how to manage data of this table in...
September 30, 2011 at 5:33 am
In Replication you define the articles for publication which could be a subset of database e.g. few tables. Log Shipping works on a database as whole.
September 30, 2011 at 5:26 am
You may find it an out-of-track suggestion but have you considered creating a new table splitting it into multiple files (may / may not be partitioned) with clustered index (may...
September 30, 2011 at 5:13 am
Please post your query here for analysis.
September 30, 2011 at 4:36 am
Viewing 15 posts - 1,981 through 1,995 (of 2,007 total)