Viewing 15 posts - 466 through 480 (of 2,636 total)
What I mean is the Wizard will run on the machine where the program that starts it resides. So, if you run it on your workstation, the Wizard runs...
March 10, 2009 at 9:28 am
If it works the way the DTS wizard works in SQL 2000, the data actually is routed through your workstation when you run the wizard from there, but it stays...
March 9, 2009 at 4:37 pm
In DTS, steps are associated with tasks via the Taskname. If you've renamed tasks, the step isn't automatically updated. Open Disconnected Edit, expand steps, and highlight each step...
March 9, 2009 at 10:43 am
I apologize for misreading your original question. You were on the right track when you had the EXEC stored procedcure in a Transform Data task, but you need to...
March 9, 2009 at 10:32 am
It's an obsolete right outer join operator. It should be replaced with the SQL-92 syntax RIGHT OUTER JOIN.
March 6, 2009 at 9:54 am
WI-DBA (3/6/2009)
We have a good amount of holidays, if you work for gov't there is one every few weeks. Nothing close to Europe however.
Hardly. I work for state...
March 6, 2009 at 9:48 am
Open the package in DTS Designer, click on "Package" on the toolbar, "Save as..." and choose "Visual Basic File" in the Location dropdown.
March 4, 2009 at 9:14 am
We, too, are trying to wrap up the migration from SQL 2000 to SQL 2005. It's taken us a lot longer than previous migrations because of the big jump...
March 4, 2009 at 9:08 am
As far as I know, the query tool is integrated into Management Studio and can't be seperately installed. You might find a third party query tool that can be...
March 3, 2009 at 4:01 pm
If SQL Server Agent is running as you, it throws out my idea. Maybe you should configure logging in the package so you can get some clue about why...
March 3, 2009 at 3:58 pm
I'll guess that the account that SQL Agent runs under doesn't have permission write to the flat file location. When you run the package yourself, any connection in the...
March 3, 2009 at 3:11 pm
This most likely has to do with the Package ProtectionLevel. The default is EncryptSensitiveWithUserKey which means only the user who saved the package can open it or execute it....
March 3, 2009 at 3:07 pm
You can save the package as a Visual Basic file, edit it, and save it back to SQL Server. You could also use Disconnected Edit in DTS Designer to...
March 3, 2009 at 2:44 pm
Viewing 15 posts - 466 through 480 (of 2,636 total)