About 282 results
Open links in new tab
  1. Invalid character value for cast specification

    Oct 5, 2015 · The Oracle number datatype with a precision of 38 can store numbers far bigger than the SQL Server int datatype. If you are expecting really large numbers, use bigint instead.

  2. Issue with dynamic query using sp_executesql after the table data refresh

    Mar 14, 2012 · Try installing the latest service pack which is SP3 for SQL Server 2008. If you can still reproduce the problem, you need to prepare a test case and open a Connect issue or a ticket with MS.

  3. SSRS Space Issue in Parameter Value - social.msdn.microsoft.com

    Sep 28, 2015 · It supposed to create in Query designer, then SSRS will create a hidden dataset with parameter label and value populated. It will resolve the parameter value into its member unique …

  4. Stored Procedure throws primary key violation errors

    Mar 8, 2013 · My hope was that the if condition in my SP will eliminate the duplicate problem. but sometimes, I see that invokation of the stored proc results in primary key violation errors.

  5. Data entry in a datetime field. - social.msdn.microsoft.com

    Mar 11, 2009 · SQL Server will not accept any value for any datetime field, unless it is entered as an SQL insert statement. It won't accept the value entered in the exact same format as the insert …

  6. Accessing ascx variable in javascript - social.msdn.microsoft.com

    Oct 7, 2021 · Also you shouldn't call the property ClientID for ResID as ResID is a value rather than a ASP.NET control (ie: Textbox, Checkbox, Button, etc). I would suggest moving the javascript code …

  7. How to connect SQL server using connection string instead of …

    Aug 4, 2016 · Is there any way to connect SQL server using connection string instead of connection Manager in SSIS script Task.

  8. Permissions on sp_helprotect - social.msdn.microsoft.com

    Jan 5, 2009 · SQLSTATE: 01000, Native error: 3621, Message: [Microsoft] [ODBC SQL Server Driver] [SQL Server]The statement has been terminated.. Until this is resolved ADPro won't be able to verify …

  9. Monitoring Log Send Queue / Redo Queue Sizes

    Jun 10, 2016 · 1. Create an Alert by right-click on the Alert node under Object Explorer/SQL Server Agent. Choose ‘SQL Server performance condition alert’ from Alert type drop list, then select …

  10. select 10 rows from sql database at a time, when button is clicked

    Mar 1, 2018 · So I am working on a project, and when the button is clicked I want to select the first 10 rows from a database, and when clicked again it selects the next 10 rows, and the next and so on. …