Viewing 7 posts - 121 through 128 (of 128 total)
This can be done using a cursor, but cursors are generally avoided because of performance, resources, etc. Below is a script that will work with your data sets. Instead of...
-
June 8, 2006 at 3:50 pm
Do a search on this site for Pivot Table. Each listed applies to your question but are written to accept input that include three columns of data not 2.
Browse through the...
-
June 8, 2006 at 12:05 am
Since DTS may or may not be something you are familiar with (couldn't tell in your posting) I'll give an ugly crash course.
Use DTS (Data Transformation...
-
June 7, 2006 at 9:21 pm
To add some samples that you can choose from.
This is a user defined function that I use to return a table of parameters passed in a parameter string. Lets say...
-
June 7, 2006 at 3:06 pm
this may be what you are looking for:
Copied from BOL: