Viewing 15 posts - 451 through 465 (of 7,466 total)
...
We only remove the old t-log backup if the new t-log backup is successfully created; othrwise we get notified with suitable message.
#Fail !!!
You need to keep all transaction log...
November 16, 2022 at 5:43 pm
And don't forget to make "compression" the default... especially when using a NAS.
That is SQLServer backup compression server level setting ( or at backup command level ) !!!
Do not...
November 16, 2022 at 7:09 am
...
Table Name: newtablename_ui84kQYrCAbhK6kvLrUyG0WXEfA
Error table name: newtablename_ui84kQYrCAbhK6kvLr
..
This indicates a bug in the marvelous software.
November 15, 2022 at 7:20 am
did you upgrade your SQLServer to its latest cumulative update? ( please do ! )
November 14, 2022 at 6:23 pm
it is a bad practice, but that doesn't mean it cannot be done.
Did you try "create table tempdb.dbo.tablename ..."
November 14, 2022 at 5:54 pm
Please provide Indexes for the tables to support whatever you want to do !!!
What did you try?
Why not just update what needs to be updated and insert what's new ?...
November 14, 2022 at 2:10 pm
must be a routing issue.
Check the path ( tracert ) which your connection has to follow to be able to connect to your instance.
- router/switches/vlans/Wirewalls/...
November 14, 2022 at 10:55 am
Double check if the target backup location hasn't been switched to a (windows) compressed volume !
November 10, 2022 at 5:48 pm
Have a look at : "clustered-and-nonclustered-indexes-described"
and / or "Effective Clustered Indexes"
November 10, 2022 at 9:33 am
November 9, 2022 at 12:31 pm
Did you searched SSC for a split string article ?
"Tally OH! An Improved SQL 8K “CSV Splitter” Function"
November 9, 2022 at 7:48 am
Execute the sproc in PlanExplorer ( free tool ) to record its full execution plan en explore the marvels of that tool.
November 9, 2022 at 7:45 am
DEVOPS is a buzzword !!!!! Can anybody point me a solid guideline how to manage legacy typed databases in a DEVOPS environment? NO ! ... Multiple projects /...
November 9, 2022 at 7:01 am
DEVOPS is a buzzword !!!!!
Can anybody point me a solid guideline how to manage legacy typed databases in a DEVOPS environment? NO !
The only guideline you get is: "start small...
November 8, 2022 at 7:48 am
Viewing 15 posts - 451 through 465 (of 7,466 total)