Viewing 15 posts - 766 through 780 (of 26,487 total)
Here is Krasavita's code formatted using SQLPrompt, so my be easier to read:
select 'DSPN' = ltrim(rtrim([SPLIT].[a].[value]('.', 'VARCHAR(100)')))
, 'DSPN_old' = [a].[DSPN]
, [a].[DSPNXML]
October 30, 2018 at 11:41 am
Krasavita - Tuesday, October 30, 2018 9:24 AMdata was posted sorry
Obviously you don't know what readily consumable data is. Please read the...
October 30, 2018 at 9:46 am
Krasavita - Tuesday, October 30, 2018 8:56 AMhere is sample data
Where?
October 30, 2018 at 9:00 am
October 30, 2018 at 8:49 am
Well, Monday night is done and I managed another victory.
October 29, 2018 at 10:20 pm
If @searchStr > '' October 29, 2018 at 4:54 pm
October 29, 2018 at 4:45 pm
Does the stored procedure return data when you run in SSMS?
October 29, 2018 at 3:54 pm
I would change this line:
If @searchstring <> '''' or @searchstring <> null
to this:
--If @searchstring <> '''' or @searchstring <> null
if @searchstring > ''
October 29, 2018 at 3:51 pm
Does this run for you in SSMS?
--CREATE PROCEDURE [dbo].[usp_test]
declare
@year char(4) = '2017',
@criteria varchar(50) = NULL,
@Flag char(1)...
October 29, 2018 at 3:41 pm
CREATE PROCEDURE [dbo].[usp_test]October 29, 2018 at 3:29 pm
October 29, 2018 at 2:06 pm
MrXspektra - Monday, October 29, 2018 12:35 PMJust the time difference, however i’m thinking i might need the other two as well
This?
October 29, 2018 at 12:39 pm
October 29, 2018 at 12:17 pm
Viewing 15 posts - 766 through 780 (of 26,487 total)