Add Database File on Database invloved in DB Mirroring
MSSQLFUN
Database Mirroring works on transaction logs. It applies transaction logs from Principle to Mirror. But Operation like addition of file...
2014-10-29
691 reads
MSSQLFUN
Database Mirroring works on transaction logs. It applies transaction logs from Principle to Mirror. But Operation like addition of file...
2014-10-29
691 reads
Add Database File on Database invloved in DB Mirroring.
2014-10-29
9 reads
Add Database File on Database invloved in DB Mirroring.
2014-10-29
524 reads
I can hardly believe how fast this year has flown by. My favorite SQL Server conference of the year, the...
2014-10-29
1,044 reads
I am proud to share that my good friend Andy Leonard has just released a new book. This is also...
2014-10-29
1,882 reads
Maximale Anzahl Zeilen je Datenseite und minimale Datensatzgröße
(DE)
In einer meiner letzten Master-Classes tauchte die nicht ganz ernste aber dennoch...
2014-10-29
1,450 reads
Well, it is that time of year again. The Professional Associations for SQL Server (PASS) annual summit. This year we...
2014-10-29
1,250 reads
The log file tends to fascinate me. In fact one of my favorite posts is where I looked into the...
2014-10-29
1,818 reads
I am extremely excited to share that the first event of Porto.Data is all set for the 20th of November...
2014-10-29
135 reads
I was working on a demo recently and needed to show that a little monitoring can help you catch schema...
2014-10-29
1,128 reads
By DataOnWheels
Two years ago, two things happened within a few days of each other. I...
By gbargsley
This is it. The final chapter of PowerShell Strikes Back. Over the past four...
By Arun Sirpal
Claude is more than a chat window. The desktop experience includes structured workspaces, generated...
Comments posted to this topic are about the item Unraveling the Mysteries of the...
Comments posted to this topic are about the item QUOTENAME Behavior
Good Morning. I have a T-SQL Script which has been developed to execute a...
I use QUOTENAME() like this in code?
DECLARE @s VARCHAR(20) = 'Steve Jones' SELECT QUOTENAME(@s, '>')What is returned? See possible answers