About 50 results
Open links in new tab
  1. Row estimations number is miscalculated when using dateadd ...

    Aug 28, 2011 · That's marked as fixed in Denali, but I see no change in CTP 3 with TF 4199 on. Perhaps it's a post-CTP 3 fix. Anyway, a workaround is to put the expression in a variable and …

  2. Convert BIGINT Timestamp to a Datetime

    Aug 12, 2014 · We have a Blackberry Enterprise Server database that we'd like to do some reporting on. Two of the tables have a field called TIMESTAMP, but the datatype of the …

  3. Powerpivot Contiguous Date ERROR - social.msdn.microsoft.com

    Oct 25, 2013 · The new formula is below. I am only using slicers and have only selected 2013 on my Yearkey slicer & January on my month slicer. My dimdate table goes back to 2006. SUMX …

  4. Calendar week - previous week , last year week

    Dec 28, 2012 · I was actually trying to populate a calendar week table in sql server and had issues with the previous week number , last year week number and didn't get the exact logic. …

  5. First week in a year with SQL Server 2005

    Sep 27, 2011 · The new problem appears with week 1 of 2010: SQL says that 4-January is week 2 but i need to define that Monday, 4 January is week 1. exists some way to define in a server …

  6. Current Month, Current Quarter in MDX - social.msdn.microsoft.com

    Oct 26, 2012 · I want to get Current Month and Current Quarter using MDX.

  7. SELECT SQL QUERY USING CURRENT DATE TIMETO GET THE …

    Oct 7, 2021 · SELECT Name, Birthday FROM Users where Birthday between DATEADD (YEAR,-14, GETDATE ()) AND DATEADD (YEAR,-7,Getdate ()) Marked as answer …

  8. Explicit conversion from data type int to date is not allowed.

    Dec 19, 2019 · One cannot convert int to date directly. Are the values of start_date and Completion_date integers representing a time interval like hours or days, or are the values a …

  9. Duration of restore time. - social.msdn.microsoft.com

    Aug 18, 2014 · According to your description, you can refer to this article: FIX: It takes a long time to restore a database in SQL Server 2008 R2 or in SQL Server 2008 or in SQL 2012 …

  10. How to send an email using msdb.dbo.sp_send_dbmail without a …

    May 20, 2013 · In order to send mail using Database Mail in SQL Server, there are 3 basic steps that need to be carried out. 1) Create Profile and Account 2) Configure Email 3) Send Email.