Viewing 15 posts - 436 through 450 (of 928 total)
You could edit the Stored Procs on the Subscriber to check for the correct conditions before procedding the data. Depending upon how many tables and how you identify the data...
December 18, 2014 at 1:24 am
SQLBits have just announced their next conference - London Excel 4th - 7th March 2015.
November 7, 2014 at 2:19 am
kapil_kk (11/5/2014)
sorry, posted the wrong desired output..please seet he modified one
You need to join the two tables based on the ID column, then the WHERE clause that Koen posted will...
November 5, 2014 at 3:15 am
You've installed SQL Server with an option to cater for Replication but you haven't actually set up any Replication yet.
Once you create a Publication a Distribution database will be created...
October 30, 2014 at 10:11 am
There was an article about this some time ago - http://www.sqlservercentral.com/articles/T-SQL/95670/
October 30, 2014 at 2:28 am
Rechana Rajan (10/17/2014)
Its 'The wait operation timed out' error looged in our exception table and i believe its timeout experienced for customer when accessing the site.
had a...
October 17, 2014 at 8:11 am
A server-side profiler trace is quite light but it depends upon how much data you're trying to save from the trace. It has to write the results to a file...
October 17, 2014 at 7:50 am
Snargables (10/16/2014)
October 16, 2014 at 7:10 am
Bill Dykstra (10/16/2014)
BrainDonor (10/16/2014)
Have you looked at Replication?We use it extensively here for precisely that purpose. Data is copied across regularly and the staging data can be read.
Thanks BrainDonor.
I have...
October 16, 2014 at 6:35 am
Have you looked at Replication?
We use it extensively here for precisely that purpose. Data is copied across regularly and the staging data can be read.
October 16, 2014 at 5:02 am
When you run the package locally you obviously have the required permissions to access the databases involved. When you run it from the server that you exported it to, the...
October 16, 2014 at 1:16 am
matthewlee887 (9/30/2014)
October 1, 2014 at 1:57 am
An excellent resource for date-related queries is Roby Page and Phil Factor's Date/Time workbench:
https://www.simple-talk.com/sql/learn-sql-server/robyn-pages-sql-server-datetime-workbench/
September 3, 2014 at 3:19 am
You need to be patient when asking for assistance - a lot of people here have full-time jobs and answer when they are able.
Have a look at WITH NOCHECK, which...
August 14, 2014 at 3:09 am
With the number of features within SQL Server it is actually quite hard to decide what somebody with 5 years experience should know - its really down to want you...
August 5, 2014 at 6:30 am
Viewing 15 posts - 436 through 450 (of 928 total)