Viewing 15 posts - 7,066 through 7,080 (of 15,381 total)
Doing that with t-sql is likely to only be close at best. Have you tried using SQL Search?
August 22, 2013 at 7:56 am
Sure I do stuff like that all the time. Given the EAV-ish type of query you posted yesterday I suspect you will need to leverage this type of thing all...
August 22, 2013 at 7:31 am
SQListic (8/21/2013)
We had a application that enters logs into database approximately for every half an hour.
Lets say if the apllication started at 1:01 and ended its at job 1:05,...
August 22, 2013 at 7:29 am
Koen Verbeeck (8/21/2013)
Sean Lange (8/21/2013)
Koen Verbeeck (8/21/2013)
http://www.sqlservercentral.com/Forums/Topic1485861-1063-1.aspx
From now on I shall answers questions in the following manner:
"I have no flipping clue....
August 21, 2013 at 2:48 pm
Koen Verbeeck (8/21/2013)
http://www.sqlservercentral.com/Forums/Topic1485861-1063-1.aspx
From now on I shall answers questions in the following manner:
"I have no flipping clue. Please post the solution...
August 21, 2013 at 2:42 pm
Here is how I would do this in sql server. I have no idea if you can anything like this in DB2 or not.
;with myCTE as
(
select * , ROW_NUMBER() over(order...
August 21, 2013 at 2:37 pm
ry.sqldev (8/21/2013)
Thanks for the response, database here is DB2, so tables were also created in DB2 which is little different from SQL.
Being that this a sql server site I don't...
August 21, 2013 at 2:27 pm
When I see these things I am reminded the story here. https://www.simple-talk.com/opinion/opinion-pieces/bad-carma/%5B/url%5D
August 21, 2013 at 2:06 pm
TheSQLGuru (8/21/2013)
You want this one Sean?!? You are WELCOME to it!! 😛
/me slinks back from the anti-design quietly...
This is a BIG can of worms here. There are some...
August 21, 2013 at 2:04 pm
TheSQLGuru (8/21/2013)
I would have appreciated a warning to take a deep breath and be sitting down before I opened up that file and saw the query therein!! :w00t:
EAV FTW!!!!
August 21, 2013 at 1:56 pm
ry.sqldev (8/21/2013)
...
August 21, 2013 at 1:44 pm
Instead of posting excel documents that require us to import data and guess on datatypes can you instead post ddl (create table statements) and sample data (insert statements)? That way...
August 21, 2013 at 1:21 pm
erikd (8/21/2013)
A bit of a general question:
I have a query with 28 LEFT JOINS. 20 of them join one table to the original query in order to break information out...
August 21, 2013 at 12:09 pm
No problem. Glad that worked for you.
August 21, 2013 at 8:13 am
pavanr (8/21/2013)
Hi,I just want to know how many varchar(MAX) columns in a single table can be given , without effecting performance ?
Is there any restriction?
Regards
Way more than you should ever...
August 21, 2013 at 8:11 am
Viewing 15 posts - 7,066 through 7,080 (of 15,381 total)