Viewing 15 posts - 22,066 through 22,080 (of 59,072 total)
Ah. Understood.
The first article the PietLinden pointed you to has a near twin right here on SSC. It's located at the following URL:
http://www.sqlservercentral.com/articles/Hierarchy/94040/
That article shows how to convert...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2014 at 6:14 pm
pietlinden (12/31/2014)
I was waiting for Jeff Moden to answer, but since he hasn't yet, you might want to read his article:http://www.sqlservercentral.com/articles/T-SQL/94570/
or
Or maybe one by Dwain Camps
https://www.simple-talk.com/sql/performance/the-performance-of-traversing-a-sql-hierarchy-/
Thanks Pieter.
@JeeTee,
What I'm trying to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2014 at 5:27 pm
Conrad Muller (12/31/2014)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2014 at 5:16 pm
SQLalchemy (12/26/2014)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2014 at 2:30 pm
Ed Wagner (12/29/2014)
Steve Jones - SSC Editor (12/27/2014)
Comments posted to this topic are about the item <A HREF="/questions/T-SQL/120079/">Synonyms and Temp Tables</A>
I don't use global temp tables very much myself, but...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2014 at 1:36 pm
On that same note, the application absolutely MUST NOT have SA or DBO privs. My personal preference should be apps that only have PUBLIC privs and the privs to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2014 at 1:23 pm
Lynn Pettis (12/31/2014)
[font="Arial Black"]Happy New Year from far off Afghanistan!!![/font]
Same to you, Lynn!!!
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2014 at 1:16 pm
Eirikur Eiriksson (12/31/2014)
Michael Meierruth (12/30/2014)
I guess when you need to execute something only once and it takes 900 miliseconds you give it no further thought.
Still,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2014 at 12:12 pm
Michael Meierruth (12/30/2014)
I guess when you need to execute something only once and it takes 900 miliseconds you give it no further thought.
Still, getting anything...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2014 at 10:56 am
Great article on what can go wrong and how to make it right, Sebastian. What you've described is a classic failure that could certainly have been prevented by the...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2014 at 9:58 am
@jesse.owen,
I'm totally confused as to what the purpose of the YearMonth column in the #tab_MonthlyData table is. If you have columnar month data, why is each row associated with...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2014 at 8:54 am
This sounds like an interview question.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2014 at 6:48 pm
schleep (12/12/2014)
Let's assume I go with the certificate method.
Each night, we do database transfers to various target servers, using smo.Transfer.
Does the certificate/permissions granted by the cert...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2014 at 6:24 pm
Heh... at best, all of those tools are only second best to the most important administrative tool of them all... the brain of the DBA. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2014 at 6:20 pm
This certainly looks like a Windows problem on a disk. As the error message states, perhaps a bad disk or maybe just a bad sector.
First, verify that the files...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2014 at 6:10 pm
Viewing 15 posts - 22,066 through 22,080 (of 59,072 total)