Viewing 15 posts - 3,706 through 3,720 (of 15,381 total)
You have a lot of performance hurdles to overcome in here. You have lots of nonSARGable code. You have functions all over the place in your join and where predicates....
October 1, 2014 at 1:11 pm
SQLRNNR (10/1/2014)
FTR - Jack was renewed today as well.If I forgot, Congrats Jack.
Congrats Jack!!!
October 1, 2014 at 12:57 pm
nishav2 (10/1/2014)
I am having similar kind of requirement.
I have a table.
create table dbo.test(ID int,Price decimal(18,9), Qty decimal(18,9))
Insert into dbo.test values(1,5000,5000000)
Insert into dbo.test values(2,3000,50000000)
Insert into dbo.test values(3,100,50000)
I need the output...
October 1, 2014 at 12:55 pm
nishav2 (10/1/2014)
I am having similar kind of requirement.
I have a table.
create table dbo.test(ID int,Price decimal(18,9), Qty decimal(18,9))
Insert into dbo.test values(1,5000,5000000)
Insert into dbo.test values(2,3000,50000000)
Insert into dbo.test values(3,100,50000)
I need the output...
October 1, 2014 at 12:54 pm
vecerda (10/1/2014)
I need to auto increment an alphanumeric field in a table.
The process is as follows:
1. First position is static letter C for contact or static letter A for account...
October 1, 2014 at 12:43 pm
Jack Corbett (10/1/2014)
If you aren't on Twitter you may have missed that Jason Brimhall (SQLRNNR) got awarded MVP today.
WOOHOO!!! Congrats Jason!!! Well deserved sir!!!!
October 1, 2014 at 12:30 pm
thedavegray (10/1/2014)
heh I know what you mean. I have been in at least one place where the intentionally gave me totally bizarre stuff like this to see how I would...
October 1, 2014 at 9:55 am
thedavegray (10/1/2014)
I agree, they are strange requirements but in thirty years of working I've come to conclusion that in your second week at a...
October 1, 2014 at 8:13 am
These are all rather strange requirements which make me think this is likely school work. Things like denying access to views but allowing access to tables just doesn't seem to...
October 1, 2014 at 7:21 am
On the issue of your problem I have to agree with Kevin. This sounds like a much bigger topic than a forum is designed to deal with.
October 1, 2014 at 7:10 am
ErikMN (9/30/2014)
I don't think SQL Injection is a big problem given that the only time this procedure is called is by an application that passes in the list of IDs.
Today...
October 1, 2014 at 7:08 am
So what should the output be based on your sample data?
September 30, 2014 at 12:40 pm
John Mitchell-245523 (9/30/2014)
Sean Lange (9/30/2014)
September 30, 2014 at 9:56 am
andrew.ing (9/30/2014)
Todd Reddinger (9/30/2014)
September 30, 2014 at 7:40 am
Koen Verbeeck (9/29/2014)
Sean Lange (9/29/2014)
September 29, 2014 at 3:37 pm
Viewing 15 posts - 3,706 through 3,720 (of 15,381 total)