Viewing 15 posts - 3,751 through 3,765 (of 6,486 total)
Try a merge join operation. You'd have to add the other table from the other database as a new source.
April 8, 2008 at 7:46 am
Jeff Moden (4/7/2008)
April 7, 2008 at 8:32 pm
dmizelle (4/7/2008)
April 7, 2008 at 7:48 pm
Jeff Moden (4/7/2008)
Matt Miller (4/7/2008)
That level of detail ain't going to help you much.
Matt... thanks for the help. You're right, though... not a big fan of CLRs but could...
April 7, 2008 at 7:08 pm
Mark Shvarts (4/7/2008)
I also...
April 7, 2008 at 4:43 pm
adekunle (4/7/2008)
April 7, 2008 at 4:01 pm
Mark Shvarts (4/7/2008)
Particularly, for my performance testing I am selecting metrics from sys.dm_exec_query_stats by cross applying it to sys.dm_exec_sql_text, which returns database...
April 7, 2008 at 3:45 pm
Matt Miller (4/7/2008)
Jeff Moden (4/7/2008)
Matt Miller (4/7/2008)
April 7, 2008 at 3:16 pm
Jeff Moden (4/7/2008)
Matt Miller (4/7/2008)
April 7, 2008 at 3:01 pm
Mark Shvarts (4/7/2008)
No, it returns object name only in the current database context.
Hmm...don't know what I was looking at earlier...nevermind.
Here's a SP that would do the trick. Publish is...
April 7, 2008 at 2:07 pm
In addition to MrPolecat's request - define "currently open". How does one determine what "open" is, what "current" means? (No - I'm not channeling Bill clinton - just trying...
April 7, 2008 at 1:17 pm
where is this information stored? where are the name of the destination tables stored?
April 7, 2008 at 1:14 pm
Mark Shvarts (4/7/2008)
What I want to build is a function that would return object...
April 7, 2008 at 1:11 pm
Chinni -
GSquared has tried to answer your question 3 separate times, and you're essentially coming back with the same information each time. Although I'm sure he thoroughly enjoys...
April 7, 2008 at 12:57 pm
adekunle (4/3/2008)
It is not working, i tried to execute the procedure it won't still work.I need to get this done, can somebody help please.
Thanks
What exactly happens? nothing? error message?...
April 7, 2008 at 12:43 pm
Viewing 15 posts - 3,751 through 3,765 (of 6,486 total)