Viewing 15 posts - 6,601 through 6,615 (of 15,381 total)
RamSteve (10/7/2013)
October 7, 2013 at 12:27 pm
I agree that the front end is the best place for display values. If you absolutely must do this in t-sql you will have to multiply your division result and...
October 7, 2013 at 12:24 pm
silentbeautybalaji (10/7/2013)
i want help from u guys
example
grade internal grade ...
October 7, 2013 at 8:20 am
MJ-1115929 (10/7/2013)
I am search for coding criteria I need create a stored procedure with execute as and along with encryption. How can I use the same ? My...
October 7, 2013 at 8:14 am
isuckatsql (10/4/2013)
Sean, you make a lot of suggestions about all the things i am doing wrong, yet offer nothing helpful.
This is a discussion forum, so we discuss things, if you...
October 7, 2013 at 8:02 am
Junglee_George (10/7/2013)
I want to show the above column in a SSRS table, as an expression(as I have to join two columns from different tables.).
We can't see your screen, we have...
October 7, 2013 at 7:36 am
enriquezreyjoseph (10/4/2013)
Sean Lange (10/4/2013)
You seem to have 3 checkboxes that you want to allow only one of them...
October 7, 2013 at 7:32 am
enriquezreyjoseph (10/4/2013)
OCTom (10/4/2013)
One does not double-click a check box. A single-click does the trick. Double-clicking a check box checks it then unchecks it right away.
Hi
It seems you did...
October 7, 2013 at 7:31 am
isuckatsql (10/4/2013)
The data returned, in before and after testing of the above hints, was the same.
This...
October 4, 2013 at 2:13 pm
ztoddw (10/4/2013)
Haven't used SSRS yet- I can't find it anywhere in our start menu- does that mean we don't have it installed? Where should it be found?
That doesn't mean...
October 4, 2013 at 1:49 pm
Shaun2012 (10/4/2013)
update cwlocal.adhoc_route a
set route_id = (select trim(route_no)
...
October 4, 2013 at 1:28 pm
RedBirdOBX (10/4/2013)
October 4, 2013 at 1:08 pm
adams.squared (10/4/2013)
I found this also. Seems to work. Takes less code.SELECT * FROM TABLE
WHERE (@CUST='' OR CUSTNMBR IN (SELECT LTRIM(item) value FROM dbo.DelimitedSplit8K(@cust,',')))
Do be careful if you take...
October 4, 2013 at 12:53 pm
Here is the OP's formatted so we can read it.
ALTER PROCEDURE [dbo].[zianGetAllJobsSearched10_1_13FAST]
-- Add the parameters for the stored procedure here
@Title VARCHAR(250)
,@Industry INT
,@Industry2 INT
,@Industry3 INT
,@Date INT
,@JobTitle INT
,@JobType INT
,@Experience INT
,@Education INT
,@State INT
,@City...
October 4, 2013 at 12:46 pm
This sounds like maybe creating an SSRS report would accomplish all this quite simply.
October 4, 2013 at 12:44 pm
Viewing 15 posts - 6,601 through 6,615 (of 15,381 total)