Viewing 15 posts - 31 through 45 (of 287 total)
Reading through this .. so we can set up replication from the data warehouse to the various app db servers. Once question that jumps out at me is the effect...
May 24, 2016 at 12:32 pm
I have not set it up yet.. so the type could be any... what I am looking to do is to kick off a pull, then move forward with all...
April 18, 2016 at 2:18 pm
if you are needing a Pull.. is there a way to tell when the data is now up to date, so that other jobs can now run? (that process the...
April 13, 2016 at 12:49 pm
In the Log-Reader Agent section... is there any effect on having the database set up as "simple log".. I am getting a sinking feeling that the log reader would not...
April 13, 2016 at 12:46 pm
Sachin Nandanwar (3/21/2016)
March 22, 2016 at 12:13 pm
Thanks folks for the help... you would think this would be simple.. oh well. I sort of hate to use a table.. since I would have to have code to...
March 16, 2016 at 11:23 am
Hugo Kornelis (1/23/2016)
The UPDATE FROM used in the trigger will affect all rows that match an inserted/updated row...
January 25, 2016 at 8:36 am
Erland Sommarskog (1/5/2016)
January 5, 2016 at 2:01 pm
Jeff Moden (1/1/2016)
dwilliscp (12/31/2015)
Jeff Moden (12/30/2015)
So, just to be clear.... you no longer have the original "identifier" problem?
I tried to put the call to their code in () but got...
January 5, 2016 at 12:06 pm
Jeff Moden (12/30/2015)
So, just to be clear.... you no longer have the original "identifier" problem?
I tried to put the call to their code in () but got a syntax error....
December 31, 2015 at 6:45 am
Never mind, earlier post below, a co-worker had opened my file... after I ran in cmd window.
However I do know why our vendor was using a temp table and added...
December 30, 2015 at 9:17 am
dwilliscp (12/30/2015)
December 30, 2015 at 8:58 am
The big hint here is the word "identifier". Obviously, their code works but your call to their code does not. If you're using and EXEC or EXECUTE statement...
December 30, 2015 at 8:43 am
BTW their code is using varchar(max) for what is being passed into their program and varchar(8000) for everything else. So nothing is using varchar(128).. to match the error that I...
December 30, 2015 at 8:05 am
dwilliscp (12/30/2015)
Jeff Moden (12/29/2015)
dwilliscp (12/29/2015)
I would love to post the code.. but it is my vendor's code... sorry.
Actually, that explains a lot.
So who's code is it that's in your first...
December 30, 2015 at 8:01 am
Viewing 15 posts - 31 through 45 (of 287 total)