Viewing 15 posts - 2,731 through 2,745 (of 15,381 total)
mw112009 (6/23/2015)
as table
(
AIMS_VALUE_NUMERIC numeric(19,2),
bp_type VARCHAR(4),
Dt datetime ,
ID int IDENTITY(1,1),
MBP numeric(19,2),
MPOG_PHYSIOLOGIC_CONCEPT_ID VARCHAR(10)
UNIQUE CLUSTERED (MPOG_PHYSIOLOGIC_CONCEPT_ID,Dt)
)
IT works in SQL Sevrer...
June 23, 2015 at 3:27 pm
Meatloaf (6/23/2015)
I have created a phone list and am using a union to be able to display letter category. However, what I would like to do is only show...
June 23, 2015 at 3:23 pm
mw112009 (6/23/2015)
Just pick any 2 columns you wish. I am only interested in the syntax.I don't want a primary key, I need an index to make things faster
An index on...
June 23, 2015 at 3:13 pm
pjn (6/23/2015)
I asked a question, I accepted it, its fine, I wanted to know it something could be done (as in initial question), the answer to...
June 23, 2015 at 3:00 pm
mw112009 (6/23/2015)
/*
CREATE TYPE BP_Data_ACRC_427
as table
(
AIMS_VALUE_NUMERIC numeric(19,2),...
June 23, 2015 at 2:51 pm
yb751 (6/23/2015)
GilaMonster (6/23/2015)
June 23, 2015 at 2:25 pm
pjn (6/23/2015)
Eirikur Eiriksson (6/23/2015)
pjn (6/23/2015)
Currently in its simplistic form:
sql1 = "select table1.theSql,table1.userid from table1"
loop through sql1.resultset
...
June 23, 2015 at 1:06 pm
pjn (6/23/2015)
June 23, 2015 at 9:52 am
greglove (6/23/2015)
What edition do I need? Is the...
June 23, 2015 at 9:17 am
abhas (6/23/2015)
Can we use case in pivot like below? I am getting an error. I want to do Pivot on condition basis. Please suggest idea.
select (
...
June 23, 2015 at 9:15 am
ChrisM@Work (6/23/2015)
sqlinterset (6/22/2015)
from 1 month to...
June 23, 2015 at 9:11 am
Brandie Tarvin (6/23/2015)
Click it and you'll see why....
June 23, 2015 at 7:53 am
Jeff Moden (6/22/2015)
Ed Wagner (6/22/2015)
Lynn Pettis (6/19/2015)
Sean Lange (6/19/2015)
ChrisM@Work (6/19/2015)
Sean Lange (6/19/2015)
Anybody have the mind reading apparatus? I have misplaced mine and could use it over here. http://www.sqlservercentral.com/Forums/Topic1696091-2799-1.aspx
I'm with Alvin...
June 22, 2015 at 8:10 am
Lynn Pettis (6/19/2015)
Sean Lange (6/19/2015)
I like the back of my ;BEGININATOR t-shirt, it says KEEP CALM AND SQL ON.
Any way, I gave the OP something to chew on.
I noticed that....
June 19, 2015 at 3:18 pm
Viewing 15 posts - 2,731 through 2,745 (of 15,381 total)