N
Nick
Hi Gang,
I'm curious if this is a bug in Studio or not. Here's the background: Our
system has SQL Server installed and our DBA's all create our databases. We
are not DBOs in any of those databases. We do have rights to create stored
procs, they all show up as our name in the owner field. Such as
dbase.Nick.TableName where Nick is the spot for dbo.
Now if we go into Studio 2005/2008, it doesn't matter which. Drop a dataset
into the system and drag and drop a table on to the canvas. Go ahead and
step through all of the steps to get your table adapter on the canvas.
now, add a new query and tie it to "new stored procedure" where the table
adapter config wizard will generate the stored proc for you. What it does is
picks up our Windows credentials in the owner field and ultimately causes the
wizard to blow up.
So this is what it would try to create: camp.DOMAIN\Nick.tableName instead
of something like camp.[Domain\Nick].TableName, or ulimately we'd prefer,
camp.dbo.table name.
Has anybody seen error occuring?
I'm hoping there is a setting where we could possibly control what database
owner type to use, or possibly come up with a customized table adapter
configuration wizard.
Any help would be appreciated.
Thanks,
Nick
I'm curious if this is a bug in Studio or not. Here's the background: Our
system has SQL Server installed and our DBA's all create our databases. We
are not DBOs in any of those databases. We do have rights to create stored
procs, they all show up as our name in the owner field. Such as
dbase.Nick.TableName where Nick is the spot for dbo.
Now if we go into Studio 2005/2008, it doesn't matter which. Drop a dataset
into the system and drag and drop a table on to the canvas. Go ahead and
step through all of the steps to get your table adapter on the canvas.
now, add a new query and tie it to "new stored procedure" where the table
adapter config wizard will generate the stored proc for you. What it does is
picks up our Windows credentials in the owner field and ultimately causes the
wizard to blow up.
So this is what it would try to create: camp.DOMAIN\Nick.tableName instead
of something like camp.[Domain\Nick].TableName, or ulimately we'd prefer,
camp.dbo.table name.
Has anybody seen error occuring?
I'm hoping there is a setting where we could possibly control what database
owner type to use, or possibly come up with a customized table adapter
configuration wizard.
Any help would be appreciated.
Thanks,
Nick