About 163 results
Open links in new tab
  1. Conversion failed when converting datetime from character string.

    Oct 7, 2021 · But why are you using the varchar column to record the datetime datatype inputs. Always use the datetime to save the date & time related inputs. There is lots of functions available to convert …

  2. How to return varchar field that contains alphanumeric chars and ...

    Jun 14, 2018 · Only case where it can happen is when you're doing some operations using this column like say join condition, concatenation etc where one of the involved columns is of numeric. Since as …

  3. select from openquery inside a transaction doesn't rollback when error

    May 7, 2018 · I'm connecting my server to another server which runs on Oracle, using openquery.

  4. How can the resource database version be different to the SQL product ...

    Oct 15, 2009 · This tells us that the resource database is at RTM whilst the SQL version is SP3. The summary log at (C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG) shows no failed …

  5. Restarting a sql server 2008 r2 - social.msdn.microsoft.com

    Feb 26, 2014 · i restated a sql server 2008 r2 in my local system and suddenly i lost all my Databases except system databases.

  6. Permissions within SQL Server Agent jobs - social.msdn.microsoft.com

    Oct 24, 2011 · For a Transact-SQL job step, by default it runs under the security context of the job owner and if the owner of the job is a member of the sysadmin fixed server role, it runs under the SQL …

  7. Cannot change firewall setting for SQL Azure after IP change

    Nov 14, 2011 · In SSMS or SQL Azure Manager - use sp_delete_firewall_rule to delete the existing rule, and sp_set_firewall_rule to create the new rule.

  8. How to fetch data from db to an excel file and send as attachment

    Apr 25, 2023 · In that attachment I need to show certain data from SQL Server database. I don't know how to fetch data from a database to an excel file and send that as attachment.

  9. What is Sparse columns in SQL Server? - social.msdn.microsoft.com

    May 31, 2013 · In SQL Server 2008 maximum column allowed per table is 1024. All the SPARSE columns does not count to this limit of 1024. The maximum limit of SPARSE column is 100,000. In …

  10. Need suggestion Cluster shared disk available check failed - SQL Server

    Jun 8, 2017 · For SQL Server databases also we are using File share SMB. But during installation of SQL Server 2016 Cluster 'Cluster Shared disk available check failed' in Feature Rules of SQL …