Viewing 15 posts - 16 through 30 (of 74 total)
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
TheSQLGuru (6/27/2016)
What is the status of the other database? Is it suspect, offline or something like that?
All DBs are online and in sync
This was the error in the log file
AlwaysOn:...
June 28, 2016 at 8:26 am
Eirikur Eiriksson (6/9/2016)
Chitown (6/9/2016)
June 9, 2016 at 3:20 pm
GilaMonster (6/9/2016)
June 9, 2016 at 12:54 pm
Finally resolved. Missing some double, triple quotations....
Select
'RESTORE DATABASE ['+name+'] FROM DISK = N''\\dd-database\database\SQL\prod\'+name+'.bak'' WITH FILE = 1, MOVE N'''+name+''' TO N''D:\Program Files\Microsoft SQL Server\MSSQL10_50\MSSQL\DATA\'+name+'.mdf'', MOVE...
May 19, 2016 at 2:32 pm
Viewing 15 posts - 16 through 30 (of 74 total)