Viewing 15 posts - 2,371 through 2,385 (of 2,647 total)
Let me add a link to Pinal Dave for Database Publishing Wizard. If you scroll down, you will see some comments on 2008 and that this installs with 2008.
Thanks,
Jared
October 18, 2011 at 4:48 pm
Roust_m (10/18/2011)
jared-709193 (10/18/2011)
October 18, 2011 at 4:41 pm
Are you sure it went into the primary filegroup? Why is primary filegroup even a part of your partition schema? i.e. I have 12 filegroups other than primary, 1 for...
October 18, 2011 at 3:00 pm
I understand that the database is 2GB, but not the data for the month right? That is only the size of the data that has been entered since. My...
October 18, 2011 at 1:57 pm
MysteryJimbo (10/18/2011)
Is there anything stopping you creating a stored procedure on the linked server and calling that remotely?RPC calls perform much better.
🙂
October 18, 2011 at 12:06 pm
"<table_source> can be a remote table or a derived table that accesses remote tables."
Why not create the procedure on the target? Would run much better too...
Thanks,
Jared
October 18, 2011 at 12:06 pm
SQL Kiwi (10/18/2011)
jared-709193 (10/18/2011)
October 18, 2011 at 11:42 am
Right-click on the linked server and go to properties. Then go to the security section and click on the ADD button.
Thanks,
Jared
October 18, 2011 at 11:31 am
I can't find any documentation about MERGE not working on linked server... However, if it is not working from the source side I would try running it on the destination...
October 18, 2011 at 11:26 am
GilaMonster (10/18/2011)
Be honest, don't exaggerate your skills, don't claim to know stuff you don't.
The job that I took in April of this year was one of these types of interviews....
October 18, 2011 at 11:15 am
jared-709193 (10/18/2011)
October 18, 2011 at 10:07 am
Great article (although I am a little late getting to read it)!
A question that I have is... Is there a performance reason to use or not use a TVF...
October 18, 2011 at 9:58 am
GilaMonster (10/18/2011)
The first 2 are not the same.http://sqlinthewild.co.za/index.php/2010/01/12/in-vs-inner-join/
Thanks Gail! Exactly what I was looking for!
Jared
October 18, 2011 at 8:55 am
In my limited knowledge of the comparison between correlated subqueries, inner joins, and CROSS APPLY... It looks like all 3 queries below produce the same execution plan. Why would...
October 18, 2011 at 8:31 am
EDIT: Maybe discussing the question on replication is important. My thoughts are that it is not performance that is the deciding factor on which type of replication to use,...
October 18, 2011 at 8:03 am
Viewing 15 posts - 2,371 through 2,385 (of 2,647 total)