Viewing 15 posts - 16 through 30 (of 747 total)
"my body measures are 8 width by 10.5 height."
Your page size is also 8 width by 10.5 height. With .25 inch margins, that only leaves 7.5 by 10.0 for the...
March 14, 2025 at 4:03 pm
It sounds like you need to get your network, SAN, disks tested & fixed. Your network and/or disk I/O sound abysmal.
4TB isn't very big. I have 4-14TB backups completing in...
February 25, 2025 at 3:00 pm
@@VERSION returns the SQL Server database engine version.
For SSMS, you'd just click Help - About.
SSMS 21 (now in preview) adds built-in Git support.
You are right -- source control...
February 24, 2025 at 7:56 pm
@@VERSION returns the SQL Server database engine version.
For SSMS, you'd just click Help - About.
SSMS 21 (now in preview) adds built-in Git support.
You are right -- source control...
February 24, 2025 at 7:56 pm
I don't understand the implementation/value of clan.parents. If you are only modeling biological parents, I would think would simply have a motherID & fatherID on clan.person, which is a self-reference...
February 21, 2025 at 11:22 pm
Duplicate of https://www.sqlservercentral.com/forums/topic/data-diagrams-data-types-with-column-names
February 21, 2025 at 2:54 pm
Right click on the table, select Table View -> Standard
February 21, 2025 at 2:53 pm
If you specify different paths with MOVE, it will ignore the existing paths & use the paths specified.
It sounds like you will need to generate dynamic SQL for the restores...
February 21, 2025 at 2:38 pm
Is buffer pool extension enabled?
February 19, 2025 at 4:48 pm
Why create or use the empty database to start with? Why not just define the new database name in the restore, avoiding any risks of database being in use by...
February 11, 2025 at 2:05 pm
You said grouped index... Does that mean clustered index? Are there other indexes?
What is the compatibilbity level?
How does the execution plan compare between the two?
Can you share w/ https://www.brentozar.com/pastetheplan/?
January 29, 2025 at 5:19 pm
You could preface every script w/
SELECT @@SERVERNAME, DB_NAME()
to force you to verify the environment before running anything.
If there a few server/databases you most use, you could create...
January 22, 2025 at 2:31 pm
Why are you still planning to run SQL Server from a laptop instead of an actual server or at least a regular (desktop) PC?
January 15, 2025 at 1:48 pm
Did you install SQL Server Express Advanced or LocalDB package (rather than "regular" Express)? They appear to be the only ones that actually install LocalDB.
On command line, what does
January 10, 2025 at 5:51 pm
Viewing 15 posts - 16 through 30 (of 747 total)