When using findfirstfile, it returns INVALID_HANDLE_VALUE, with getlasterror set to 183 (error_already_exists).
Can anyone explain what this error means in this context?
When outputting to a file with isql under SQL Server 2000, even if the select statement uses RTRIM on a column, it is still output with trailing spaces.
Is there any way to force the removal of the trailing spaces?
Under SQL Server 2000.
I have a DTS Package which runs a query in an Execute SQL Task which references @@servername. This works fine.
However, when I did a "save as" to copy the package to another server, and execute the package on the new server, @@servername strangely appears to return the...
I am trying to use a Dynamic Properties task for the first time.
I have a DTS Package containing a transform data task which outputs to a file named "\\servername\folder\xxxxxx.csv".
I have set up a dynamic properties task which uses a query
SELECT...
If you have a table, say, with 2 columns
Nominal number (N1,N2,...Nn)
Casualty? (Y/N)
Is there an easy way of selecting (deriving) an (ordinal) casualty number, which is not stored as a column.
e.g. if you had the following data
N1 Y
N2 N
N3 Y
N4 Y
N5 N
selecting...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.