Viewing 15 posts - 451 through 465 (of 1,129 total)
GilaMonster (4/22/2012)
April 22, 2012 at 6:11 pm
i had to do something similar and this post http://www.sqlservercentral.com/Forums/Topic310849-291-1.aspx helped me. You can just copy the changes without re-setting entire replication.
April 21, 2012 at 4:26 pm
SQL_DBA_3 (4/21/2012)
April 21, 2012 at 4:23 pm
opc.three (4/16/2012)
April 16, 2012 at 2:55 pm
RML51 (4/16/2012)
April 16, 2012 at 1:40 pm
SQLDBA360 (4/16/2012)
see if this helpsplease post if you find the answer it seems like a problem for lots of people out there!
good luck
Issue seems to be the same but there...
April 16, 2012 at 8:54 am
Eric M Russell (4/12/2012)
sqldba_newbie (4/11/2012)
Eric M Russell (4/10/2012)
April 12, 2012 at 9:10 am
Eric M Russell (4/10/2012)
April 11, 2012 at 4:47 pm
opc.three (4/9/2012)
sqldba_newbie (4/9/2012)
thanks for detail explanation. Dumb question, how do i know size of my sql query?
Using your sample code from earlier the bold string-literal is the 'query' argument:
SELECT ...
April 9, 2012 at 4:43 pm
opc.three (4/9/2012)
sqldba_newbie (4/9/2012)
opc.three (4/9/2012)
April 9, 2012 at 4:32 pm
opc.three (4/9/2012)
April 9, 2012 at 3:52 pm
Grant Fritchey (4/8/2012)
Similar in concept, but OPENQUERY is like a pass through query. It puts the work on to the remote server.
this really worked. I replaced the entire query and...
April 8, 2012 at 8:33 pm
Grant Fritchey (4/8/2012)
April 8, 2012 at 11:21 am
Lynn Pettis (4/7/2012)
April 7, 2012 at 6:37 pm
Matt Miller (#4) (4/5/2012)
integrated security=sspi
means "use the current windows credentials over Kerberos", so then passing the user...
April 5, 2012 at 2:49 pm
Viewing 15 posts - 451 through 465 (of 1,129 total)