Viewing 15 posts - 826 through 840 (of 1,162 total)
Hi Gail,
Clustered Index Scan
Please find the plan attached
Thanks,
Howard
March 29, 2011 at 5:41 am
You should look up "Parameter Sniffing". It sounds like this is what's happening. Basically, when a stored procedure's first executed, it uses the first parameters supplied to generate and store...
March 28, 2011 at 8:58 am
Yep, that makes sense.
Basically, in the simple recovery model, if you're doing a differential backup, all the data you're backing up must have had the full backup it's based...
March 25, 2011 at 11:03 am
Are you saying you ran a full database differential backup after running two individual filegroup backups and it gave this error?
This is expected functionality in the Simple recovery model, you...
March 25, 2011 at 10:26 am
You'd have to write something that uses sys.foreign_keys and sys.foreign_key_columns to find all the child tables, build delete statements with dynamic SQL and loop through them to delete.
It gets...
March 25, 2011 at 7:20 am
Hi,
There's nowhere near enough information for anyone to help you with this other than it looks like maybe you need to know about the DATEDIFF funtion and PIVOT (both of...
March 25, 2011 at 6:58 am
there doesn't appear to be an option to turn off SET ANSI_NULLS ON or SET QUOTED_IDENTIFIER ON parts of the script
They are functional parts of the definition of objects, which...
March 24, 2011 at 11:06 am
I'm struggling to work out what your question is, could you clarify? These are questions about an application that uses a database engine rather than being about a database engine...
March 24, 2011 at 10:37 am
I'm not sure it's easily possible. I know they're based on SSIS (which does have an API you can interface with) but it's unlikely to be an easy task.
I'd say...
March 24, 2011 at 8:51 am
Why would you expect 3 results? All of your rows are either in the state of Nevada, or the county of clark. Do you mean to exclude rows where either...
March 24, 2011 at 6:56 am
A trigger on update will fire regardless of whether the update is actually making a change.
You cannot prevent the trigger firing, but you can change the logic of your trigger...
March 24, 2011 at 3:51 am
OK - I suspect it may be a combination of enabling TCP/IP and starting the SQL Browser Service then - if you're not entirely fed up of the problem, would...
March 23, 2011 at 11:04 am
Ok, for what ever reason, it looks like it cannot resolve your instance name back to where it's located.
In the case of a named instance, you must have either...
March 23, 2011 at 8:32 am
Is the SQL Server Browser Service Running?
March 23, 2011 at 8:09 am
Can you post the entire contents of SQLAGENT.OUT? I take it this is the RTM version of R2, not a CTP (just checking as the connect bug you linked to...
March 23, 2011 at 7:42 am
Viewing 15 posts - 826 through 840 (of 1,162 total)