init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
DROP VIEW IF EXISTS [dbo].[T_INTEZMENY_OSSZES]
|
||||
GO
|
||||
|
||||
CREATE VIEW [dbo].[T_INTEZMENY_OSSZES]
|
||||
AS
|
||||
SELECT *
|
||||
FROM dbo.T_INTEZMENY
|
||||
GO
|
||||
|
||||
EXECUTE sp_refreshsqlmodule N'[dbo].[T_INTEZMENY_OSSZES]';
|
||||
GO
|
Loading…
Add table
Add a link
Reference in a new issue