Viewing 15 posts - 46 through 60 (of 195 total)
I'm thinking, based on what you've said, I convert the Id field to VARCHAR, looking something like LON1_X, or CDF1_X where X is the actual id, and LON1 or CDF1...
March 27, 2009 at 8:50 pm
noeld (3/25/2009)
Identity columns and replication are a dangerous combination.
Identity columns and replication are a dangerous combination for the central subscriber model, specifically because you can have a PK conflict when...
March 27, 2009 at 8:45 pm
Subscribe to publisher #1 with initialization which will create the schema and snapshot the data. Subscribe to publishers #2-X without initialization.
Will new inserts into your publishers occur on only one...
March 27, 2009 at 8:27 pm
Is this a push subscription or a pull subscription? At what step in trying to create the subscription does the error occur? Have you tried scripting out the new subscription...
March 27, 2009 at 8:19 pm
I feel better telling people who are just starting NEVER EVER. If I start equivocating, they'll use it inappropriately. Of course, if you really understand what it's doing, the way...
March 27, 2009 at 7:44 pm
Where I work everyone has their own office. We each have name cards on our windows that can be turned around to display "In The Zone, Do Not Disturb". The...
March 27, 2009 at 6:17 pm
I am trying to trace database to find out what other transactions are taking place while this XYZ application making request and I am just worried about my production performance...
March 27, 2009 at 2:37 pm
I think it's a bit harsh and perhaps even a bit academic to say never ever run profiler against a production server. Yes, it can create problems when used incorrectly,...
March 27, 2009 at 2:28 pm
I Performed full Reindex on Database 2 weeks ago, Last night I explicitly ran the on-line index on 5 tables ..
Database is big its nearly 1 TB and used...
March 27, 2009 at 1:30 pm
I started tracing on DB server from my desk top @ 10:50 AM but I received mail saying that they have not connecting to DB and their application server failed...
March 27, 2009 at 12:53 pm
Gift Peddie (3/27/2009)
March 27, 2009 at 12:32 pm
I am running this profiler from my client machine
It sounds like the OP is saying he's going to run Profiler on his desktop\laptop and point it at his production server.
March 27, 2009 at 12:19 pm
The impact on the server depends on how many events you're capturing and what kind of filters you put in place. Generally speaking traces should be configured to capture only...
March 27, 2009 at 12:09 pm
Forgot to mention that you can also run DBCC SHOWFILESTATS to see extent usage and allocation for each data file.
March 5, 2009 at 1:24 pm
If the three tables are part of the same publication, yes.
March 5, 2009 at 1:19 pm
Viewing 15 posts - 46 through 60 (of 195 total)