About 8,590 results
Open links in new tab
  1. Can't update table in any database, using SSMS

    Dec 16, 2011 · I can use my laptop's SSMS to update tables on other several SQL Servers - even test versions of the same databases on SQL Server A. Laptop's SSMS is 9.00.4035.00 and …

  2. SSMS 2012 - the list of databases is not expanding

    Apr 24, 2012 · I cannot expand the list of databases in SSMS 2012 because of query timeout. I suppose SSMS runs query that makes SQL Server to open all databases.

  3. Why does SSMS attach a database that I had detached?

    Mar 15, 2009 · My apps can access and update the databases while they're in either status. So why doesn't SQL Server be consistent? Allowing VS to copy the file does not detach the …

  4. SSMS Causes High CPU Utilization - social.msdn.microsoft.com

    May 19, 2017 · I am writing a stored procedure and when I open the .sql file containing the code for the procedure, the CPU utilization for SSMS hits the ceiling and essentially locks up SSMS.

  5. Unable to connect to the SSRS server via SSMS

    Jun 8, 2016 · I can refer to ReportServer and ReportServerTempDB using the same account with SSMS and wonder what's the difference between refferring to the DBs and connect to Report …

  6. .ExecuteNonQuery not performing Update?

    Oct 7, 2021 · It executed the update fine in SSMS. Not sure where to go from here? Perhaps ditch the SqlCommand.ExecuteNonQuery and process it with SQLDataAdapter? Still doesn't …

  7. SSMS permissions vs Db permissions - social.msdn.microsoft.com

    Sep 23, 2009 · I thought this would be sufficient to let user 'look' and 'query' but NOT update. I may need to give more, or different permissions, so FinDevUser can see 'fin' schema objects …

  8. Method 'Boolean Equals (System.String, …

    I have read elsewhere that the problem could be in the database collation, but upon checking the table design in SSMS the table collation for the CountyName column is defined as <database …

  9. Exception occurred Microsoft.SqlServer.Management.Common ...

    Dec 7, 2017 · My sqlps module's version is 14.0 which is created by SQL 17 SSMS by default. As it was not installed by using Install-Module , so I cannot update it by update-module.

  10. Update Destination Table Thrgouh SSIS Package

    Mar 26, 2012 · Here it changing to 3. // This i want to update in destination Server automatically and immediate. The destination: also SQL Server?