Viewing 15 posts - 5,176 through 5,190 (of 9,643 total)
I'm not an xquery guru, but it could be possible that there are no cached plans that include an index scan on the table/index you are searching. I ran...
May 6, 2009 at 7:23 am
I believe you should see it in Profiler if you have selected the correct events. What events are you collecting?
May 6, 2009 at 6:16 am
Interesting. What happens if you just eliminate the linked server part of the query?
What is the default schema of the user?
May 5, 2009 at 2:15 pm
Ahhh, now I don't feel too bad for not having a better answer. At least I asked some different questions.
May 5, 2009 at 1:26 pm
What are you doing across the linked server?
Edit: I had left "you" out originally.
May 5, 2009 at 1:18 pm
Yes once for each database selected.
May 5, 2009 at 12:41 pm
When you say you get different results do you mean execution time or actual data? If different data, are the results consistent within users?
Are you schema qualifying the objects...
May 5, 2009 at 12:25 pm
Yes it is possible, but you will have to either use Dynamic SQL or use a temporary table to hold the results form the query against each database with IF...
May 5, 2009 at 12:18 pm
First where are the failed logins coming from (HostName, Application Name, and IP Address in TextData)? If all the failures are coming from the web server then you need...
May 5, 2009 at 8:49 am
A CU is a cumulative update of fixes that is not as rigorously tested as a service pack. These fixes can change the behavior of code so that what...
May 5, 2009 at 8:26 am
Obviously you are using at least SQL Server 2005 so you posted in the wrong forum (2000).
Is this a shared login? Is this login used by some...
May 5, 2009 at 8:18 am
I can't answer all your questions, but I will comment.
You either need to rebuild OR reorganize indexes not both. The rule of thumb is to rebuild if fragmentation is...
May 5, 2009 at 8:05 am
Well, you could do it, but typically you want to be able to try out new queries on test databases and you may have a poorly written query or a...
May 5, 2009 at 7:51 am
Is this something you need to do regularly or a one time thing? Profiler or a server-side trace is one option. Another would be to create a table...
May 5, 2009 at 7:46 am
While I have not tested any of the solutions presented I am pretty sure, based on past experience with these posters, that they will all work fine, but
I usually recommend...
May 5, 2009 at 7:34 am
Viewing 15 posts - 5,176 through 5,190 (of 9,643 total)