Viewing 15 posts - 121 through 135 (of 768 total)
Any advise?
June 1, 2017 at 1:18 pm
Guys, finally I got the culprit login from audit login trace. It was really hectic but got the issue though. Feeling better now.
May 25, 2017 at 9:46 am
May 22, 2017 at 3:45 pm
Hello,
While restoring databases from one node to another, getting the below error. The other node is added as a linked server and the db size is 50 GB.
May 20, 2017 at 12:35 pm
I am constantly checking the sys.processes to find if there is any user connection is being made on the database which is part of Alwayson,. but do not see any...
May 19, 2017 at 2:15 pm
But when I right click on the database and check properties I see the below error which is kind of weird.
TITLE: Microsoft SQL Server Management Studio
------------------------------
May 19, 2017 at 1:58 pm
Yes,,thanks Jon.
May 11, 2017 at 6:24 am
Thanks much for the advise. It worked. I think that "N" solved my issue by converting varchar to char!
May 10, 2017 at 7:36 pm
This is the whole script. The issue is at the restore side while executing the command in Primary node to run the restore on the secondary node (that node...
May 5, 2017 at 7:01 am
any advise please?
May 5, 2017 at 12:35 am
The below section does not seem like a valid condition. As the node names may not be added to the servers table. Nevertheless awesome script!!
SELECT...
May 2, 2017 at 10:49 pm
If I need to add multiple databases to the AG group how to tweak the code?
May 2, 2017 at 10:30 pm
Any way to suppress the alert? Can we use any trace flag to suppress it?
April 17, 2017 at 8:31 pm
I'm running the below query but not seeing any recompile column.
Am I missing something?
SELECT TOP 1 d.object_id, d.database_id, OBJECT_NAME(object_id, database_id) 'proc name',
...
April 11, 2017 at 12:13 pm
Is there any possibility to read from extended events to find when recompile occurred sql server @procedure level?
March 27, 2017 at 3:24 pm
Viewing 15 posts - 121 through 135 (of 768 total)