Viewing 15 posts - 121 through 135 (of 1,162 total)
dwain.c (7/28/2013)
Nobody's made a suggestion about the strange error delivered by my original query #3. 🙂
I don't get an error, strange or otherwise from query 3. To be honest, I'm...
July 29, 2013 at 2:09 am
To add a little more info, this is reproducible on 2012 and 2008 (and R2), but not 2005.
In 2005, the execution plan shows two separate constant scans and two filter...
July 26, 2013 at 9:11 am
This sounds like a Paul White kinda thing!
Smells like a bug in the execution plan to me.
To distil the unexpected result down to it's simplest form, this query will (sometimes)...
July 26, 2013 at 5:22 am
I've up-voted it and confirmed I can reproduce
July 26, 2013 at 4:22 am
Chris Downing (7/25/2013)
July 25, 2013 at 8:51 am
Ah, I see. sp_describe_undeclared_parameters is a new 2012 proc.
Yes, I get the same result.
So is SSIS 2012 executing this statement as part of it's internal validation routines, or have you...
July 25, 2013 at 8:32 am
That's odd. The collation of both the user and system databases is case-insensitive?
I guess it's possible there were changes around this for contained databases, but system procedures have always followed...
July 25, 2013 at 8:04 am
HowardW (7/24/2013)
sharath.chalamgari (7/24/2013)
July 24, 2013 at 6:56 am
sharath.chalamgari (7/24/2013)
July 24, 2013 at 6:30 am
So, what's happened to the path in the error message? Assuming this has corrupted/been lost, restoring master from a backup would sound like the best plan:
http://msdn.microsoft.com/en-us/library/ms190679.aspx
Bear in mind that this...
July 24, 2013 at 6:21 am
Have you lost your E drive in the crash? Are your user databases there as well?
July 24, 2013 at 5:31 am
happycat59 (7/24/2013)
What is your concern with Standard Edition memory - I would have thought that 64GB isn't ridiculously low
The issue for me is that it hasn't moved with the times,...
July 24, 2013 at 4:02 am
Tom Brown (7/19/2013)
Unfortunately its a complex alphanumeric, not an integer sequence
Not sure why that matters. Whatever you're using to generate your references, you should be able to define a...
July 19, 2013 at 7:21 am
Yep, indexed views are the answer. You can join the two tables in a view and create a unique clustered index on the view for the required columns. It will...
July 19, 2013 at 6:22 am
Brandie Tarvin (7/17/2013)
HowardW (7/17/2013)
Brandie Tarvin (7/17/2013)
Is it just me or does SQL 2008 not script out DROP CONSTRAINT...
July 17, 2013 at 6:31 am
Viewing 15 posts - 121 through 135 (of 1,162 total)