Viewing 15 posts - 91 through 105 (of 536 total)
You cant script out an encrypted sp. you need to speak to the third party vendor and ask them for the scripts.
there are some third party scripts available that...
May 6, 2010 at 2:03 am
you use the "with encryption" command when you create the object
May 5, 2010 at 8:02 am
deepthi818 (5/3/2010)
"Cannot resolve collation conflict for equal to operation." -Does this error always occur or...
May 4, 2010 at 6:36 am
T_SqueaKquel (4/28/2010)
April 28, 2010 at 8:45 am
what type of transactional replication are you using? is it queued or immediate updating. If its immediate then i believe it will try and commit the transaction at...
April 27, 2010 at 4:45 pm
Hi,
I know its been a few months since you had this issue but how did you go about finding that the problem was due to a trigger? I...
April 27, 2010 at 6:51 am
Toby White (4/22/2010)
April 22, 2010 at 8:30 am
Toby White (4/21/2010)
You need to query the distribution database and the mssubscriber_info table.
Thanks Toby. I did see that table, however there doesnt seem to be a lot to join...
April 21, 2010 at 4:26 pm
It depends on how often you want the data refreshed, if the table is being written to in both locations and what kind of link you have between the two...
April 19, 2010 at 5:41 am
carringtonmukwasi (4/4/2010)
I have a table containing details of customers. When updating this table, I want to maintain the original details, I don't want to overwrite the original data. Can I...
April 4, 2010 at 11:26 am
i always just use left(getdate(),11). so i would just use
select * from datestable
where mydate between left(getdate() -1,11) and left(getdate(),11)
March 27, 2010 at 3:39 pm
MAK-1128556 (3/25/2010)
also, why do you using Where warning = 2?my data is always 0
warning of 2 means the latency has been exceeded. if the value is 0 sql doesnt...
March 25, 2010 at 4:46 pm
There is also a quick script you can use which will also email you if the job is set to having a warning which it will be if the latency...
March 25, 2010 at 11:01 am
replication monitor makes it slightly easier than that still. Highlight a publication, go to the warnings tab and click configure alerts. That takes you to the same screen...
March 25, 2010 at 9:56 am
have a look what sql jobs run every 5 minutes and see if any of them are failing. its likely going to be a legacy service you have forgotten...
March 6, 2010 at 3:11 am
Viewing 15 posts - 91 through 105 (of 536 total)