Viewing 15 posts - 1 through 15 (of 1,061 total)
BTW I want the name in different columns.
First name - Mary
Middle Name - B
Last Name - SMITHThanks
January 20, 2017 at 1:26 pm
Sorry I mean I have a hard time to get the middle name.
Thanks
January 20, 2017 at 1:23 pm
BTW mine does not work because one of the parameter is datetime value.
April 29, 2016 at 12:56 pm
I don't quite understand about the following steps.
Create a third report parameter which does not allow blank or null values.
Set its available values to be sourced from a dataset and...
April 29, 2016 at 9:50 am
No it is just the data problem.
February 23, 2016 at 8:29 am
Yes the query is part of the stored procedure.
February 19, 2016 at 10:46 am
As I said before, the database is created from the software company, I cannot create any index.
February 19, 2016 at 9:39 am
Here is the actual execution plan with option recompile.
Thanks
February 19, 2016 at 9:38 am
This is the real query. The second insert took a long time and the table I posted is actually [cnsmr_accnt_ar_log]
DECLARE @Date1 DATETIME,
...
February 19, 2016 at 8:42 am
Here is the execution plan with option recomplile
February 19, 2016 at 8:36 am
I attached two execution plan - one with parameter, one without.
February 19, 2016 at 8:33 am
Here is the create table statement, this table is created by the software company so I can't change anything.
CREATE TABLE [dbo].[user_log](
[user_id] [bigint] IDENTITY(1,1) NOT FOR REPLICATION NOT NULL,
[actn_cd] [smallint] NULL,
[user_accnt_id]...
February 19, 2016 at 8:19 am
It is not I don't want to provide the information, but I can't post my company info on the website. I am trying to provide the info with a twist...
February 19, 2016 at 8:03 am
Viewing 15 posts - 1 through 15 (of 1,061 total)