Viewing 15 posts - 5,221 through 5,235 (of 7,168 total)
I wonder if Plan Guides would be useful here. Theoretically you could override the plan the Optimizer would use for that specific query text and that plan could be one...
August 11, 2011 at 9:42 am
sqlnaive (8/11/2011)
August 11, 2011 at 9:34 am
Sounds like a good starting point to me. Some things to evaluate:
- Consider fully-qualifying all object references from your application. It is a best practice from a readability standpoint and...
August 10, 2011 at 9:03 pm
sqlnaive (8/10/2011)
August 10, 2011 at 7:21 am
From Remarks section http://technet.microsoft.com/en-us/library/ms173463.aspx:
DEFAULT_SCHEMA cannot be specified when you are creating a user mapped to a Windows group, a certificate, or an asymmetric key.
August 9, 2011 at 12:46 pm
Steve.Cornelius (8/9/2011)
Are you setting yourself up as "one to watch" due to extreme negativity and nastyness?
Please don't assign such petty motivations to me. I'm not one of these shallow idiots...
August 9, 2011 at 6:33 am
Eureka! Thanks for posting back. That sounds a little like black magic 🙂 Have you been able to validate that the ID does not change through saving/importing/exporting the package? I...
August 5, 2011 at 8:04 am
SQL_Developer (8/4/2011)
What I am looking to do is not to change the Table Valued Parameter every time. With your...
August 4, 2011 at 8:50 pm
Ninja's_RGR'us (8/2/2011)
left outer join address awith(nolock)on a.parent02aid = CONVERT(VARCHAR(50), m.acctid )I still think refactoring is the solution if it matters.
I would have to disagree Ninja's. This article explains...
August 4, 2011 at 5:02 pm
Option 1: Change to a columnar structure in the database.
Reporting will be a pain but the data can always be flattened later. Weigh the effort required to flatten data in...
August 4, 2011 at 4:45 pm
Impedance Mismatch! Can you change to an EAV data model in the database, or some other type of columnar model?
If you're stuck with the data model I may have something...
August 4, 2011 at 2:32 pm
stewartc-708166 (8/3/2011)
One option is to create a linked server on serverB that...
August 4, 2011 at 2:16 pm
MuraliKrishnan1980 (8/3/2011)
Thanks for your response. Yeah, i know that we can achieve this using other options as well. However, i would like to know if there is an option...
August 4, 2011 at 1:58 pm
Million dollar question: Is there a requirement to avoid application code changes when you add column #401 to your table?
Per this article a stored procedure can have up to 2,100...
August 4, 2011 at 1:39 pm
Yeah, too little info to say on the whole system so I made some leaps. But it's OK...I only jumped in to steer this one away from using Dynamic SQL...
August 4, 2011 at 11:20 am
Viewing 15 posts - 5,221 through 5,235 (of 7,168 total)