Viewing 5 posts - 1 through 6 (of 6 total)
Thanks for the link.
It's really what I want to do.
They had the same problem with dynamic sql.
To solve the issue, they :
- have created "real" tables (for exemple :...
January 11, 2011 at 6:39 am
I merged everything in one insert command into a temporary table.
But I am still stuck with dynamic sql because I need a variable as database name for sys.objects, sys.schemas, sys.indexes...
The...
January 11, 2011 at 4:28 am
You're right !
I will keep you informed (weekend starts now).
January 7, 2011 at 9:10 am
The goal is to create a repository database from where admin tasks could be executed.
The stored procedure should reorg/rebuild indexes of a database.
Dynanic sql worked but new problem with variable...
January 7, 2011 at 8:53 am
Thanks for the reply.
I didn't know this limit.
Let's use dynamic sql !
January 7, 2011 at 7:18 am
Viewing 5 posts - 1 through 6 (of 6 total)