Monday, March 12, 2012

servers

I can create the views in an SQL server based on the tables/views in a
linked server. I can retrieve data using these views. But I cannot save
them. The server freeses when I try to save these views. What may be wrong
here?
Thanks.Not sure what you are saving if you have already created the
view. Sounds like you are working though the GUI tools in
Enterprise Manager maybe?
Try creating the view with normal ddl statements in Query
Analyzer - e.g CREATE VIEW YourView......
-Sue
On Thu, 20 Apr 2006 11:21:44 -0400, "Vik"
<viktorum@.==yahoo.com==> wrote:

>I can create the views in an SQL server based on the tables/views in a
>linked server. I can retrieve data using these views. But I cannot save
>them. The server freeses when I try to save these views. What may be wrong
>here?
>Thanks.
>

No comments:

Post a Comment