Viewing 15 posts - 1,546 through 1,560 (of 8,760 total)
Sometimes I really wonder.... can one possibly help?
😎
And why is this not a surprise :crazy:
April 10, 2018 at 4:20 am
The reason this is being done is because we are setting up an archival database...
April 10, 2018 at 4:16 am
What you have here is a classical example of a multi statement table valued function, absolute horror when it comes to performance!
😎
The good news is that...
April 10, 2018 at 3:47 am
Don't use RAID5, outdated and cannot handle the current volume sizes, unless you are willing to risk your data!
😎
April 9, 2018 at 11:26 am
April 9, 2018 at 7:12 am
Quick thoughts
😎
1) How different are the roles of a BI Developer and a Data Analyst? When I do Power BI I do a good level of...
April 9, 2018 at 7:09 am
For fun, here is a function that calculates the number of days in a year (leap year or normal year)
😎
USE TEEST;
GO
April 9, 2018 at 6:43 am
My thought is that using substring to grab the relevant bytes is more appropriate than implicitly doing so via convert.
😎
Thanks for the question Steve.
Here...
April 9, 2018 at 1:11 am
April 9, 2018 at 1:02 am
Can you post the expected results please?
😎
In the meantime, this might help
USE TEEST;
GO
SET NOCOUNT ON;
IF OBJECT_ID(N'dbo.TBL_EMP022')...
April 7, 2018 at 4:29 am
You are over-complicating this since you already have the calculations in the calendar table.
😎
This should help you out.
USE TEEST;
GO
SET...
April 7, 2018 at 12:57 am
Can anyone explain to me the actual purpose of the thumbprint field when...
April 6, 2018 at 10:52 pm
That looks like the answer I'm looking for, but I get an error converting...
April 5, 2018 at 6:59 am
Viewing 15 posts - 1,546 through 1,560 (of 8,760 total)