Viewing 15 posts - 376 through 390 (of 653 total)
if you go into Studio Manager > Server Objects > Backup Devices right click on the Display_Backup, goto Properties > Media Contents, you will see that the back up with...
May 14, 2007 at 4:33 am
i am failing to understand your requirement, do you want columns name to appear in the rows?
May 14, 2007 at 4:04 am
oops too many programming languages. its actually the CASE statement
check in BOL on usage but its pretty much the same as an IF...ELSE..
May 14, 2007 at 3:51 am
the problem with your script is that you are actually specifying a non existant backup device hence the error message. What you probably want to achieve is...
May 14, 2007 at 3:43 am
change
User ID=sa;Password=titi
to
Integrated Security = SSPI
May 14, 2007 at 3:33 am
you can customise your transform and put the changes in your script or instead of importing direct from the table you can write a query in which you do the...
May 14, 2007 at 3:30 am
try installing the latest service pack
if that fails then consider splitting your package
May 14, 2007 at 3:25 am
what is the error message that it gives you when it fails when doing the import using the wizard?
an alternative is to write your own application using c#, vb .net...
May 14, 2007 at 3:19 am
change your code in the second part
[PosactAReader = oledbcmdCheckAdjustment.ExecuteReader()
If AdjustmentReader.Read() Then]
to
[AdjustmentReader = oledbcmdCheckAdjustment.ExecuteReader()
If AdjustmentReader.Read() Then]
May 14, 2007 at 3:13 am
you can overload your webservice to accept serialised xml then i think you can store it as a variable in the script. how big is your xml output?
May 14, 2007 at 3:03 am
create your column 1 in the destination table with identity specification (is identity) set to yes. You can use the import wizard in the BI Studio to port your data.
May 14, 2007 at 2:54 am
clustered
you can check on the index (+) thingy on the table in QA
May 14, 2007 at 2:47 am
Viewing 15 posts - 376 through 390 (of 653 total)