Viewing 15 posts - 7,681 through 7,695 (of 15,381 total)
Saujib (7/2/2013)
Here a requirement that I am trying to implement
One table Address is used by many tables. like member, provider and sales representative.
While creating Sales Order, User would entry information...
July 2, 2013 at 2:25 pm
f9c882q 61644 (7/2/2013)
Eg If the policy effectivedate is November 1 2012 and expiration date is...
July 2, 2013 at 2:18 pm
mcopa (7/2/2013)
July 2, 2013 at 2:13 pm
ulisseslourenco (7/2/2013)
I have a question: Is allowed use exec statement into a function? I ask that because I have to return a select into...
July 2, 2013 at 2:09 pm
I don't really understand the details as it pertains to your situation but it sounds like you need to look at the ROW_NUMBER partition and adjust it to fit your...
July 2, 2013 at 12:59 pm
adonetok (7/2/2013)
One more question, I want to insert the result into a temp table but code below did not work.
Something wrong with my code?
select * into #myinvoice...
July 2, 2013 at 12:34 pm
valeryk2000 (7/2/2013)
I added another join to the query - it runs now 3 sec (we started with 2 min 25 sec).
I'm excited and proud (as if...
July 2, 2013 at 12:09 pm
realvilla (7/2/2013)
I'm realizing something. Let's say that you have three records in the ReturnsPros table that have the same data in six columns:
ProgYear = '13'
RiskNonRiskFlag = 'N'
Region = 'Central'
ModelName...
July 2, 2013 at 12:06 pm
valeryk2000 (7/2/2013)
Sean,On larger chank of data your CTE-based qry runs 2.5 times faster.
I learned a lot from this discussion.
Thanks, brothers ....
Take a look at the execution plan on the...
July 2, 2013 at 9:45 am
Sean Grebey (7/2/2013)
Not remotely a DBA so forgive me if this is a novice question, but will having a clustered index in a database improve the performance of non-clustered indexes?Sean
Indexes...
July 2, 2013 at 8:56 am
SQLWannabe (7/2/2013)
Thanks for your Reply.
Can you picture me doing a face plant? I don't know how I didn't think of that within about 15 nanoseconds.
Sometimes I have that moment...
July 2, 2013 at 8:14 am
engstevo (7/2/2013)
July 2, 2013 at 7:41 am
engstevo (7/2/2013)
Write a SQL statement from the above example tables that will return the Product Name and Quantity with the maximum quantity sold per day.
Homework? We can't see the paper...
July 2, 2013 at 7:40 am
Check out this article that explains what is happening and some great example to help you understand ordering.
July 2, 2013 at 7:30 am
dwain.c (7/2/2013)
Sean Lange (6/27/2013)
DataAnalyst011 (6/27/2013)
July 2, 2013 at 7:19 am
Viewing 15 posts - 7,681 through 7,695 (of 15,381 total)