SqlServerKudos - Stories tagged with SSMS
2
kudos
spam Kudos Remove

Master SQL Chef series: Troubleshooting multi-server instances with #sql2k8r2cookbook

published 9 days, 19 hours, 44 minutes ago posted by sasa 18 days, 20 hours, 45 minutes ago
Thursday, January 26, 2012 8:06:12 AM GMT Tuesday, January 17, 2012 7:05:16 AM GMT
Managing multiple instances of SQL Servers and databases is a challenging task, having a third party tool is not a problem however it is always BEST to manage the show using SQL Server Management Studio (SSMS). SQL Server tools are easy to use and help to manage multi-server management through automated multi-server jobs, event forwarding and the ability to manage multiple instances from a single-machine console. Since SQL Server 2008 R2 version (and SQL Server 2008 SP2) onwards the SSMS tool has...(read... (more)
category: News | clicked: 0 | comment | | source: sqlserver-qa.net
tags: #sql2k8r2cookbook, beginners, best practice, cookbook, data tier, DBA, management, SQL Server, SSMS, ucp, utility control point
1
kudos
spam Kudos Remove

SQL Server Manageability Series: upgrade of client tools and error: The File %CommonDir%\dte80.olb could not be loaded #sql #ssms #sqltools

published 218 days, 13 hours ago posted by sasa 228 days, 12 hours, 37 minutes ago
Friday, July 01, 2011 2:50:31 PM GMT Tuesday, June 21, 2011 3:13:36 PM GMT
For all my consulting tasks I prefer to use SQL Server 2008 R2 Management Studio provided the involved instances are on version 2005 or higher. Recently I bought a new laptop and in process get all necessary tools installed so that I can make use of this new 'beefy' machine , usually my habit is to install the SQL Server instances (versions from 2000 till 2008 R2). In this process I have successfully installed all the instances and tools, but when I have opened the SQL Server 2008 R2 Management Studio...... (more)
category: News | clicked: 0 | comment | | source: sqlserver-qa.net
tags: BOL, code examples, file search, installallation, Management Studio, SQL Server, SSMS, system32, Tools
1
kudos
spam Kudos Remove

SQL Server DBA practices: Show or hide specific table in management studio?

published 342 days, 20 hours, 41 minutes ago posted by sasa 351 days, 22 hours, 12 minutes ago
Sunday, February 27, 2011 7:08:57 AM GMT Friday, February 18, 2011 5:37:59 AM GMT
During a recent DBA consulting engagement one of the users at a client posed a question stating, "how do we hide certain tables on Management Studio even though the set of users do need read/write privileges on those tables?". For a moment I was thinking permissions and privileges to set out, but there is more to the question asked above. As it states the users do have required permissions on those tables. The mentioned tables consist confidential information about the monetary transactions where...(read... (more)
category: News | clicked: 2 | comment | | source: sqlserver-qa.net
tags: beginners, Best Practices, DBA, executesql, Management Studio, SQL Server, SSMS, TSQL
1
kudos
spam Kudos Remove

SQL Server agent: Property pagersendsubjectonly is not available for alert system this property may not exist for this object or may not be retrievable due to insufficient access rights.

published 386 days, 23 hours, 53 minutes ago posted by sasa 395 days, 15 minutes ago
Friday, January 14, 2011 3:57:45 AM GMT Thursday, January 06, 2011 3:35:24 AM GMT
Do you see this error in your environment? Is it a frequently occuring issue? In the recent time in a 64 bit environment we started to get this alert generated and DBAs complaining sometimes are unable to view the SQLAgent jobs on that remote server. If we observe the error text it clearly states " ....this property may not exist for this object or may not be retrievable due to insufficient access rights ". The first part is property may not exist for this object which means a tools problem and to...(rea... (more)
category: News | clicked: 0 | comment | | source: sqlserver-qa.net
tags: access, permissions, property, rights, Security, SQL Server, SQL Server Agent, SSMS
2
kudos
spam Kudos Remove

SQL Server discovery: How to find edition of SQL Server without connecting to that instance?

published 393 days, 10 minutes ago posted by sasa 402 days, 1 hour, 55 minutes ago
Saturday, January 08, 2011 3:40:20 AM GMT Thursday, December 30, 2010 1:55:44 AM GMT
This is an interesting question in the recent times that I have seen in the forums, that how to find such information even without connecting to that SQL instance. There are plenty of ways to get information about SQL instance name using OSQL -L or find about odbc32.dll to get list of SQL names if they are registered. Also the local instance is resolved by registry entry and remote instances are resolved by UDP broadcast (port 1434), using sqlbrowser -c can help some extent to obtain the information....(... (more)
category: News | clicked: 0 | comment | | source: sqlserver-qa.net
tags: discovery report, installallation, instance, port, Security, SQL Server, SSMS, Tools
2
kudos
spam Kudos Remove

Feature pack for SQL Server 2005 SP4 - collection of standalone packages

published 398 days, 35 minutes ago posted by sasa 407 days, 2 hours, 15 minutes ago
Monday, January 03, 2011 3:15:33 AM GMT Saturday, December 25, 2010 1:35:32 AM GMT
With the release of SQL2005Sp4 an additional task is essential for DBAs & Developers to avoid any compatibility issues with existing code agains SP4 instance. Feature pack for SQL Server 2005 SP4 is available to download which contains the standalone packages such as SQLNative Client, ADOMD, OLAPDM etc.... as it states the feature pack are built on latest versions of add-on and backward compatibility contents for SQL Server 2005. The above link provides individual file to download for each environment...... (more)
category: News | clicked: 0 | comment | | source: sqlserver-qa.net
tags: ado.net, downgrade, download center, feature pack, olap, performance dashboard, SQL Server, sqlncli, SSMS, Tools
2
kudos
spam Kudos Remove

SQL Server 2005 Express Edition Service Pack 4 - download and test to deploy.

published 401 days, 50 minutes ago posted by sasa 410 days, 2 hours, 31 minutes ago
Friday, December 31, 2010 3:00:41 AM GMT Wednesday, December 22, 2010 1:19:39 AM GMT
When I blogged about SQL2005SP4 RTM release I had a flurry of emails asking about SQL Server 2005 Express Edition service pack 4 status. Well SQL2005 Express SP4 [ KB2463332 ] is also availabel for download now to test against your production instances (you need to apply even though you use Express edition as a WITNESS instance for database mirroring pair). As you are aware SQL Server Express or SQL Express with Advanced Services is a free & light-weight version of SQL Server 2005 which is popular...(rea... (more)
category: News | clicked: 3 | comment | | source: sqlserver-qa.net
tags: Best Practices, deployment, Documentation, downgrade, download, sp4, sql express, SQL Server, SSMS, ssmse
2
kudos
spam Kudos Remove

Error 18456: Login failed for user. Reason: Token-based server access validation failed with an infrastructure error. Check for previous errors.

published 414 days, 1 hour, 46 minutes ago posted by sasa 423 days, 3 hours, 27 minutes ago
Saturday, December 18, 2010 2:04:50 AM GMT Thursday, December 09, 2010 12:23:41 AM GMT
This is a new error in this environment when I tried to logon, SQL Server 2008 SP1 Standard Edition 64-bit running on Windows Server 2008 R2. The complete text of the error is: Error: 18456, Severity: 14, State: 11 Login failed for user 'DOMAIN\user'. Reason: Token-based server access validation failed with an infrastructure error. Check for previous errors . But there were no issues to access the database information on this instance, other than this annoying error reported via monitoring software...(re... (more)
category: News | clicked: 2 | comment | | source: sqlserver-qa.net
tags: 18456, DBA, error, Information, Login, new features, Security, severity, SQL Server, SSMS, UAC, Windows Server 2008
1
kudos
spam Kudos Remove

How-to and easy way to install SQL Server client tools to your desktop

published 422 days, 2 hours, 17 minutes ago posted by sasa 431 days, 3 hours, 52 minutes ago
Friday, December 10, 2010 1:33:36 AM GMT Tuesday, November 30, 2010 11:58:19 PM GMT
The installation process for SQL Server has been changed since 2005 version. In addition to SQL Server 2008 release that process has been fine tuned to deliver the required tools & services to install with a number of new options and resources for completing the installation, just for simplification. The installation process may not be the same in an enterprise network as you follow on your personal desktop or laptop. In case of restricted access and privileges to install required tools, in this...(read ... (more)
category: News | clicked: 0 | comment | | source: sqlserver-qa.net
tags: Best Practices, BIDS, client tools, DBA, enterprise manager, installallation, SQL Server, SSMS, versioncontrol
1
kudos
spam Kudos Remove

Cumulative Update package 4 for SQL Server 2008 R2 released

published 464 days, 6 hours, 19 minutes ago posted by sasa 473 days, 8 hours, 3 minutes ago
Thursday, October 28, 2010 9:31:15 PM GMT Tuesday, October 19, 2010 7:47:36 PM GMT
SQL Server 2008 R2 has got another instalment of Cumulative Update 4 package release, that contains the hotfixes that have been packaged since the release of R2 RTM release. The build number for this release will be 10.50.1746.0, by default these builds are cumulative and release contains all the security fixes that were included in the previous CU release. So it is always better to download and test each of these CU packages seperately if you are facing such issues on SQL Server 2008 R2 instance....(rea... (more)
category: News | clicked: 0 | comment | | source: sqlserver-qa.net
tags: best practice, cu4, cumulative update, download, encryption, Master Data Management, MDS, parallel data warehouse, SQL Server, SSMS, tde, Testing
1
kudos
spam Kudos Remove

SQL Server Management Studio - Obtain Misisng Indexes information and its limitations!

published 745 days, 4 hours, 44 minutes ago posted by sasa 751 days, 16 hours, 35 minutes ago
Wednesday, January 20, 2010 11:06:20 PM GMT Thursday, January 14, 2010 11:15:46 AM GMT
It is a common criteria that using Dynamic Management Views (DMVs) you can easily obtain the system & database state on a SQL instance. It may not be easy for a starter DBA to ensure what kind of DMV is used to obtain information on Recent Expensive Queries, if so for you Activity Monitor is the tool to obtain information about SQL Server processes and how these processes affect the current instance of SQL Server. [This topic is pre-release documentation and is subject to change in future releases....(re... (more)
category: News | clicked: 0 | comment | | source: sqlserver-qa.net
tags: best practice, database tuning advisor, execute plan, Management Studio, Performance, Query, SQL Server, SSMS
1
kudos
spam Kudos Remove

Unable to cast COM object of type 'Microsoft.Office.Interop.Access.Dao.DBEngineClass' to interface type 'Microsoft.Office.Interop.Access.Dao._DBEngine'

published 747 days, 4 hours, 54 minutes ago posted by sasa 753 days, 8 hours, 40 minutes ago
Monday, January 18, 2010 10:56:27 PM GMT Tuesday, January 12, 2010 7:10:48 PM GMT
No doubt that the error on subject line will get no where! This is presented when trying to open a Database Properties using SQL Server Managment Studio, going back to history on the SQL instance where this is presented is an upgraded database instance having upto date service packs (SQL Server 2008 SP1) with no cumulative update packages. Further information on full error text is below: Access Object Collector error: Database Unable to cast COM object of type 'Microsoft.Office.Interop.Access.Dao.DBEngin... (more)
category: News | clicked: 1 | comment | | source: sqlserver-qa.net
tags: access, dll, error, Management Studio, path, registered, sp_configure, SQL Server, SSMS, system
1
kudos
spam Kudos Remove

Extended Properties in Object Explorer Details – Vote on Connect

published 862 days, 14 hours, 4 minutes ago posted by sasa 872 days, 12 hours, 41 minutes ago
Friday, September 25, 2009 1:46:41 PM GMT Tuesday, September 15, 2009 3:09:00 PM GMT
After a discussion with a friend of mine, I’ve opened a suggestion on Connect to request to have Extended Properties visible in the main Object Explorer Details window. This will be especially useful for creating self-documenting database, since that window can easily provide additional information about, for example, column in a table or in a view and so on. Just image to have all the available Extended Columns in this list to be selected: If columns’ Extended Properties will contain a Descriptio... (more)
category: Management | clicked: 1 | comment | | source: sqlblog.com
tags: Connect, SSMS
1
kudos
spam Kudos Remove

SQL Server 2008 Object Explorer Details

published 872 days, 14 hours, 49 minutes ago posted by sasa 879 days, 13 hours, 17 minutes ago
Tuesday, September 15, 2009 1:01:15 PM GMT Tuesday, September 08, 2009 2:33:26 PM GMT
Ok, maybe this post contains information that anyone already knows, but since I just discovered the SQL Server 2008 Object Explorer Details’ features today, maybe other people are in the same situation. In older version of SQL Server the Object Explorer Details window was simply not useful at all since it just replicate what you can see in the Object Explorer treeview. So I never used it. This morning, doing some work for the Italian SQL Server UG, I pressed F7 instead of F8 to open the Object Explorer... (more)
category: Management | clicked: 0 | comment | | source: sqlblog.com
tags: Object Explorer, SSMS
1
kudos
spam Kudos Remove

Directly Opening a Solution in SQL Server Management Studio

published 879 days, 15 hours, 22 minutes ago posted by sasa 887 days, 9 hours, 37 minutes ago
Tuesday, September 08, 2009 12:27:56 PM GMT Monday, August 31, 2009 6:13:13 PM GMT
Directly Opening a Solution in SQL Server Management Studio I use Solutions a lot in SQL Server Management Studio (SSMS), and you should be aware of this simple tip: If you want to open a Solution without having to open SSMS and then jumping through all the menus, just double-click the solution name in the Windows folder. It will automatically open the Solution and SSMS at the same time. This tip, by the way, also works with any .SQL files, unless you've installed another product that has that file ass... (more)
category: Management | clicked: 0 | comment | | source: blogs.msdn.com
tags: DBA, Developer, Development, SQL Server, SQL Server Management Studio, SSMS, Tips
1
kudos
spam Kudos Remove

PBM – it’s like liquid awesome!

published 879 days, 15 hours, 22 minutes ago posted by sasa 887 days, 11 hours, 50 minutes ago
Tuesday, September 08, 2009 12:27:56 PM GMT Monday, August 31, 2009 3:59:58 PM GMT
Brent Ozar and Thomas LaRock do a 3 part video series on the power of Policy-based Management (PBM). Interestingly SCOM comes up several times in the discussion.   They cover the basics of PBM and Thomas goes into more depth on how he’s using it in his environment. The series is about 35 minutes in total.   Regardless of your PBM experience level I highly recommend watching these videos.   http://thomaslarock.com/2009/08/policy-based-management-podcast-part-1/ http... (more)
category: Management | clicked: 0 | comment | | source: blogs.msdn.com
tags: Management Studio, Policy, SSMS
1
kudos
spam Kudos Remove

Management Studio Error - Method not found: 'Void Microsoft.SqlServer.Management.UI.Grid.ColumnInfo.set_ServerVersion(Int32)'

published 886 days, 13 hours, 12 minutes ago posted by sasa 892 days, 8 hours, 13 minutes ago
Tuesday, September 01, 2009 2:38:14 PM GMT Wednesday, August 26, 2009 7:36:54 PM GMT
Just ran into this problem last week, and couldn't find any information about this online. The only MSDN forum solution I can find only suggests uninstall and reinstall SQL Server, which I did and still failed! And I finally found the solution of this problem.... Turns out that the Microsoft.SqlServer.DataStorage.dll assembly is somehow replaced or misversioned in my GAC, due to some other installation I did in the past. What I had to is to find ano... (more)
category: Management | clicked: 10 | comment | | source: blogs.msdn.com
tags: SSMS, Troubleshooting
1
kudos
spam Kudos Remove

SQL 2008 R2 Breaks SSMS Addins

published 888 days, 3 hours, 31 minutes ago posted by sasa 894 days, 9 hours, 23 minutes ago
Monday, August 31, 2009 12:19:40 AM GMT Monday, August 24, 2009 6:27:06 PM GMT
If you are trying out SQL Server 2008 R2 CTP2 and you are a frequent user of Addin’s for SSMS like the SSMS Tool Pack or the SQL Server 2008 Extended Events Addin that I wrote, you will notice almost immediately that the Addin’s will not work and raise a couple of exceptions.  This is because as previously mentioned in my blog post about the Devenus SQL.CLR Addin, SSMS Addins are not a supported feature by Microsoft, so there is no guarantee that code will work from build to build of SQL Server.  Until r... (more)
category: Management | clicked: 11 | comment | | source: sqlblog.com
tags: Addins, SSMS
1
kudos
spam Kudos Remove

Introducing: Extended Events Code Generator v1.0

published 915 days, 15 hours, 59 minutes ago posted by sasa 919 days, 6 hours, 59 minutes ago
Monday, August 03, 2009 11:51:18 AM GMT Thursday, July 30, 2009 8:51:41 PM GMT
SQL Server 2008 Extended Events. It's a high-performance, feature-rich, and extremely useful tracing system. Too bad it's so difficult to figure out how to use it! Or is it? Earlier this week Jonathan Kehayias announced his SSMS addin for Extended Events, which makes it super-easy to create and manage events, and even view the raw event data. It's all done via a simple UI, so if you don't have time to learn how to do all of that stuff with the Extended Events DML and DMVs, no worries.  But what if you ... (more)
category: Management | clicked: 2 | comment | | source: sqlblog.com
tags: Extended Events, SSMS
1
kudos
spam Kudos Remove

Code Collapse and Expand Feature in SQL Server Management Studio 2008

published 915 days, 15 hours, 59 minutes ago posted by sasa 919 days, 10 hours, 3 minutes ago
Monday, August 03, 2009 11:51:18 AM GMT Thursday, July 30, 2009 5:47:17 PM GMT
Code Collapse and Expand Feature in SQL Server Management Studio 2008 In SQL Server Management Studio 2008, whenever you have a "block" of code (BEGIN....END, etc) SSMS will put a little plus-sign in the margin and allow you to "collapse" that block of code so you only see the BEGIN, not stuff underneath. If you're working with a really large set of code, that's helpful. But I got an e-mail from a friend that said her SSMS didn't do that. I was kind of surprised, since I never had to do anything to mak... (more)
category: Management | clicked: 17 | comment | | source: blogs.msdn.com
tags: DBA, Developer, Development, SQL Server, SQL Server 2008, SQL Server Management Studio, SSMS, Tips
Previous 1 2 Next