Viewing 15 posts - 8,821 through 8,835 (of 59,067 total)
Heh... more "new site" sucking sounds. The fnTally script that was recently published and nearly 4,000 reads and 9 votes yesterday. Today, it says it's only had a little over...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 4:27 pm
Heh... having this posted as a script has already started to pay off for me not only in a couple of posts on this forum but also on the "Azure...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 4:21 pm
IMHO, you are on the right path. I'm currently doing exactly what you described. Importing flat, delimited files to a 'staging' table where all fields are...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 2:39 pm
it is especially useful, if you need a table to be online all the time, but want to load lots of data to it (e.g. full reload). Then you...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 2:36 pm
Post deleted... misread a response.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 2:25 pm
You can also try an appropriate option to control database size.
So long as it's not "AutoShrink", DBCC SHRINKDB, or DBCC SHRINKFILE (especially since they don't affect backup size).
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 2:20 pm
p.s. The essential key for me was learning how to make a shedload of test data in virtually any form I needed it. When it come to performance, you need...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 2:15 pm
Totally agree with Grant. I don't care for the certification alphabet soup a lot of people have after their names because too many of them have gamed the system to...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 2:03 pm
That's all good but you made it sound like you were suggesting that keys (in general) were allowed to be mutable. There are some rare cases where AKs (Alternate Keys)...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 6:47 am
Ok... my previous post with the code and some example code on how to use it are done. Read the comments in the demo code near the end.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 6:26 am
Thanks Jeff,
I'll have a read & give it a try.
Thanks again
I hit submit by accident. I left a message at the top of the previous post. Please have a...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 6:08 am
Ok, first you need to follow the link to the "fnTally" function in my signature lines below this post. It's a high performance iTVF (inline Table Valued Fuction) that we...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 5:52 am
First of all, using a loop in a stored procedure is one of the slowest things you can do. Only an rCTE (recursive CTE) would make it slower.
My suggestion is...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 5:36 am
Remember that it's a script and not an article. It's not designed to teach either how it works or potential usage. It's simply a script in a repository for people...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 3:18 am
A Microsoft certification may be worth more if that's what you want to cut your teeth on. Combine that with an internship to get some "experience" documented on your resume...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 3:15 am
Viewing 15 posts - 8,821 through 8,835 (of 59,067 total)