Viewing 15 posts - 3,211 through 3,225 (of 15,381 total)
This is a very common issue. Unfortunately there is no magic button for this. It requires human levels of intelligence to sort this out. You can leverage sql to get...
February 25, 2015 at 9:39 am
Hi and welcome to the forums. What you are describing is very common. One approach to this is to use crosstabs. There are two articles in my signature which explain...
February 25, 2015 at 9:37 am
Hi and welcome to the forums. I see what you are trying to do here but I would suggest that you should avoid nesting views like the plague. The challenge...
February 25, 2015 at 7:46 am
RamSteve (2/24/2015)
February 25, 2015 at 7:29 am
Alan.B (2/24/2015)
Sean Lange (1/30/2015)
Jeff Moden (1/30/2015)
Sean Lange (1/30/2015)
Jeff Moden (1/29/2015)
Sean Lange (1/29/2015)
Alan.B (1/29/2015)
I am certainly not anywhere at the same DBA skill level as say Jeff, Gail or Sean...
Gosh I...
February 25, 2015 at 7:19 am
RamSteve (2/24/2015)
for that i need to...
February 24, 2015 at 2:59 pm
What a bizarre requirement!!! You are going to have to write some code for this one. The only way I can think of is something like this.
select CAST(c1 as varchar(5))...
February 24, 2015 at 2:56 pm
Edvard Korsbæk (2/24/2015)
Sean Lange (2/24/2015)
So if you need the entire procedure to complete can you just wrap it in a transaction?
Seems llike the way to do it. This is the...
February 24, 2015 at 2:46 pm
So if you need the entire procedure to complete can you just wrap it in a transaction?
February 24, 2015 at 10:51 am
Since nobody else mentioned it I feel compelled to suggest that you discuss about changing the naming convention for stored procedures. The sp_ prefix is reserved for system procedures. When...
February 24, 2015 at 8:03 am
Edvard Korsbæk (2/24/2015)
Need to find a good place to read and understand.
I have several 100 users on my DB.
Some processes delete & recreate posts in a table.
IF user two...
February 24, 2015 at 7:53 am
KGJ-Dev (2/23/2015)
Hi Sean,thanks for your reply and i tested all three scenarios and i don't see performance difference.
Exactly. So go with the simplest one which I posted a few days...
February 23, 2015 at 9:39 am
KGJ-Dev (2/23/2015)
Here is my confusion, if i use the Sean's suggestion i am in the position to use the same query for two times as i need that output...
February 23, 2015 at 8:04 am
OK. We are close. The CustomerArea table is missing. Also, cool that you posted a query that doesn't work but what is the output you want from this data?
February 20, 2015 at 2:08 pm
Ed Wagner (2/20/2015)
Sean Lange (2/20/2015)
SQLTestUser (2/20/2015)
February 20, 2015 at 1:52 pm
Viewing 15 posts - 3,211 through 3,225 (of 15,381 total)