Viewing 15 posts - 286 through 300 (of 1,158 total)
Running a snapshot is not reinitializing. The only time this will generate any sort of snapshot is if you add 1 or more new articles then a snapshot containing...
September 18, 2012 at 8:53 am
muthyala_51 (9/17/2012)
I have setup replication with sync type-replication support only and it's working fine. If I need to reinitialize the subscriptions of any publication, do I need to completely drop...
September 18, 2012 at 5:04 am
JamesMorrison (9/17/2012)
September 18, 2012 at 3:38 am
JamesMorrison (9/17/2012)
The problem I see with that is if an update to the original...
September 18, 2012 at 3:36 am
I should have asked already. What are your reasons for partitioning this table?
September 17, 2012 at 1:01 pm
Why?
Use the trigger on the source table to insert/update/delete in the "shadow" table.
Any additional tables and logic is adding work and complicating a simple setup
September 17, 2012 at 12:58 pm
I've done this several times before. You need capacity to store two copies of the table.
-create a partitioned table of the same structure called table_ptn.
-Add a trigger to maintain...
September 17, 2012 at 10:52 am
You can but I would only advise this in exceptional circumstances like you are not in a position to updates stats on a very, very large table or in a...
September 16, 2012 at 2:22 am
Danzz (9/15/2012)
The log scan number (690:13675:299) passed to log scan in database 'DB_Name' is not valid. This error may indicate data corruption or that the log file (.ldf) does not...
September 16, 2012 at 2:10 am
somabk2007 (9/12/2012)
Hi,Need help in dynamically creating a Timeslot table based on office hour StartTime and EndTime((like 2.30pm-4.30pm, timeslots hv to be 30 mins interval) Any help is greatly appreciated.
Thanks
Some idea...
September 12, 2012 at 9:42 am
Mirroring has an processing overhead on the principle server which can, and does, have a performance impact on high TPS servers. I've seen it and discounted this technology for...
September 11, 2012 at 9:59 am
chandan_jha18 (9/11/2012)
Mirroring solution will work fine to minimize the downtime but please make sure that you have exact versions of sql server with exact level of service pack.Thanks
Chandan
This is why...
September 11, 2012 at 7:39 am
Chris Houghton (9/11/2012)
Great article - you started my day with a smile 🙂
Agreed
This is a very similar way to me except I always wanted to work in IT but circumstances...
September 11, 2012 at 2:10 am
ananda.murugesan (9/10/2012)
SQL - SQL SERVER 2008 R2 64 bit (SP 2 installed)
One of the dedicated sql...
September 10, 2012 at 8:40 am
Of course my suggestion assumes the rows can be in different states whilst the update is ongoing.
If the rows need update simultaneously I would do this
1. create a...
September 7, 2012 at 12:53 pm
Viewing 15 posts - 286 through 300 (of 1,158 total)