Viewing 15 posts - 91 through 105 (of 528 total)
Are you using a password that does not conform to your Windows security configuration? Is the error message legitimate or objecting falsely to a valid password? Your posts...
January 6, 2009 at 10:24 am
Have you tried changing the order of your case statements to see if the results change?
Is it also possible that you're getting a default value assigned because of a step...
December 16, 2008 at 10:17 am
Without wanting to know corporate details or other 'secret' information, it sounds like you are trying to improve performance without having a clear idea what's truly wrong, other than either...
December 16, 2008 at 10:04 am
I'm confused. Are you trying to capture:
a) data changes
b) structure changes
c) code (aka stored procedures, views, etc.) changes
d) all of the above
The methods used to...
December 16, 2008 at 9:57 am
This may sound like 'master of the obvious', but here goes:
The more clearly you can define your objectives, the easier it is to choose between alternatives. Is the objective...
December 16, 2008 at 9:49 am
Atul, your version is later (9052 vs 9042) - are you suggesting that a bug fix has been implemented?
December 16, 2008 at 9:07 am
Operating system? version of SS2k5 (Express, std, enterprise...)?
Language settings? Sounds like a funky setting is getting impacted when you first open, then fixes itself upon closing. Or...
December 8, 2008 at 12:39 pm
Nothing beats good design.
first question: Will you capture the who/what/when in the same table as where the table resides, or in a separate 'audit log' area?
second question: how...
December 8, 2008 at 12:05 pm
bodhilove (12/3/2008)
For example. I want to use a login trigger to open a symetric key for decryption/ encryption in a...
December 8, 2008 at 11:34 am
Rusty -
If you use transactional replication, beware of the initial snapshot - it will overwrite your added fields. Also, each time you update a record in the subscriber,...
October 2, 2008 at 9:57 am
Yes, thank you, the scenario is clear. The challenge you are experiencing is, I believe, in how you set up the pull replication drawing from A3 to A2. ...
October 2, 2008 at 9:47 am
Sorry to take so long to respond - I've been away....
Anyway, to answer your question, let's pretend you only need the content used by the view:
Let's say that your view...
October 2, 2008 at 9:42 am
There is a difference between requesting a 'what' and requesting a 'how'. This sounds like a 'what' request - they want additional columns to correlate with a snapshot-replicated table....
September 25, 2008 at 1:30 pm
What kind of replication are you performing? If not MERGE, then your subscriber will have to match publisher 100%, without regard for what was in subscriber before. There...
September 25, 2008 at 1:23 pm
If you are replicating / synchronizing between 2 machines (simplest case), and one machine is down, what do you have to replicate / synchronize with?
I'm looking through the glass darkly,...
September 25, 2008 at 1:21 pm
Viewing 15 posts - 91 through 105 (of 528 total)