Viewing 15 posts - 3,061 through 3,075 (of 19,564 total)
Here's an example on Parameter values, expressions and sorting.
http://stackoverflow.com/questions/9381726/sort-table-by-parameter-reporting-services-2008
May 22, 2014 at 6:20 pm
Can you post the script to create the linked server?
Also, who is the owner of both SQL Agent jobs?
May 22, 2014 at 6:18 pm
I'll throw another alternative out there for you.
You could employ schemas to help group/separate these tables via functional areas.
So you could see something like
Reporting.SomeTable
Staging.SomeTable
If you are concerned about finding an...
May 22, 2014 at 5:59 pm
Jeff Moden (5/22/2014)
SQLRNNR (5/22/2014)
ramana3327 (5/22/2014)
Hi SQL RNNR,Your opinion is that there will nothing performance difference. Either way of creation of temp table is same.
Performance between the two is equal.
I guess...
May 22, 2014 at 5:41 pm
Have you looked into CPU contention or CPU bottlenecks?
May 22, 2014 at 5:40 pm
ramana3327 (5/22/2014)
Hi SQL RNNR,Your opinion is that there will nothing performance difference. Either way of creation of temp table is same.
Performance between the two is equal.
May 22, 2014 at 4:44 pm
There are no "miscellaneous" waits in SQL Server. SQL Sentry has taken some of the "noise" waits and just grouped them under miscellaneous. You can ignore those for...
May 22, 2014 at 4:25 pm
Richard Warr (5/22/2014)
Tequel (5/22/2014)
Yes, I think they must be! Not sure where Tequel came from but I am on a different computer tonight!
That's better. In the unlikely event that anybody...
May 22, 2014 at 4:02 pm
The benefit of creating the table first is the ability to control the data types being used a little more easily.
I will often use the Select into method for ease...
May 22, 2014 at 3:49 pm
Tequel (5/22/2014)
Jeff Moden (5/22/2014)
Good luck on your studies. Good to see someone doing it the right way.
Thanks, Jeff. Although the company I work for will benefit from it (it...
May 22, 2014 at 3:45 pm
Your question appeared to be about the partitioning and that is what my answer was in reference to.
Filegroups have no impact on table scans or index seeks when just splitting...
May 22, 2014 at 2:47 pm
eccentricDBA (5/22/2014)
Revenant (5/22/2014)
Ed Wagner (5/22/2014)
bcsims 90437 (5/22/2014)
Ed Wagner (5/22/2014)
SQLRNNR (5/22/2014)
crookj (5/22/2014)
WOTD - DecileDocile
Dog
puppy on doggie prozac
Old
trick
Pony
One
May 22, 2014 at 2:32 pm
I would expect the behavior in 2008 to be more in line with what your single partition example was.
May 22, 2014 at 2:30 pm
deep_kkumar (5/22/2014)
We are seeing high miscellaneous wait types on our server. What exactly are these wait types?
Are you using a 3rd party tool that is reporting the misc waits?
May 22, 2014 at 2:25 pm
Viewing 15 posts - 3,061 through 3,075 (of 19,564 total)