Viewing 15 posts - 6,406 through 6,420 (of 59,072 total)
PS: You do realize that this thread is almost six years old.
An updated answer to an old question is still a good thing. Someone has already benefited from it.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 15, 2020 at 9:45 pm
You've posted in a 2005 forum. What version of SQL Server do you actually have?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 15, 2020 at 7:55 pm
Grant and many others will seriously disagree with me but... My recommendation is that you don't spread your learning too thin. I've found that a whole lot of what people...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 15, 2020 at 7:41 pm
I think the first step towards "vertical partitioning" is actually "proper normalization of a table".
I also think that people that have the following 3 columns (as identified in the Reddit...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 15, 2020 at 4:18 pm
Hi - I would like to decrease the performance of SQL for certain users or specific queries.
The majority of users will be running very quick queries that last less...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 15, 2020 at 3:53 pm
Brian hit a nail on the head that I totally forgot about and that's to be sure you include what he said about support, what's supported or not, and that...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 15, 2020 at 3:48 pm
I could be wrong but most of the code looks like it takes in some form of CSV and splits it. Since you're using SQL Server 2019, lookup the STRING_SPLIT...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 15, 2020 at 3:41 pm
Restore HeaderOnly from url= ... ?
?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 15, 2020 at 3:32 pm
I'm not talking about ISNULL speeding anything up, Scott. I'm talking about the use of a Clustered Index slowing things down. I'll try to come up with an example other...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2020 at 2:47 pm
Write a section that identifies the purpose/problem this will solve. (Problem Overview)
Write a section on how the spreadsheets, etc, will solve the problems. If you have additional advantages, such as...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2020 at 4:00 am
That should do it, Mr. Williams.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2020 at 3:48 am
Hi,
my problem was, that I have been connected to the wrong datebase with mit script.
Thank you very much for your help.
Thanks for the feedback and pretty darned honest of...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2020 at 12:55 am
Automating things has always been a key skill of good DBAs and, so far as I'm concerned, has absolutely nothing to do with "DevOps", which is becoming a more and...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 12, 2020 at 7:36 pm
Hi Jeff,
I was asked to pull this information because our cyber insurance company wants an approximation of the total number of rows across all SQL instances. I imagine this...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 12, 2020 at 12:51 am
My office let me bring home an additional monitor when they sent me home to work. Very helpful! However, after 9 weeks my home office chair was giving me...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 12, 2020 at 12:03 am
Viewing 15 posts - 6,406 through 6,420 (of 59,072 total)