Viewing 15 posts - 76 through 90 (of 131 total)
Page File usage is something which you should monitor to find out if your instance is running out of memory. You can use the below query.
SELECT (total_page_file_kb /...
November 27, 2019 at 11:12 am
Wonderful thought Steve.
I guess if Organization is not serious about DR or they feel they can live with the downtime caused due to unavailability of DR then DBA's can't do...
November 22, 2019 at 5:32 am
I suspect there is some issue with encryption. Although you can see encryption_state as 3 but I feel it's not encrypted. If you can share the trace/log of messages written...
November 5, 2019 at 7:24 am
I would recommend you to review the certificates/keys used for TDE once.
Backup files of databases that have TDE enabled are also encrypted by using the database encryption key. As a...
November 4, 2019 at 5:41 am
I have a database with no compression on the tables(source). I want to create a blank database(destination) where I can create the tables with "data_compression = Page" and then...
November 4, 2019 at 5:36 am
I suspect your server is running out of memory and you may have to increase the RAM.
You have to find out the Page File Size and find out 70% of...
November 4, 2019 at 5:23 am
Thanks Mike for sharing your valuable feedback ! I agree with both of your feedback - Reset Identity and Checkpoint.
Will soon publish the revised version of the script with your...
November 4, 2019 at 4:13 am
I propose you to have a table for storing all the Batch Serial No along with Batch No.
Batch Serial No will be running number and Batch No will be your...
October 31, 2019 at 9:11 am
INFORMATION_SCHEMA views are perhaps not so much in vogue as they were:
Links are not accessible 🙂
October 31, 2019 at 8:55 am
Links are not accessible 🙂 I'm quite interested in reading it.
October 31, 2019 at 8:48 am
Kindly share the schema script with us if you have already defined it. We shall make necessary suggestions inline with your schema.
October 31, 2019 at 8:39 am
Kindly help us to understand how are you storing these letter and numbers that you want to use to generate the batch? What is the schema of the table storing...
October 31, 2019 at 8:23 am
Try below query and see if it serves your purpose. Also attaching the output of the query for your review. The output is based on the insert script you have...
October 31, 2019 at 8:04 am
Sharing here the T-SQL script to copy data from one database to another database. It will copy data from one database to another database between the tables having exact same...
October 30, 2019 at 11:08 am
I would recommend to use the Stored Procedure as that restricts caller to use it as is without giving them opportunity to mess with the filter clause that can end...
October 29, 2019 at 8:56 am
Viewing 15 posts - 76 through 90 (of 131 total)