Viewing 15 posts - 61 through 75 (of 134 total)
hi Gianluca,
Thanks for your reply
Yes i faced the issue in remote queries ,Generally, the remote statement should be exepcted to returning one or zero rows from the remote database.
When...
August 2, 2011 at 12:43 am
work a lot with linked servers and I had to struggle with some oddities. Now I'm happy with my code and my setup and everything works like a charm.
can you...
August 1, 2011 at 3:30 am
Refer this Link http://msdn.microsoft.com/en-us/library/ms188332.aspx"> http://msdn.microsoft.com/en-us/library/ms188332.aspx
Regards -Deepak.A
July 31, 2011 at 11:24 pm
Hi Roy,
Thanks for your reply, yes it is the problem with Linked server and but now my concern is why it was missed out in the replication set up ,...
July 20, 2011 at 10:46 pm
colin.Leversuch-Roberts (5/13/2011)
yes that's the problem with federated servers. I asked because I wasn't sure if your model was partitioning across the servers.
yes we have partitioned across and also...
May 13, 2011 at 10:53 pm
colin.Leversuch-Roberts (5/13/2011)
May 13, 2011 at 4:22 am
Please check the linked server properties
May 13, 2011 at 12:51 am
hi
Try this
EXECUTE ('<DbName>.SYS.sp_help ''<schema.TableName>''') AT <LinkedServer>
Regards
Deepak.A
May 13, 2011 at 12:33 am
Most data is usually distributed, but you have one SOR, or System of Record, that the other get specific data from. Pushing data to other databases/servers is usually...
April 13, 2011 at 11:07 pm
Hi Craig Farrell,
Actually the Data are distributed to multiple Database. now i got the requirement to copy the Data from one Database to other Database in the stored procedure
Example :...
April 11, 2011 at 10:59 pm
Viewing 15 posts - 61 through 75 (of 134 total)