About 384 results
Open links in new tab
  1. could not start SQL Server / SQL SERVER AGENT (SQLEXPRESS)

    you cant start SQL Server Agent Services in Express edition, if you want to have backup for your dabases. create a .sql file and schedule that sql file using sqlcmd using windows scheduler

  2. The log or differential backup cannot be restored because no files are ...

    Mar 5, 2023 · My understanding so far is, you have a backup and trying to restore the backup in stand by mode but the problem is you already have the database in 'online' state. You cannot restore the …

  3. System.Data.SqlClient.SqlException (0x80131904): SQL Server detected …

    I am migrating client's database to my hosted environment, the client runs SQL Server 2008 R2, and we run SQL Server 2014.

  4. whats the Difference between committed memory and physical mem …

    Physical memory used by SQL Server is total amount of RAM (physical) used by SQL Server. A committed memory is one where virtual memory is backed by physical memory. When process starts …

  5. Unable to connect to SQL Server from PowerQuery - Incorrect Syntax …

    I can make a connection to the database I want successfully using the MS SQL ODBC driver, so I know the database is there and the SQL Server is responding with data. Not sure if there is an advantage …

  6. OPENROWSET works in TSQL but fails as 'SQL Server Agent' JOB

    Jul 24, 2016 · The above statements works as a direct SQL command. However, not a specific server this fails as a job: Database name 'tempdb' ignored, referencing object in tempdb.

  7. Cannot migrate SUSDB from local SQL server to a remote SQL server

    This cannot be an accurate statement if you migrated the database from a *LOCAL* server to a *REMOTE* server! When I connect to the WSUS console, I get a connection issue. Most likely …

  8. SQL Serverサービス再起動に伴う処理について

    Jun 15, 2023 · 先日はSQL Serverサービスの再起動を行うと平常時のように早くなりました。

  9. Select distinct with ntext fields - social.technet.microsoft.com

    Jul 9, 2007 · If you use Sql Server 2005 you can use NVARCHAR (MAX) almost simular to the NTEXT (new feature). NTEXT/TEXT wont allow any string manipulation (including comparision). So this new …

  10. Is it possible to select columns conditionally in the SELECT clause of ...

    But it seems to me, it would make more logical sense to filter columns in the query of the SQL Server database versus pulling all the rows of data in and then just throwing it away before it is displayed to …