Viewing 15 posts - 1 through 15 (of 19 total)
I would try this:
(left([First name],1)+left(surname,1))
to computer you initial column.
Hope this helps
Coops
December 3, 2007 at 10:57 pm
Try to add an Order by Clause:
Select ()
From()
Where()
Group by ()
Order by ()
Hope this helps
December 3, 2007 at 10:54 pm
thanks for the help.. but I researched...
and the value for Yes is "-1" and the value for No is "0"
I substituted the above values and the query ran fine.....
December 3, 2007 at 9:08 pm
Actually this can not be done.
yes You can import tables and report bodies but the actually queries never import quite the way you want them to.
Best advise is...
December 3, 2007 at 4:22 pm
Depending on what you are using to create your query. In Query Analyzer you can highlight a specific part of the query and execute that alone. If you do not...
November 16, 2007 at 3:43 pm
Without executing the query there is no way to see the results.
a query must be executed for the commands to take effect.
Is there a problem why you can...
November 16, 2007 at 1:06 pm
I have not tried pulling the data from simply a Table. The information that I am grabbing is from multipal tables rather than just one. so I didnt think it...
November 16, 2007 at 12:36 pm
I can not run the query from the datatab.
It gives me an error pop up: Undefined function 'IsMonthOK' in expression.
but the data tab is not displaying anything except...
November 14, 2007 at 1:28 pm
From Query analyzer the same command can be used:
Select Top 10 *
From Some-table
Where Whatever-you-want
I render all reports through QA before trying to process in RS
Hope this helps...
November 12, 2007 at 11:04 am
D or I State theyear YTD Totals Jan Feb Mar Apr May June
DomesticAL2007...
October 9, 2007 at 11:18 am
I'm glad to see I'm not alone on this boat. I too am a novice at SQL and have been trying to build my knowledge base. I like and appreciate...
September 14, 2007 at 12:49 pm
thanks,
from reporting Services manager -
I clicked on Report Definition (it asked if I wanted to save) - I did (to the desktop)
then I could not open that .rdl file...
September 13, 2007 at 12:54 pm
Thanks, I am not really familiar with Reporting Service.
Seemed simple, but extremely helpful, Thanks again.
September 13, 2007 at 9:35 am
Right now there are people working in the database mentioned. I will try later tonight and let you know if it works. Thanks...
September 4, 2007 at 3:29 pm
Viewing 15 posts - 1 through 15 (of 19 total)