Viewing 15 posts - 4,216 through 4,230 (of 59,069 total)
But why would you need synonyms on the same server? It's easy enough for users just to use Database.Schema.Table conventions in their code, isn't it?
You'll just love...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 14, 2021 at 12:39 am
Hi everyone
I am getting error
Arithmetic overflow error converting expression to data type smallint
The calculation I am doing is producing very small numbers like 0.0000005328.
How can I fix the calculation...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 13, 2021 at 7:34 pm
Why are you doing this in PowerShell?
--Jeff Moden
Change is inevitable... Change for the better is not.
December 13, 2021 at 7:29 pm
An "audit" that only allows what the DBA wants to run is not a true audit.
Correct. That's why I have them witness the runs. And, as a DBA, I...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 13, 2021 at 7:22 pm
What format would you prefer the data?
READ THE ARTICLE AND YOU'LL KNOW AS LEAST ONE WAY!
--Jeff Moden
Change is inevitable... Change for the better is not.
December 13, 2021 at 6:56 pm
We need a reference value to see which scripts has a high popularity because we didnt want to search in more than thousand scripts. We only want the scripts...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 13, 2021 at 6:52 pm
Grant,
Didn't you say that you were coming out with the 4th Edition sometime in the first half of next year (2022)?
No plans to update the execution plans book...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 13, 2021 at 6:40 pm
When a backup starts, a marker is placed in the transaction log. Any transactions that are completed when the backup is done, are then backed up. Any transactions that...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 13, 2021 at 6:39 pm
Thanks for taking the time to write this article, Kathi.
What's even worse than what you mention is that the quality of the "official" documentation has totally tanked as...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 13, 2021 at 6:36 pm
-- here are the basic DDLs for my two tables:
CREATE TABLE [portman].[dbo].[AgentHours](
[LoginEntryID] [int] IDENTITY(1,1) NOT NULL,
[DOMAIN] [varchar](4) NOT NULL,
[DATE] [date] NOT NULL,
[LOGIN TIMESTAMP] [datetime2](0) NULL,
[LOGOUT TIMESTAMP]...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 13, 2021 at 6:28 pm
Grant,
Didn't you say that you were coming out with the 4th Edition sometime in the first half of next year (2022)?
--Jeff Moden
Change is inevitable... Change for the better is not.
December 13, 2021 at 12:28 am
I was having a look at some of the raw files to upload to the tables and realised that I missed pointing out that some of the source files...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 12, 2021 at 11:52 pm
Thanks, Jeff. Truly appreciate your help with this!
The only thing that I remembered was that the files were built from Excel files. What I didn't remember was that you...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 12, 2021 at 11:46 pm
Did you update your SSRS and migrate your reports, as well?
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2021 at 11:48 pm
I finally had a decent bit of time to start working on this and went back through all of the comments to refresh my memory. I first came across this...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2021 at 11:24 pm
Viewing 15 posts - 4,216 through 4,230 (of 59,069 total)