Viewing 15 posts - 31 through 45 (of 223 total)
Yup, I agree. Thanks for your time.
November 16, 2015 at 4:47 pm
ScottPletcher (11/16/2015)
If the table does not exist at all, SQL defers name resolution ("deferred name resolution") for that table.<snip/>
Thanks for the reply Scott. If a table does not exist, is...
November 16, 2015 at 4:04 pm
I checked this up and yes, the tables which are used in the CTE definition (very first query in my first post) are partitioned. The partition is on a column...
April 18, 2013 at 3:28 am
I think yes; I'm quite new to this project, so, I will have to check before I confirm. I will update tomorrow.
April 17, 2013 at 6:22 am
I want this, I want that - no gratitude?
April 17, 2013 at 4:35 am
Update on this:
I and my teammate have concluded that this a SQL bug - not easily reproducible. The initial query, however, always produces wrong result. We ran the same query...
April 17, 2013 at 3:53 am
I tried to reproduce the problem using the following query, which does pretty much the same thing (warning: the query will not make any logical sense). However, I could not...
April 14, 2013 at 9:53 pm
Yes, very interesting. I will need more time to prepare the sample tables. I am not supposed to post the original plan, can get fired for that.
April 12, 2013 at 1:39 am
SELECT 'aaa_' + name FROM sys.tables T WHERE type = 'U'
April 12, 2013 at 12:47 am
Read this http://www.sqlservercentral.com/blogs/scarydba/2009/09/09/spools-in-execution-plans/
If spooling happens, it will show in the execution plan.
April 10, 2013 at 2:49 am
Folks, thanks for the replies. I checked the plan of these queries and figured out that no matching rows were being returned. It didn't dawn on me that I was...
April 5, 2013 at 11:19 am
Hey, I'm not querying any user tables to post DDL. You can run the queries I posted on any database.
Edit: I guess you didn't know that information_schema.routines was a...
April 4, 2013 at 3:18 am
Thanks a bunch for the reply. I don't have access to the query right now. There is nothing wrong with the query, I suppose, because the generated dtsx runs fine...
March 27, 2013 at 6:55 am
Hi Federico, I gave this a try.
We have daily tasks running in our system. Every day at a specific time, we truncate certain tables and repopulate them. We have to...
March 27, 2013 at 12:42 am
Viewing 15 posts - 31 through 45 (of 223 total)