Viewing 15 posts - 6,631 through 6,645 (of 59,091 total)
For the road I have a small-form-factor laptop that fits nicely on an airline tray table.
Yeah, until the yahoo in the seat in front of you decides to...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2020 at 4:28 pm
It would be nice if the object explorer in SSMS had a node under each database for triggers so that you could see them all in one place.
Agreed but...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2020 at 4:02 pm
IIRC, there is also a difference in the dates in Excel and SQL Server. Only problem is that I don't quite remember what the problem, had I...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2020 at 2:30 am
As we renamed sa login to anothet name and want to change the dbowners of all databases but later versions like 2o12 onwards dbowner of sys databases are changed...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2020 at 4:06 pm
Can we change the dbowner to system databses ? if yes how can we proceed?
First, see Grant's reply.
Second, I have to ask... why would you want to/need to do...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2020 at 1:57 pm
My main machine is my desktop. Fast connections to internet and databases. I use a laptop almost always to Remote Desktop Connection to my main desktop. Can use mouse,...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2020 at 1:36 pm
Interesting article, Steve. Thanks.
I finally bought a new laptop about 8 months ago (it's only my second one in more than a decade after my first one, which still works). ...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2020 at 4:21 am
I have a huge table with 3B of rows containing around 6 months of data running on Microsoft SQL server 2017 (RTM), which is partitioned day by day on...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2020 at 3:36 am
Unfortunately there is an old bug that for some reason Microsoft is not fixing. When using top clause or min or max aggregation functions on a partitioned table, SQL...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2020 at 3:19 am
I'm getting the impression that you think a product for hundreds of millions of users has to work the way you want it to. If it doesn't, the product...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2020 at 3:07 am
Fair point. I was trying out my solution on a test database that didn't have a prepared Calendar table, so that was my quick hack. I should have cleaned...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2020 at 6:38 pm
I've been through this one before... How many Foreign Keys are pointing at that table? You may have to add indexes to the columns in the other tables on the...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2020 at 6:08 pm
Like I said, I didn't find the sorts to be obnoxious for the basic Windowing functions... it's the bloody partitioned COUNT(*) that was doing it and I found a work...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2020 at 4:02 am
In nearly 30 years of using excel there are very few situations that don't have a straight forward work around.
Heh... I look at it another way...
In more than 30...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2020 at 3:55 am
I am looking for a script that can return the following values for each of the databases in my instance: Object ID, Object Type, Database Name, Table Name, Schema...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 10, 2020 at 8:21 pm
Viewing 15 posts - 6,631 through 6,645 (of 59,091 total)