Viewing 15 posts - 4,501 through 4,515 (of 59,087 total)
Are you sure it's not just a connection pool of some sort? Killing such spids could cause a bit of slowdown.
The opposite of that beneficial thing is that it could...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2021 at 1:12 pm
Your research idea needs to be fresh, relevant, and interesting. Read as much as you can on your topic. Look at textbooks, read journal articles, watch relevant documentaries, and...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2021 at 12:59 pm
Hi,
I am looking to create a case statement that gets different quantities. For example, I would like to see how many orders were created between 6pm yesterday till 6pm...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2021 at 5:45 am
Hi Zidar,
Here's the create table code and attached is a sample output. Hopefully this helps!
CREATE TABLE [dbo].[FactBP](
[CREATE_DATE] [date] NULL,
[CREATE_TIME] [varchar](8) NULL,
[ADJ_REQ_SHIP] [datetime] NULL,
[RELEASED_DATE] [date] NULL,
[RELEASED_TIME] [varchar](8)...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2021 at 5:31 am
you now do groupings based on the timeslot name. No proprietary computations. Fast, simple joins. The ability to adjust your timeslots in the event of banking holidays.
Cool! Got...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2021 at 3:34 am
The only reason I can see for doing such a thing is to have all the files since the last backup in one file especially for when it comes to ...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2021 at 2:40 am
One of the best ways to find subjects to write about is to let them find you. You will have to start reading the best source in the world for...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 11, 2021 at 7:19 pm
Just double checking... what's the target here... An Excel spreadsheet or a table? I'm pretty sure that it's not possible to do in a single blob in Excel.
Data...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 8, 2021 at 7:06 pm
Forgot to mention a few more things:
--Jeff Moden
Change is inevitable... Change for the better is not.
October 8, 2021 at 5:02 pm
I'm sorry about the misinformation. I didn't pay attention to the list of "Applies to" services.
I remembered some excited chatter some months ago about the functions now being available,...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 8, 2021 at 3:55 pm
Well if it's just a matter of copying data truncate and reload is easier to set up and maintain, volume permitting. Trying to capture deltas will but down on...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 8, 2021 at 3:49 pm
I found this topic via a Google search, and it kinda-sorta relates to my issue. I need a Script Component in SSIS to serve as a data...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 8, 2021 at 3:13 pm
I'll try to post a solution tonight after work if no one else beats me to it.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 8, 2021 at 3:08 pm
Here are a couple of ways to do it. Like aadcock says above, format 23 comes into play. Be warned though... in a lot of languages, that format (23) will...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 8, 2021 at 3:03 pm
I kinda figured. Thanks, for the confirmation.
After the performance issues included with the FORMAT function, I also worry about performance anytime MS comes out with a new function. I won't...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 8, 2021 at 2:25 pm
Viewing 15 posts - 4,501 through 4,515 (of 59,087 total)