
Sql Server Job Agent History -- Log File Viewer in SSMS
2016年9月29日 · When I use Log File Viewer in SSMS to view the history for a job, I see a listview of step 0 for job executions, which contains a treeview on the date which can be expanded to see data for the individual steps in the job execution. This is a parent/child relationship between the job (parent) and its step (child). However, when I look at the table msdb..sysjobhistory, there is …
Browsing cubes from SSMS or SSIS: poor performance
2009年8月28日 · In SSMS, I can connect to Analysis Services 2005 server, open database, but when I try to expand the cubes list it takes around 1 min. When I open a cubes to browse in SSMS, browsing the cubes is very fast. Also, when I try to open Analysis Services Processing Task in SSIS that was created before building the cubes I have to wait around 10 minutes.
SSAS Cube Backup fails - social.msdn.microsoft.com
2015年3月18日 · I try to do it manually in SSMS. It doesn't matter which option I tick or untick (Allow file overwrite, Apply compression, Encrypt backup file) (I tried everything) or which directory I choose.
change single user to multi user - social.msdn.microsoft.com
2013年12月26日 · Any background process is using DB should be either killed or rolled back then we proceed with keeping DB in single user mode. Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers Edited byShanky_621MVPThursday, December 19, 2013 10:23 AM
2 SSIS services running on one machine
2010年10月20日 · 2. when i connect to integration services in SSMS - i see version 9 running 3. now when i look in the registry, there is an entry for 2008 but not 2005 (i understand there should only be one, however the versions seem to be all over the place)
code enters endless loop in SQL Azure
2013年2月12日 · I've actually run the code now on Azure and it stopped at 50000 for me (using SSMS). I then ran it from the portal and I saw the issue you're raising - it continued on past 50000.
SSMS2012: Simple OPENXML query-where is …
I just don't know where the sp_xml_preparedocument is stored in this sample query. Please kindly help, advise and respond. Thanks in advance, Scott Chang Edited byScott H ChangTuesday, September 15, 2015 6:06 PM Tuesday, September 15, 2015 6:05 PM
Deploying an SSRS Report Locally - social.msdn.microsoft.com
2012年7月1日 · I have SSMS and ReportBuilder 3.0 installed on my machine, with the data being pulled from SQL Server 2008 R2 on a production server in our data warehouse.
How to script out all the permission of the user?
2008年12月18日 · The only way that I'm aware of for scripting them out is to script out all objects in the database (using Generate Scripts in SSMS), and then removing the extraneous entries.
Alert on serverity 17 work inconsistently - social.msdn.microsoft.com
2017年12月2日 · Events with severity levels less than 19 will trigger alerts only if you have used sp_altermessage, RAISERROR WITH LOG, or xp_logevent to force them to be written to the Windows application log.
- 某些结果已被删除