Viewing 15 posts - 6,421 through 6,435 (of 59,089 total)
Can you please help me with the script. The script should take database name as an input parameter and should output all its related jobs, steps and schedules.
If you...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 17, 2020 at 3:33 pm
Unfortunately this application doesn't work quite that simply. "Relativity" is an eDiscovery platform that allows users in the course of their work to add and remove fields that they...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 17, 2020 at 3:53 am
That's a great story, Grant, and I 100% agree that's was an appropriate use of PowerShell. The question is, would you have been comfortable in letting someone who didn't know...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 16, 2020 at 8:27 pm
Total agreement with everyone else that you should be spotting when new databases are created. However, it's entirely possible to create a backup script (or use Minion or Ola...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 16, 2020 at 8:16 pm
First of all (and you probably all ready know this but I have to say it out loud), fix the main problem that started all of this... stop giving users...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 15, 2020 at 10:10 pm
I'm thinking that the data has an embedded Cr, Lf, or Vertical Tab in it and OPENQUERY along with the given provider is treating what follows that as a separate...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 15, 2020 at 10:01 pm
t is not the first time I am reading such a comment. I do not remember exactly where I saw it, possibly, om some local forums
You do realize that's...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 15, 2020 at 9:53 pm
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
Viewing 15 posts - 6,421 through 6,435 (of 59,089 total)