Viewing 15 posts - 8,371 through 8,385 (of 59,091 total)
I know this post is serveral years old now but wanted to say nice post on the following... definitely the right idea.
Igor,
I really think you're overcomplicating it. From my...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2019 at 8:58 pm
Fantastic article, do you have any links to using the % to return value. never seen the use of % like this (T.N-1)%3 +1
Thank you for the feedback... much...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 16, 2019 at 10:19 pm
I always follow ANSI/ISO standards, the metadata committee standards, and basic data modeling principles.
BWAAAA-HAAAA-HAAAAA!!!! THIS coming from the person that says he likes the MySQL "standard" of using YYYY-00-00...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 16, 2019 at 3:03 pm
It is an alleged non-problem any more. I say "alleged" because I trust no one on such things (too many times burnt in the past). There is a simple test...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 16, 2019 at 2:43 pm
I'll be using this data to add entries to our data warehouse tables. After using this data to fill in our data warehouse tables most of the time it...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 15, 2019 at 3:12 pm
Thanks for your response. The purpose of the word document import into SQL server is to parse the data into a table and export into excel. The current framework...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 15, 2019 at 2:54 pm
I got hired and then I wrote the job description. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
November 15, 2019 at 5:18 am
To add to both what I and Jonathan suggested that will help a whole lot, both for the reader and the self-edification of the author, always remember this simple rule...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2019 at 4:18 pm
I do have to disagree with a database "being a poor choice" to support documents and images. At best, I'll agree to say "It Depends" but even that bothers me...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2019 at 4:11 pm
From my quick look, there is absolutely NOTHING in the code in the original post that requires Dynamic SQL.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2019 at 9:45 pm
In our environment, such hint is placed after every single table in every join in every stored proc.
SELECT 1
FROM #GR X WITH(NOLOCK)
JOIN GT ...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2019 at 9:42 pm
First of all, I never drop a supposedly unused stored procedure immediately. I rename the stored procedures by appending the with "_ToBeDeleted" Such a rename constitutes a modification of the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2019 at 9:37 pm
I have the following data in a table, its pricing for items, so if a customer buys 275 of .250BP, they pay .043
I need to get this data in...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2019 at 9:32 pm
That's pretty interesting. Looks somewhat similar to Eirikur's but a few differences. The one thing I am not a fan of is that it has the same major...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2019 at 6:11 pm
It did the same thing for us... went for 7 years with no incident and then it apparently hit a tipping point... and the tipping point wasn't gentle... it was...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2019 at 3:53 pm
Viewing 15 posts - 8,371 through 8,385 (of 59,091 total)