Viewing 15 posts - 7,531 through 7,545 (of 8,760 total)
Jeff Moden (8/12/2014)
It's even "worse" than that, although it works exactly as advertised. Please see the following article.
I was just about to update the post, adding a link to...
August 12, 2014 at 11:03 pm
Luis Cazares (8/12/2014)
http://www.amazon.com/Microsoft-Server-Fundamentals-Developer-Reference/dp/0735658145
You could also read some of the stairways...
August 12, 2014 at 10:51 pm
pratiksawant28 (7/21/2014)
I have an database name ABC. In this DB i have table name XYZ.
This table has the rows more than 1000, but suddenly from yesterday is was showing only...
August 12, 2014 at 10:47 pm
Further on mickyT's post, ISNUMERIC returns 1 for more than just numbers as the sample below shows
😎
USE tempdb;
GO
;WITH T(N) AS (SELECT N FROM (VALUES (NULL),(NULL),(NULL),(NULL),(NULL),(NULL),(NULL),(NULL),(NULL),(NULL)) AS X(N))
,NUMS(N) AS (SELECT TOP(255)...
August 12, 2014 at 10:41 pm
Thank you Perry for this nice piece.
😎
August 12, 2014 at 10:22 pm
Jeff Moden (8/12/2014)
August 12, 2014 at 10:00 pm
Unless I really got it wrong, the sample data you provided should not return any records as the Tab2 effective_date is greater than the values in Tab1 effective_date, hence nothing...
August 12, 2014 at 9:56 pm
Suggest you have a look at the Time Zone Database, holds time zones and time change history.
😎
August 12, 2014 at 9:06 pm
First guess without further information would be duplicate records in A1Warehouse.dbo.BINLOCAT
😎
August 12, 2014 at 9:02 pm
Steve Jones - SSC Editor (8/12/2014)
Koen Verbeeck (8/11/2014)
GilaMonster (8/11/2014)
LutzM (8/10/2014)
b) block that spammer (mominbd) and all its variations using a filter
Maybe a throttle on posting new threads. A human can't...
August 12, 2014 at 2:38 pm
cbrammer1219 (8/12/2014)
August 12, 2014 at 11:25 am
SQL_ME_RICH (8/12/2014)
USE [CarePro_MSCRM];
GO
I should have mentioned that I tried changing that 6 different ways, but...
August 12, 2014 at 6:09 am
v4vaas 19815 (8/11/2014)
August 11, 2014 at 10:58 pm
Quick thought, remove the GO as it not an TSQL command/operator.
😎
August 11, 2014 at 10:48 pm
Lynn Pettis (8/11/2014)
Eirikur Eiriksson (8/11/2014)
WolfgangE (8/10/2014)
I ran it on SQL 2008 R2 and SQL 2012.
Ran it on 2K8 and reproduced your described results, don't have 2K12 at hand but there...
August 11, 2014 at 3:23 pm
Viewing 15 posts - 7,531 through 7,545 (of 8,760 total)