| Thread | Last Post | Replies |
|
| Is it possible to query a result pane? | 09 Jul 2004 16:09 GMT | 2 |
I am thinking that since there is an active table sitting there in the result pane (columns and rows) there should be a way to drill into it. I have a query that runs for about 2 hours, and reurns a few thousand rows from a
|
| Ignoring some parameters in SP | 08 Jul 2004 18:31 GMT | 1 |
I have a stored procedure like: SELECT * FROM MyTable WHERE CityID = @CityID AND Name like @Name AND Contains(Description, @Description) its job to retrieve the row satisfying some criteria provided by the
|
| How to quantify the resultset | 07 Jul 2004 06:54 GMT | 1 |
The query I am passing is as follows -------------------------- select distinct mobile, assigned_to from ticketout where mobile In (select mobile from customerout where activation = 'yes')
|
| extracting values from query | 06 Jul 2004 20:45 GMT | 1 |
The following query provides the following result ----------------- (select distinct mobile, assigned_to from ticketout where mobile in (select mobile from customerout where activation = 'yes' and simnumber
|
| restrict decimal in query result | 02 Jul 2004 14:11 GMT | 1 |
A query result is as follows Offered Answd Abnd ring_time (secs) talk_time (mins) 243 227 16 2.679012 4.445267 how do i restrict the number of decimal places in the result.
|
| Why requirement for ID field when building Decision Tree? | 01 Jul 2004 20:26 GMT | 1 |
I'm trying to find some information that explains the math or programing behind the requirement for an ID field (key column) when building a Decision Tree model in Analysis Services.
|
| Validate a db Search | 01 Jul 2004 18:02 GMT | 2 |
I have a zip code search, if a user enters a zip code not in the db I want the user to get a message that says zip code in not listed. How do I validate a db return when no data is returned? Any Idea's on how to pull this off? thanks.
|