Viewing 15 posts - 1,801 through 1,815 (of 59,067 total)
Hi All,
I need to generate random unique numbers for 10 million records.
Here is my requirement
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2023 at 6:43 pm
I called him out on the fact that he had 4 threads asking exactly the same thing - he didn't like it
https://www.sqlservercentral.com/forums/topic/ssrs-rendering-format-excel-change -- I made the comment on this...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2023 at 6:35 pm
Have you simply tried clearing proc cache for the database that has the code that's causing you fits, which would cause a recompile of your all the code for that...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2023 at 6:19 pm
What is the code to sum this row of data (trip duration in hours and minutes, and about 800,000 rows). Characters are varchar, and I have tried casting based...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2023 at 6:03 pm
I faced similar kind of issue last time
Since half of your replies have been flagged as SPAM and they all seem to be in the same vein of acknowledgement...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2023 at 11:06 pm
Can any enlightened cloud industry folk let me know why enterprise tech companies - particularly those cloudy ones - LOVE having a big, massive, expensive Sales Kick Off event...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2023 at 10:55 pm
Again, thanks everyone for the support without judging. Thanks.
Heh... ah... but we ARE judging. 😀 The third party code and database design sucks. 😀 😀 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2023 at 9:44 pm
Is it Monday? It seems like Monday.
One of my DBA's set up a SQL account, with db_owner on a database in production. The contractors have now raised havoc with...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2023 at 8:11 pm
Heh... "To err is human.... to really *&*&%^$%! things up, you need a computer". 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2023 at 8:01 pm
p.s. SQLProfiler isn't "dangerous". People that don't know what they're doing with either SQLProfile or Extended Events are what's dangerous. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2023 at 7:54 pm
RCSI is enabled for this database. However, writers are blocking writers. INSERTs and DELETE's,
Sometimes, even a good healthy dose of magic pixie dust can't break through a mountain of...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2023 at 7:51 pm
I see ur point, but wouldn't I be safe if I ran it thru something like Ssrs using a date parameter?
In a word, No. There are much better ways...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2023 at 1:33 am
regarding https://www.sqlservercentral.com/forums/topic/writing-a-line-for-each-day-of-month
can someone post a link to an older thread the OP created that does what it's asking (again) to be given to them.
older thread is https://www.sqlservercentral.com/forums/topic/how-do-i-write-a-record-for-each-day-in-a-date-range
I can't reply...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2023 at 11:13 pm
Thank You Michael,
The saddest part of the answer is I submitted the question 5 years ago!!! LOL!!!!
Shows how long I haven't used it...
Thanks Again
I recommend that you don't make...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2023 at 10:58 pm
p.s. I also notice in one of your previous posts above that the table has 4 non-clustered indexes... that's likely where the page splits are coming from. Considering the very...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2023 at 7:50 pm
Viewing 15 posts - 1,801 through 1,815 (of 59,067 total)