Viewing 15 posts - 31 through 45 (of 245 total)
Hello,
so it was appear again.
I dont know query, becuase I got only error code in error log.
before this i found also , so is possible...
October 26, 2017 at 2:35 am
October 19, 2017 at 7:14 am
got only
Error: 8646, Severity: 21, State: 1.
I will try drop and create again, execute dbcc, then select and force this index, and then again execute dbcc, will...
October 18, 2017 at 7:33 am
Thanks guys,
I will check.
Goal is that I would like to have select of all jobs on these instances with some query(but this is litlte big and...
September 29, 2017 at 4:00 am
September 28, 2017 at 11:22 pm
Hello,
thanks for response.
before was full backup every day, and that was little problem, also with backup system for tape. because like I wrote , every day backup...
September 28, 2017 at 10:26 pm
Tables where are logins and jobs are different so it is needed to create also on another server. Problem it can be logins, because you have to copy with same...
March 18, 2016 at 12:59 am
OK, so restore again wasnt helpful ...
So I did this below... I am still talking about TEST Server..
ALTER DATABASE Database
SET SINGLE_USER
WITH ROLLBACK IMMEDIATE;
DBCC CHECKDB (Database,repair_allow_data_loss)
ALTER DATABASE Database
SET MULTI_USER;
DBCC CHECKDB...
March 7, 2016 at 6:37 pm
Jeff Moden (3/7/2016)
tony28 (3/7/2016)
Because this is test server and data...
March 7, 2016 at 6:00 pm
Hello,
try to check WhoIsActive, is very helpful for me..Adam has also 30days blog like documentation..
http://sqlblog.com/blogs/adam_machanic/archive/tags/who+is+active/sp_5F00_whoisactive/default.aspx
March 7, 2016 at 4:33 pm
thanks for the reply.. I am not sure if somebody knows what I want...so sorry for my english
Because this is test server and data will not be...
March 7, 2016 at 2:51 pm
TheSQLGuru (3/4/2016)
tony28 (3/3/2016)
I didnt know about it... have to learn..Thanks
Adam posted a 30-day blog post series on SQLBlog.com about all the ins-and-outs of sp_whoisactive. Read and learn.
Yes , I found...
March 4, 2016 at 9:03 am
Gary Varga (3/3/2016)
tony28 (3/3/2016)
Gary Varga (3/3/2016)
Manie Verster (3/3/2016)
...I know that Gary is a reliable person.Thanks Manie. Not sure that Mrs V would agree though 😉
Hello , please can you share...
March 4, 2016 at 1:44 am
Viewing 15 posts - 31 through 45 (of 245 total)