Viewing 15 posts - 5,881 through 5,895 (of 7,187 total)
Steve Jones - Editor (8/18/2008)
August 28, 2008 at 4:00 am
mtassin (8/8/2008)
The Square Root of -1 is i, which is an imaginary/complex number. It cannot be returned as a float data type because it is out of the domain...
August 20, 2008 at 10:22 am
Good article, Ian. Ignore those ignorant enough to criticise without giving a reason. And to those who carp about bugs in the code, I say this: Debug it...
August 20, 2008 at 9:28 am
Charles
I didn't realise anybody even used FAT any more! MDF files have the potential for fragmentation, as you say, but in general the data in them doesn't grow and...
July 18, 2008 at 1:28 am
Nobody has yet mentioned another reason for not shrinking the log on truncate: physical file fragmentation. If, when the log grows, it can't find a contiguous area on the...
July 17, 2008 at 9:11 am
Frances L (6/25/2008)
Source is the column name. I still do not understand Source&1 or Source&2 here.
For enlightenment, read this article and then wade through the discussion:
http://www.sqlservercentral.com/articles/Miscellaneous/2748/
John
July 7, 2008 at 9:00 am
You can look in sys.indexes to find the name of the index. You can then either script the view through SSMS, or join to sys.objects to find out what...
June 2, 2008 at 9:18 am
majorbloodnock (6/2/2008)
June 2, 2008 at 8:19 am
Very interesting. But I think I'm happy enough just looking it up in a diary!
Actually, I think it failed for me because my default language is British English. ...
June 2, 2008 at 7:56 am
Perhaps they were thinking of the distribution database, which may be created when you configure replication.
John
June 2, 2008 at 7:31 am
Didn't work for me, I'm afraid. Tried to calculate this year's Easter date.
Msg 242, Level 16, State 3, Procedure fcn_FindEasterSunday, Line 39
The conversion of a char data type to...
June 2, 2008 at 7:26 am
Scott
I don't know how the port selection is made, but I do know that you can fix the port if you go into SQL Server Configuration Manager.
John
June 2, 2008 at 6:57 am
preetha.sathyamoorthy (6/2/2008)
I tried your query. It's giving the correct output. The output is starting with 0 only, If the id is starting with 1. If it is starting with...
June 2, 2008 at 6:38 am
Rajan John (6/2/2008)
select a.id - 1 from table_name a where not exists( select b.id from table_name b where a.id = b.id + 1)
the first...
June 2, 2008 at 6:26 am
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/29248949-325b-4063-9f55-5a445fb35c6e.htm
June 2, 2008 at 1:58 am
Viewing 15 posts - 5,881 through 5,895 (of 7,187 total)