Viewing 15 posts - 91 through 105 (of 2,007 total)
Please google for SQL Server Clustering with geo-clusters. It has few limitations / requisites & would be a costly solution.
April 28, 2012 at 4:07 am
Central Management Servers are not HA solutions.
April 28, 2012 at 3:33 am
If you don’t know the server name (Instance) then you can’t connect to SQL Server. This is how it is designed.
If the SQL Server Browser Services are not running on...
April 28, 2012 at 3:24 am
But I want to move the database storage from local to central storage.
Can you please explain more on that? What exactly you have in your mind?
April 28, 2012 at 3:12 am
Please correct me if I am wrong, isn’t merge replication publishers & subscribers interchangeable and both servers can play both roles (primary & secondary).
May I know why you are not...
April 26, 2012 at 11:47 am
If you won't mind novice’s advise... http://msdn.microsoft.com/en-us/library/ms151224.aspx
April 26, 2012 at 11:28 am
I read complete thread but don’t find any good reason for splitting data into 3 servers. Did you assume it will improve performance? In a way yes because DML operations...
April 26, 2012 at 11:11 am
Please don’t blame SSIS for poor performance. It can be (& should be) optimized. As you already accepted you ended up with many unnecessary tasks with your approach which you...
April 26, 2012 at 10:44 am
SQL Server & Oracle (I believe DB2 as well) provide the functionality to auto generate the IDs (sequence numbers) which are heavily used by industry. You don’t need to write...
April 25, 2012 at 11:13 am
If it’s going to be one time execution, BCP / Bulk Insert approach is fine. If it has to be a regular scheduled task then I would recommend SSIS or...
April 25, 2012 at 11:01 am
I feel interim table is unnecessary here. We can simplify the relationship between person & address as one-to-many. With this we will lose the flexibility to map one address with...
April 25, 2012 at 10:50 am
I am not arguing on Paul’s capabilities (and your suggestion as well). I just wanted to say that OP is particularly looking for MS reference.
April 24, 2012 at 12:20 pm
Lynn Pettis (4/24/2012)
I would look at Paul Randals blog on SQLSkills.com if you are looking for something more authoritative.
The following still holds good...
realyl need to find something from MS saying...
April 24, 2012 at 12:10 pm
If this question is in continuation of two other (separate threads, on data type mismatch), then function won’t be a proper solution for you. But go ahead with function approach...
April 24, 2012 at 12:07 pm
I don’t think Microsoft has documented all the best practices in MSDN. Most of the best practices are outcome of user experiences that are scattered on web in forms of...
April 24, 2012 at 12:01 pm
Viewing 15 posts - 91 through 105 (of 2,007 total)