Viewing 15 posts - 9,481 through 9,495 (of 59,091 total)
The most important step is to have a learning/test/experimentation environment you have all to yourself. The following link contains a "download" button that will provide you with a free copy...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 14, 2019 at 6:01 pm
These report periods can overlap; a fiscal quarter will be contained in the range of its fiscal year. I like the MySQL convention of using double zeroes for months and...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 14, 2019 at 4:37 pm
The words that strike me here is ...
I have a good job, but have been offered one from a company i once worked for
The first step is to sit down...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 14, 2019 at 4:28 pm
Hi I came across a scenario where a query is picking totally unrelated index in the execution plan. Here is the case: SELECT A.tranid,A.transittime FROM table1 A WITH(nolock) JOIN...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 14, 2019 at 3:54 pm
Thanks for the feedback folks.
To be honest, I should rewrite the whole, very old article. Using MONTH (which returns on 1-12 regardless of year) or anything else that doesn't observe...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 14, 2019 at 3:31 pm
Sorry to use 4 words all at once but Sunday, Pool, Beer, and Drambui!!! :D:D:D
--Jeff Moden
Change is inevitable... Change for the better is not.
April 12, 2019 at 11:20 pm
Is it a good practice to mix some surrogate and natural keys...?
Heh... look at sys.objects for an answer to that question. Both the object_id and the name must be...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 12, 2019 at 6:39 pm
Hi, I'm very new to this program and have question...In which or what type of scenario I need to built Store Procedure with output parameters in real life job...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 12, 2019 at 6:17 pm
What I want to know is why people give supposed "design purists" so much credit.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 12, 2019 at 6:12 pm
I usually don't drink at all because, if I drank every time I ran into some form of stupidity when it comes to code or common sense, I'd be permanently...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 12, 2019 at 6:08 pm
Personally, I wouldn't do this through T-SQL. I'd use Powershell. Here's an example.
And then scream as the Network folks draw and quarter you for screwing up internal security.
Lordy,...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 12, 2019 at 6:01 pm
And this thread just keeps on keeping on... This is a pure rant, so read at your own risk. I have been involved in the interview process...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 10, 2019 at 11:49 pm
Some of this is the result of the times we are in. We all know the pressure of release and fix it later competing with if everything gets fixed...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 10, 2019 at 10:45 pm
When I came back to work Monday I was initially excited to see we were on the new version of SSC. My excitement quickly faded. I read Steve's...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 10, 2019 at 4:29 pm
True dat! I have seen many time where it will choose a more narrow index to scan (much more quickly) even when it's the second column being used for criteria. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2019 at 12:30 am
Viewing 15 posts - 9,481 through 9,495 (of 59,091 total)