Viewing 15 posts - 5,911 through 5,925 (of 26,490 total)
kapil_kk (9/7/2014)
Please provide table structure and sample data for this....
You'll find everything you need right here: adventureworks database
That's why I did ask for anything even though I don't have the...
September 7, 2014 at 7:30 am
Hard to really provide and answer with so little information. Perhaps a query selecting COUPON 1 combined with an exists subquery checking for the existence of the same order(s)...
September 6, 2014 at 3:57 pm
When you say failover log shipping from A to B, what exactly do you mean?
Hard to answer your question with so little detail.
September 6, 2014 at 1:37 pm
MaggieW (9/5/2014)
I have a temp table that hosts data from a MDX query, I want to select a column from that table by passing in a parameter and then...
September 5, 2014 at 6:41 pm
The two solutions have very different execution plans but over the small sample dataset execution wise they are identical.
Actually, with a slight change to the code capturing stats, it actually...
September 5, 2014 at 5:46 pm
Silver Spoon, Silver Spoon, when are you going to grow a .................
With this, we are supposed to pull an answer out of our arses:
I just was handed off another Server.
The...
September 5, 2014 at 4:26 pm
First, for my code sample, you will need the following function. Please read the comments in the code. There is also a reference in the comments to an...
September 5, 2014 at 4:22 pm
Grant Fritchey (9/5/2014)
TomThomson (9/5/2014)
cphite (9/5/2014)
jcrawf02 (9/4/2014)
Ed Wagner (9/4/2014)
Koen Verbeeck (9/4/2014)
andrew gothard (9/4/2014)
Gazareth (9/3/2014)
Right. May as well go home...
September 5, 2014 at 3:58 pm
Ville-Pekka Vahteala is quite correct. Your query is returning a count of the number of records.
September 5, 2014 at 2:52 pm
Okay, I had to play with this for a bit. Try this out in an empty sandbox database, but before you do you may need to create the DelimitedSplit8K...
September 5, 2014 at 2:39 pm
Help me, help me, I can't trouble shoot errors. Oh, here is the code I am running.
Okay, looks like the code we were helping you with earlier. What...
September 5, 2014 at 1:09 pm
Love questions where you are asked if the query that was written against the AdventureWorks database will return what is wanted instead of just running it to see if it...
September 5, 2014 at 10:41 am
t.mounika01 (9/5/2014)
I have written the query like this:
With CTE as
(
Select ProductID,
...
September 5, 2014 at 10:40 am
Minor change based on Jeff's comment and taking a closer look at the query I agree:
select
gla.id as GLAcct,
gla.descr as GLDesc,
...
September 5, 2014 at 7:43 am
Jeff Moden (9/4/2014)
I believe I'd still remove the Transaction_Date from the Group By. It's not needed.
You are most likely correct. I missed that as I was reworking my...
September 5, 2014 at 7:41 am
Viewing 15 posts - 5,911 through 5,925 (of 26,490 total)