Viewing 15 posts - 35,446 through 35,460 (of 39,769 total)
and for the select, if the owner is "dbo" then the parser automatically resolves this. If any other user owns the object, you must query as owner.object.
January 9, 2004 at 2:54 pm
Might be hidden. Is this regarding an authors area?
Try the "Jump" box at the bottom.
January 9, 2004 at 2:51 pm
Sorry
, never tried this. I tend to work the things separately. I know in VS.NET it is completely integrated and the debugging crosses...
January 9, 2004 at 2:46 pm
What if you split this into
select @newvar = "@intDataChangeMode=" + cast(@intDataChangeMode as char)
print @newvar
Does it still fail? I'm curious to see if you can trace one execution under MTS with...
January 9, 2004 at 2:44 pm
Definitely a loophole. Here we remove public and create a group in msdb that allows package creation/editing. A separate group is used for job executions on the very rare chance...
January 9, 2004 at 2:41 pm
The big thing with notification from a business point of view is that we want you to come back, so not having the text (Which is the new design) works...
January 9, 2004 at 12:02 pm
January 9, 2004 at 11:57 am
http://www.sysinternals.com has some good utilities to see which process holds which file open.
January 9, 2004 at 11:56 am
I agree. I might drop the transform and rebuild it. Quick and easy and usually fixes issues. Print Area can be a big one as can blank lines.
January 9, 2004 at 11:55 am
I guess you could update the table manually, but I hate to do that. I'd add the new group and drop the old one.
January 9, 2004 at 11:54 am
Not sure how you do this from VB6. You can run Profiler and see all the calls made to the SQL Server. You can also load the SP in Query...
January 9, 2004 at 11:53 am
The big issue apart from dependencies that you will face with method 2 is that the items run against staging from VSS may not be the same that will run...
January 9, 2004 at 11:51 am
You still will need all other log backups prior to the current one as well as since the last full/diff backup.
January 9, 2004 at 11:48 am
A transform data task will do this in SQL 2000. SQL 7 has issues. choose SQL Query and enter the stored procedure call on the source tab
January 9, 2004 at 11:47 am
What does that do? Sorry, not an Oracle guy.
January 8, 2004 at 10:45 am
Viewing 15 posts - 35,446 through 35,460 (of 39,769 total)