H
hclugano
Hello!
I need some help... I have a Text (an SQL-Create-Table-Statement) and
have to find the name of the table.
There are two ways, the tablename is written:
[dbo].[TABLENAME] (new SQL-standard) or dbo.TABLENAME (old)
Now I have to select the TABLENAME. I have no experience in Regular
Expressions. I tried it with a lot of Regex-Expressions and never get
the right thing.
For Example I tried: ([*)dbo(]*)\.([*)a-zA-Z0-9(]*)
Thanks for Help,
Greetings
I need some help... I have a Text (an SQL-Create-Table-Statement) and
have to find the name of the table.
There are two ways, the tablename is written:
[dbo].[TABLENAME] (new SQL-standard) or dbo.TABLENAME (old)
Now I have to select the TABLENAME. I have no experience in Regular
Expressions. I tried it with a lot of Regex-Expressions and never get
the right thing.
For Example I tried: ([*)dbo(]*)\.([*)a-zA-Z0-9(]*)
Thanks for Help,
Greetings