hehe Another one...
If you create a new object in sql such as
create view vw_testing
as
select * from table
the new object (view) is not added to SQL Prompts cache and I have to refresh the cache manually to get the view to show up in the candidate list.
I dont know if there is anything that you can do about it but the same goes for if I create a table from SQL Server Management Studio GUI.
If you create a new object in sql such as
create view vw_testing
as
select * from table
the new object (view) is not added to SQL Prompts cache and I have to refresh the cache manually to get the view to show up in the candidate list.
I dont know if there is anything that you can do about it but the same goes for if I create a table from SQL Server Management Studio GUI.