Viewing 15 posts - 3,226 through 3,240 (of 15,381 total)
SQLTestUser (2/20/2015)
February 20, 2015 at 1:39 pm
jung-387933 (2/20/2015)
logic something like below that I am going to put in a function .. but value field in table A...
February 20, 2015 at 1:34 pm
szucs.tas (2/20/2015)
February 20, 2015 at 1:28 pm
Grant Fritchey (2/20/2015)
Ed Wagner (2/20/2015)
jasona.work (2/20/2015)
Lynn Pettis (2/18/2015)
... Mark one off, 9 days on the calendar to go. 9 days on the calendar to go, 9 days to go, ...
Remember...
February 20, 2015 at 7:35 am
KGJ-Dev (2/19/2015)
thanks for reply and if at all if there is any improvement on the query in which part of execution plan will intimate me. Any suggestion. Can i...
February 19, 2015 at 9:56 am
There is nothing wrong with the plan. What is the issue here? Your query returns 6 rows nearly instantly.
February 19, 2015 at 9:16 am
It sounds like my wife may have to travel to Denver for work soon, probably within the next couple of weeks. I am trying to coordinate it so she can...
February 19, 2015 at 9:11 am
vignesh.ms (2/19/2015)
Hi There,I wanna be a DBA! What should I do?
Is there any free video tutorials out there ? or suggest me the good way to get there.
If...
February 19, 2015 at 7:25 am
Joe this thread is 6+ years old and the OP hasn't even logged in for more than 2 years. However your analogy on using the scratch tape and rewinding nearly...
February 18, 2015 at 2:27 pm
treyagrimes (2/18/2015)
Last question I promise. Adding Distinct does work, but with or without it, I am noticing it is trimming the the first letter word/number off the...
February 18, 2015 at 12:46 pm
Check out this article on the topic. http://www.sqlservercentral.com/articles/comma+separated+list/71700/%5B/url%5D
February 18, 2015 at 12:20 pm
kabaari (2/18/2015)
I am inserting data to SQL 2005 from an HTTP Post, the minimum usable data is 120 characters long (Sample: Tag:E200 32E2 F2B3 A4B1 252B CE92, Disc:2015/02/17 15:47:44.215, Last:2015/02/17...
February 18, 2015 at 12:19 pm
Using the examples from the article I posted you should be able to come up with something like this.
with SortedValues as
(
select a.*
, b.Task
from TableC c
join TableA a on a.Id =...
February 18, 2015 at 8:47 am
Thanks for the ddl and sample data. However, what you posted is not like what you originally posted. More importantly there is not enough sample data. If I understand what...
February 18, 2015 at 7:36 am
Hi and welcome to the forums! You can do this using STUFF. http://www.sqlservercentral.com/articles/comma+separated+list/71700/%5B/url%5D
If you need help with the coding part please take a look at the first link in my...
February 18, 2015 at 7:09 am
Viewing 15 posts - 3,226 through 3,240 (of 15,381 total)