Viewing 15 posts - 1,066 through 1,080 (of 15,381 total)
Haha. Steve was posting almost the exact same query while I was posting. Well done sir!!
January 11, 2017 at 9:02 am
wweraw25 (1/11/2017)
To be more specific this is what I meanColumn
14522345
15235642
16289563
16287423
30245123
31451831
32452632
31458142
Column AColumn B
1452234530245123
1523564231451831
1628956332452632
1628742331458142
First things first. When you post question about sql you need to provide details in a way that allows...
January 11, 2017 at 9:01 am
Rune Bivrin (1/10/2017)
Russell Shilling (1/10/2017)
The
isnull(left(@b,3),'I ô Char') as ba
will also return the string. The left function...
January 11, 2017 at 7:07 am
vpolasa (1/10/2017)
January 10, 2017 at 3:30 pm
vpolasa (1/10/2017)
Could you please suggest on how to convert Hierarchical XML data to JSON. I...
January 10, 2017 at 2:12 pm
vpolasa (1/10/2017)
I'm getting below error (sorry for the misleading title):
Maximum stored procedure, function, trigger, or...
January 10, 2017 at 1:55 pm
vpolasa (1/10/2017)
create table emp_mgr (employee varchar(99), manager varchar(99))
insert into emp_mgr select...
January 10, 2017 at 12:35 pm
PSB (1/9/2017)
--Something like the below resultset
SELECT 1 AS...
January 9, 2017 at 10:47 am
PSB (1/9/2017)
It's multiselect SharePoint data that is causing problem.
I feel your pain there. I have had to deal with that nightmare before too. Hopefully the solution I posted will let...
January 9, 2017 at 9:02 am
PSB (1/9/2017)
SELECT 2 as ID,'BRZ Brazil' AS Texts ,'Name1' AS Names UNION
SELECT 2 as ID,'VEN Venezuela' AS Texts ,'Name2' AS...
January 9, 2017 at 8:05 am
PSB (1/9/2017)
What if there are more than one field where same split needs to be done ?
CREATE TABLE #Split
(
ID INT,
Texts NVARCHAR(100),Names...
January 9, 2017 at 7:33 am
PSB (1/9/2017)
I need to remove the number and semicolon and # and just get the text and insert as two rows .
CREATE TABLE #Split
(
ID...
January 9, 2017 at 7:11 am
Luis Cazares (1/6/2017)
SELECT
pr.Title AS ProjectRoot , pr.ID AS ParentID,
wf.Title AS WorkFlow , wf.ID AS WorkflowID,
...
January 6, 2017 at 1:22 pm
anjaliagarwal5 (1/6/2017)
I posted a question before, but this questions is different then the other one.
I have both sql server 2008 and sql server 2012 on my computer....
January 6, 2017 at 12:31 pm
Great job posting ddl, sample data and desired output. What I don't understand at all is how you get from your data to the output. The column names don't seem...
January 6, 2017 at 12:27 pm
Viewing 15 posts - 1,066 through 1,080 (of 15,381 total)