Viewing 15 posts - 1 through 15 (of 184 total)
Got it thanks I will do more research on it
It has 205 Indexes as I said when I do this in Prod it takes 2 hours to reorg and rebuild...
April 19, 2023 at 7:30 pm
Its just a stand alone server which we do backup every night and restore every night. No Log shipping or mirroring or Always on.
I hope that answer your question
April 19, 2023 at 5:02 pm
Thanks I will not put column name like count and time going forward.
Sorry for the typo mistake, it should be 300 and not 100.
I insert data every 5 minutes and...
May 19, 2022 at 8:49 pm
Anyone please help with the code
I have temp table created by application which starts from SST, SSW, DDL and this gets deleted after the process is completed.
Note: for example every...
January 26, 2022 at 3:30 pm
This is what the error I got
USE [master]
GO
CREATE DATABASE [DBTest] ON
( FILENAME = N'D:\SQL_Data\DBTest.mdf' ),
( FILENAME = N'D:\SQL_Log\DBTest.ldf' )
FOR ATTACH
GO
ERROR Message: (Though I have full access to d drive and...
January 13, 2022 at 2:27 pm
I am trying to copy MDF and LDF file from one server to another.
Initial On primary the DB was on C drive and on new server I was trying to...
January 12, 2022 at 9:55 pm
Steve thanks a lot it is working after your suggestion
March 23, 2020 at 4:30 pm
I got your point...Thanks
So basically full restore has to be done either it's a differential or Tlog.
Thanks once again
March 17, 2020 at 4:52 pm
Let me phrase again.
My Sunday full backup finished at 6 AM
I have 2 transaction after full backup one at 7 AM and other at 8 AM. I want to just...
March 17, 2020 at 4:11 pm
Thanks I am able to get my result.
This is how the application has setup date unfortunately
Thanks Once again
March 5, 2020 at 3:09 pm
Table has been insert one row for each table for each date
January 27, 2020 at 6:20 pm
I am getting the list of all the table with above query.
I basically want to know the list of new table created in last 5 days as compare to table...
January 27, 2020 at 5:37 pm
Viewing 15 posts - 1 through 15 (of 184 total)