Viewing 15 posts - 5,881 through 5,895 (of 7,191 total)
Thanks, guys. I was really only interested in SQL Server permissions, so what Markus says sounds like what I need. Can anyone else confirm or deny it at...
February 2, 2009 at 2:48 am
Bear in mind also that the DMVs are cleared down not only when SQL Server restarts, but also when databases undergo certain changes of state, such as to or from...
November 25, 2008 at 8:26 am
That's another limitation of Andy's method from which mine doesn't suffer - you can't make updates directly to the system tables on SQL Server 2005.
John
September 28, 2008 at 2:53 am
Someguy (8/19/2008)
September 1, 2008 at 9:55 am
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
Viewing 15 posts - 5,881 through 5,895 (of 7,191 total)