Viewing 15 posts - 7,321 through 7,335 (of 59,072 total)
So, how's everyone surviving the shut in?
We've got a nice day on tap here, and while I'm putting in a couple extra hours this afternoon, I think I still...
April 8, 2020 at 5:18 pm
I think you also find that the Date data coming from an AS400 or IBM PowerSystem will contain all 0's for "null" dates.
Also, don't use VARCHAR(10) to hold string representations...
April 8, 2020 at 4:56 pm
It is best to store integers as integers, dates as dates etc. There is nothing wrong with having nulls.
While I totally agree with the first statement there, I seriously...
April 8, 2020 at 4:42 pm
Before answering your question, first you need to priorities why you need compression. If the answer is you need to save space, then you will benefit from index compression....
April 8, 2020 at 3:49 pm
When you have lot of budget then we will prefer the consultant, but handling sql 7.0 to till 2017 we need to take over this with being backup and...
April 8, 2020 at 2:25 pm
oh well.
Should I not even bother compressing non-clustered indexes?
what if my table does not have clustered indexes? it only has a composite primary key, non-clustered. And a dozen of...
April 7, 2020 at 11:08 pm
I can't comment much about your good article other than it seems well laid out and produces the correct order of revelation. So nice job there.
I'll also state that I...
April 7, 2020 at 9:12 pm
I have a tip... Download the Developer's Edition of T-SQL, a copy of SQL Server "Books Online", and start teaching yourself more about SQL Server so that when you do...
April 7, 2020 at 4:16 pm
What would be more interesting is what the CLR assemblies actually do. A lot of people resort to CLR simply because they don't know how to do something in T-SQL. ...
April 7, 2020 at 4:05 pm
I'm trying to set up a format file using bcp but I'm unsure of how to set it up.
I used "bcp de_identified.dbo.test format -c -t -f c:\sql\test3.fmt -T" and...
April 7, 2020 at 4:02 pm
A trillion row table and you folks have no previous experience with partitioning. My recommendation is that you don't try this on your own. Get a consultant that really knows...
April 7, 2020 at 3:29 pm
Thank you all!
I have asked and they are sorting it out 🙂
Excellent! I have found that "The answer is always 'NO'... unless you ask". 😀
April 7, 2020 at 3:17 pm
In what table design/scenarios should I prefer a Row level compression and not Page level?
Like if we were to name one major advantage of one over another, and possibly...
April 7, 2020 at 3:14 pm
THANKS!
Question: can there be any reason that an error will be thrown while attempting to compress the table? Like what should be 'wrong' with table to cause the compression...
April 7, 2020 at 5:22 am
I'm sorry... I forgot to add that you can get the fnTally function from the similarly named link in my signature lines below.
April 6, 2020 at 9:26 pm
Viewing 15 posts - 7,321 through 7,335 (of 59,072 total)