Viewing 11 posts - 1 through 11 (of 11 total)
Well, it's clear that we have different opinions on this. Because this solution works in our shop, I'm not inclined to revert to more tedious technical solutions, but thanks...
June 18, 2008 at 8:08 am
My experience is:
- We deployed replication on our clustered 64-bit SQL 2005 nodes.
- We used the built-in GUI to configure transactional replication without incident.
- This is a production environment.
-...
June 17, 2008 at 11:31 am
On EMC SANs:
- it it NOT necessary to reboot the server to see a new LUN
Rather:
- open Computer Management;
- click on Disk Management;
- select Rescan Disks from Actions...
June 16, 2008 at 9:19 pm
- I believe most of your objections refer to earlier versions of SQL Server.
- Please review the following brief discussion in Redmond Developer New of the Replication implementation in SQL...
June 16, 2008 at 8:50 pm
Question: Why not save yourself a lot of trouble and simply replicate the database tables you need from your ISP to your office SQL server?
- In our shop, we...
June 14, 2008 at 4:38 pm
Microsoft notes:
- "After migrating an account and maintaining the SID history of the source domain account, when a user logs on to the target domain, both the new SID and...
June 14, 2008 at 12:39 pm
A brief overview of the process follows:
- Microsoft changed their Cluster terminology a while back: current terminology is "Multi-Node" rather than "Active-Active" or "Active-Passive".
- Each node is...
June 14, 2008 at 12:02 pm
Fix duplicate parameters in sp_addpublication:
Msg 8143, Level 16, State 1, Procedure sp_addpublication, Line 0
Parameter '@status' was supplied multiple times.
[/*Addition of the publication*/
sp_addpublication
June 12, 2008 at 11:06 pm
Working sample code to review at:
June 12, 2008 at 10:47 pm
- Hardware upgrades don't clear log files.
- Log archives are not created by default. You can increase the permitted size.
- Different logs have different levels of activity, so their...
June 12, 2008 at 9:21 pm
The bad news:
- Any user account (Windows or SQL) granted access to a database will have the ability to connect using an ODBC connection. Users can also use scripting code...
June 12, 2008 at 7:31 pm
Viewing 11 posts - 1 through 11 (of 11 total)