Viewing 13 posts - 31 through 43 (of 43 total)
Hi,
Probabily you did not understand what I meant .
The DTS allows to change Global Variables (inner) in a package based on the value of...
October 11, 2004 at 8:27 am
Analysis Manager, does not allow you to:
October 8, 2004 at 2:38 am
Hi,
Have you consider the Alt-F -> S or Ctl-S commands in Excel ???
October 1, 2004 at 5:30 am
Hi,
I was not able to use your solution .
Can you please, check if it works for you?
Thanks.
September 21, 2004 at 11:02 am
I was already able to assign GV2.
The problem was that GV1 is of type int and GV2 is of type "string".
September 15, 2004 at 8:34 am
Hi,
Unfortunatly, no guidance on the debugger, althought insterested in the solution for the debugger. However, don't you have the query in the reverse?
If DTSSource("Fld1") is empty Then
DTSDestination("Fld1") = " ...
September 14, 2004 at 9:42 am
How can you use the Global Variable in the SQL Task?
I created the Global Variable in the Package using the Explicit Global Variables option.
Thanks in advance.
September 10, 2004 at 8:35 am
Hi guys,
Have you considered using dynamic SQL? I.e., you would create a varchar variable with the query (using CASE to determine if the query would have either the WHERE or...
September 10, 2004 at 2:55 am
Hi,
isnull is the better way to do it. In fact, I think that coalesce is done using case.
Getting back to your initial question. Be aware that if the select returns...
September 3, 2004 at 7:01 am
The ideia is to copy the cube from pre-production to production. This way no cube is generated/updated in production and of course I can not stop the production environment to...
September 3, 2004 at 2:23 am
Hi,
Before working with SQL Server I worked with ASE (Sybase 11 and 12), my experience with ASE advise my to force indexes when you know that it is better knowing...
August 26, 2004 at 3:18 am
I solved the problem by breaking the "Transform Data Task" into sub-tasks.
I.e., instead of copying all columns at the same time (faster), I copied the non-problematic columns with the standard...
August 20, 2004 at 2:58 am
Viewing 13 posts - 31 through 43 (of 43 total)