Viewing 15 posts - 16 through 30 (of 79 total)
Truncating tables is out of the question as of now I think.
So what I did was (just for 1 DB), I generated the script from the Source and executed...
September 30, 2016 at 12:28 pm
My apologies, the source server is running on 2008R2 and the destination server is on 2014
September 30, 2016 at 12:14 pm
Guys I do appreciate you telling me that this is not a good practice and I do agree but this is what I was asked to do. And before we...
September 8, 2016 at 12:21 pm
Chitown (9/8/2016)
September 8, 2016 at 11:08 am
Thanks Phil but this question is for people who are not that busy so they can take their time and look at the code? If my question isn't clear then...
September 8, 2016 at 8:15 am
That query worked fine. That user was looking in the wrong server. Don't you just love that?:-)
September 6, 2016 at 12:22 pm
Michael L John (9/6/2016)
Chitown (9/6/2016)
This is what...
September 6, 2016 at 10:18 am
Yes, we do take full backups for dev servers every week and full, dif and tlog for Prod. We also have 6 months of backups for prod in place just...
August 29, 2016 at 4:22 pm
We are going to upgrade it next week but developers need the data now to test. I am sure that's not new.
Thanks!
August 29, 2016 at 1:54 pm
Thanks! Didn't think about that. Its running now.
August 23, 2016 at 10:57 am
Thanks for the reply. I appreciate that.
July 28, 2016 at 8:51 am
When I run the select * from the table, it returns 100K records in 6 minutes. I deleted top 10 records and it took almost 50 seconds (5 seconds per...
July 14, 2016 at 11:01 am
John Mitchell-245523 (7/14/2016)
Run this while the delete is taking place:SELECT wait_duration_ms, wait_type
FROM sys.dm_os_waiting tasks
WHERE session_id = <SPID-of-connection-doing-the-delete>
What do you get?
John
I get this Msg 208, Level 16, State 1, Line 1
Invalid...
July 14, 2016 at 9:49 am
There was another file .ndf close to 78 Gb in size which I completely forgot about. Didn't even notice it.
July 5, 2016 at 3:34 pm
The validation report didn't come clean. There are some network related issues we are experiencing. For time being, I have deleted Always ON. (T logs backup are in place every...
July 5, 2016 at 8:56 am
Viewing 15 posts - 16 through 30 (of 79 total)