Viewing 15 posts - 1 through 15 (of 57 total)
Thanks for the info, I was having trouble with this as well.
January 18, 2013 at 10:36 am
I figured it out.
The command to bind F5 to is View.Refresh. The area of the software should be "Global".
Alternatively, resetting the keyboard shortcuts to the default worked for me.
October 3, 2012 at 1:02 pm
Thanks for all the great replies. I had heard of this mapping of Profiler events to extended events, Jonathan, so it's nice to have a link to it. 🙂
I will...
October 2, 2012 at 11:40 am
Thanks for this thread. I was having the same problem, and finding out the keyboard command allowed me to unbind F5 from debug.
However, for some reason, F5 is still not...
October 1, 2012 at 11:59 am
I must say, after looking over the feature list, it looks pretty awesome.
I especially like the prospect of session management. I know there are projects and solutions in SSMS but...
September 11, 2012 at 11:00 am
Hey guys,
I found out the answer. Alt+ Down Arrow will activate the dropdown box when the focus is on the combobox.
September 10, 2012 at 5:48 pm
Ah, yes. How obvious. Sorry about that.
OK, now as for summing across all charges, I'm planning on selecting the resulting grouped records into another table and then using that to...
August 3, 2012 at 3:18 pm
Someone helped me find the answer.
The publisher_id and subscriber_id link to master.sys.servers.
June 22, 2012 at 3:18 pm
No. It looks like the msrepl_tran_version columns are all out of sync now.
I see the error logged "The process could not execute 'sp_repldone/sp_replcounters' on [server]."
(Error 14151, Severity: 18, State: 1.)
What...
June 12, 2012 at 4:14 pm
Good idea. We depend the date ATM and so it was causing some issues. Thanks.
Edit: Actually, the one issue with that is that the restore query we use also requires...
June 1, 2012 at 3:22 pm
I see. I like to have people backup databases using a stock query because it ensures that they follow certain naming conventions. I don't want it to ever backup two...
June 1, 2012 at 3:14 pm
Ah, I see. If you restore using the restore command, will you automatically restore the most recent backup?
June 1, 2012 at 3:07 pm
But if you write multiple backups to the same file, will SQL know to restore the most recent one in time?
June 1, 2012 at 3:03 pm
Thanks very much for these replies. They gave me some useful stuff to research.
June 1, 2012 at 1:39 pm
Sean, thanks for the query. It is helpful, but one thing I'm having trouble with is filtering by TableName.
When I try to include a where clause like:
where TableName = 'TableName1'
I...
May 23, 2012 at 3:41 pm
Viewing 15 posts - 1 through 15 (of 57 total)