Viewing 15 posts - 16 through 30 (of 67 total)
Creating new db wont work, as there are 100's of tables, and millions of rows and its a live DB being used.
I would say its a microsoft defect expecting us...
October 18, 2023 at 5:42 pm
Thank you! This is the only solution and best I think !
can it be done in batches, say every weekend for a month?
October 18, 2023 at 5:22 pm
datafile= 3 TB
logfile =200 MB
But size of all Tables =500 GB, what is taking 3 TB space, I need to free up the storage , to save $$$ ( storage...
October 17, 2023 at 1:53 pm
Will the app continue to work ,
When we are swapping Data, partitions etc from un partitioned tables to partitioned tables, 24x 7 shop with only 1 hr downtime once a...
September 26, 2023 at 11:07 pm
Two questions:
On Azure MI, we cannot create FGs and add multiple files, I think.
This is Prod there are 4 largetables which they want partitioned , can partitioning be done on...
September 26, 2023 at 1:41 am
only way I can do is select min(logid), createdate from tablename
once I get logid , I use it, for delete . as i said Only logid is indexed ( pley...
September 22, 2023 at 9:37 pm
Datecreated is this format, may be need to create a new computed column from this ?
2023-07-31 02:00:15.470
September 22, 2023 at 9:36 pm
Thanks for the quick responses on Friday
Yes pkey clustered on logid
Time stamp is datetime , not null , Ok to index on timestamp?
September 22, 2023 at 9:32 pm
Thanks for the quick response
3409177 rows, ofcourse only way we query is using logid ,
Is it normal to create IX on timestamp, never heard of that ?
since error is varchar(max)...
September 22, 2023 at 6:38 pm
Thanks for the message,
What are the disadvantages of partitioning? does it need manual management?
Can we fix those issues which partitioning addresses using other solutions?
September 22, 2023 at 12:43 pm
Update to CU8 , to fix it..
February 1, 2021 at 12:39 am
its not that easy, we have 1000 IIS folders on the web and the web.config points to serverA, so I need to know if there is a way to shutdown...
December 7, 2020 at 12:48 am
yes one DB per customer, I would say 500 of them on one instance are active ( sizes are relatively small)- largest 100 GB, smallest even 1 GB..
March 29, 2020 at 8:51 pm
we have a lot of sproc code which was running slowly across 1000's of DB's in production. I understand this is normal , but hoping to get a magic recompile...
March 29, 2020 at 5:08 pm
countrycode- table ca_dataDictionary_Countries
site_id- table ca_site_Study
March 12, 2020 at 2:35 pm
Viewing 15 posts - 16 through 30 (of 67 total)