Viewing 15 posts - 901 through 915 (of 2,647 total)
Eugene Elutin (5/22/2012)
Jeff Moden (5/22/2012)
By posting data in a format that you need 2008 or above for, you're cutting out some pretty hefty SQL Ninjas who may not have a...
May 22, 2012 at 10:28 am
Hmm... Why do you think that every statement needs to end with a semi-colon in 2008R2? Also, GO is a batch terminator and will never require a semi-colon.
May 22, 2012 at 10:14 am
No. Partitioning is not a performance enhancer, it is to make maintenance easier and more manageable. There is no reason for you to partition this data.
May 22, 2012 at 10:07 am
How would any of that information, if it existed, guarantee that the function was obsolete? 🙂 I personally believe that the proper and best way to do it is to...
May 17, 2012 at 9:59 am
Tava (5/16/2012)
May 16, 2012 at 11:12 pm
Sample code you can put at the end of your SP. MAke sure you declare any missing variables as I did not have time to completely edit it.
set @subject...
May 16, 2012 at 10:56 pm
I would write a stored procedure to pull the data. I would then call that stored procedure from reporting services to generate a report. Either that, or create...
May 16, 2012 at 9:48 pm
SQLCrazyCertified (5/16/2012)
Lynn Pettis (5/16/2012)
SQLCrazyCertified (5/16/2012)
erics44 (5/16/2012)
I have always been under the impression that in tables where there are a lot of inserts a clustered index should be avoided and clustered...
May 16, 2012 at 9:00 pm
My first guess is the TEXT column. 2nd guess is the check constraint. Were any of these things added right before you saw the first error?
May 16, 2012 at 2:04 pm
We tend to use RETURN in all of our SPs that are called by an application. They return 0 for success and then any number of integers depending on...
May 16, 2012 at 1:59 pm
Can you please provide DDL for the table including indexes and such?
May 16, 2012 at 1:07 pm
Ok, so it is more like 4 columns that have events in them where the data between columns is not necessarily related except by date and patient.However, just because a...
May 16, 2012 at 11:53 am
Ok, so in the example I referenced... Is there any relation between the first Type 1 measure to the Type 2 and Type 3 that makes it appear in the...
May 16, 2012 at 11:13 am
Cadavre seemed to grasp what you needed much quicker than I. Kudos! Can I ask, though, what is the purpose of this data. I ask because in your...
May 16, 2012 at 9:53 am
DataAnalyst110 (5/16/2012)
SQLKnowItAll (5/16/2012)
Personally, I prefer to picot the data AFTER retrieving it. Either in Reporting Services or in Excel.
Hi Jared - You don't happen to have a link to...
May 16, 2012 at 9:29 am
Viewing 15 posts - 901 through 915 (of 2,647 total)