Viewing 9 posts - 1 through 9 (of 9 total)
I can think of 2 ways:
1) using the import / export wizard
2) create a linked server and use those in your stored procedures
1) if you want to import only...
August 5, 2008 at 2:16 pm
I do not know if you have a native ole db provider for Teradata. For e.g., in the case of Oracle there's an Oracle provided OLE DB provider which is...
August 5, 2008 at 2:05 pm
open command prompt and try
c:/> osql/?
if you have sql client components this would show the help, if not "not a recongnized command" etc
August 5, 2008 at 1:43 pm
thats right! sounds more like a procedure problem. try with recompile, just to be sure that a wrong (not optimal) plan is not being stored for subsequent executions
August 1, 2008 at 2:55 pm
is the new server running sql 2005 express edition, because the express editions come with remote connections shut off, by default. you can change it though by using the surface...
August 1, 2008 at 2:47 pm
I think you can only control it by designing the report differently. may be I am wrong, but during export is definitely not when you can do something about it.
August 1, 2008 at 2:32 pm
Yes, by using the rs command line utility.
you need to write a script file that would serve as the input file to the rs command.
besides you need to mention the server...
January 16, 2007 at 12:42 pm
Could you pls show me how you are building the expression for connection string... based on ReportParameters / some variables??
perhaps i'm ignorant, but i could not see any other way than to use a preset...
January 16, 2007 at 12:11 pm
you can use declare it as a global paramter and pass the filename as a parameter to the DTS while calling dtsrun (commandline).
so, you can write a simple wrapper program...
January 11, 2007 at 10:12 am
Viewing 9 posts - 1 through 9 (of 9 total)