Viewing 15 posts - 7,696 through 7,710 (of 59,072 total)
Heh... No. I served on the USS Haddo (SSN 604), which almost went down twice in the same week because some newbie Chief (skimmer convertee) that they "radioed" the qual...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2020 at 1:43 pm
From the article:
One of the reasons I love history is because it really does teach us so much.
This is why old folks rock. It's not "history" to them... it's...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2020 at 1:06 pm
Hello Jeff,
Any update on that code? I am curious to look at it.
See attached.
There are 3 files in the ZIP file...
The...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2020 at 3:32 pm
Ok but, in the future, please help us help you by providing the sample data in a readily consumable format. Please see the first link in my signature line for...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2020 at 2:47 pm
Thanks! Another question on same scenario, since Node1(Primary), Node2( secondary HA) and Node4(Secondary Reporting) are in the same location and Node3(Secondary Asynch DR) is in the DR location. Let's...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2020 at 1:52 pm
This is fairly easy to do but is doomed to failure because none of the columns can be used to preserve the order of the rows. There needs to be...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2020 at 1:31 pm
Heh... I definitely blew that one then. I didn't look at the OPs code closely enough to realize that you had provided a copy of the same code. I was...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2020 at 12:09 am
Jeff, Here is the data in a consumable format. I couldn't work out from the question exactly what's wanted so I'll leave it to someone else.
Except for a little...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2020 at 8:53 pm
Since you're using SQL Server 2016, this can probably be easily accomplished with LEAD/LAG. Help us help you... post the content of the tmpDeal01 table in a readily consumable format. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2020 at 6:57 pm
Simply stated, I know of no way to create a dynamic pivot/crosstab without dynamic SQL and I know of no way to execute dynamic SQL without the use of EXEC.
I...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2020 at 2:36 pm
Nice post and perfectly described but could you write the code without test data to know if you wrote the code correctly? Neither can we. 😉 Take the data you...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2020 at 2:27 pm
For a direct, single table update, the alias shouldn't be needed.
Correct... it shouldn't be. But sometimes and in a most unpredictable fashion, it works out better.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 21, 2020 at 9:43 pm
I know that it won't seem like it should make any difference but try the following and see if it does...
UPDATE tt
set SQL_DETAIL='SELECT ROWID_OBJECT, HUB_STATE_IND, MDM_ID, SEQ_NM, MSP_END_CUST_NM,...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 21, 2020 at 4:32 pm
You say it should scale to 1PB and so this sounds like some hardware that's pretty important to the company. And, it sounds like you have something to do with...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 21, 2020 at 1:23 pm
IIRC, they'll actually show up in sp_Who2
--Jeff Moden
Change is inevitable... Change for the better is not.
February 21, 2020 at 1:11 pm
Viewing 15 posts - 7,696 through 7,710 (of 59,072 total)