Forum Replies Created

Viewing 15 posts - 5,881 through 5,895 (of 7,191 total)

  • RE: MOM access to SQL Servers

    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...

  • RE: Missing Indexes in SQL Server 2005

    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...

  • RE: Moving Replicated Databases

    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

  • RE: Epidemic Priority

    Someguy (8/19/2008)


    I do want to encourage you (and maybe a few others who wander through sites like this) to realize that your strongly held views are controversial; be careful of...

  • RE: Telework Works

    Steve Jones - Editor (8/18/2008)


    The kids do get loud. Last summer, when we had them home part of the summer, it was hard to work. Ended up working at night...

  • RE: Exponent Engima

    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...

  • RE: Identifying Queries Running Slower Than Normal

    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...

  • RE: Introduction to the Transaction Log

    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...

  • RE: Introduction to the Transaction Log

    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...

  • RE: T-SQL Data Processing

    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

  • RE: how to know the index is on which column in which table

    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...

  • RE: Calculate Easter Date

    majorbloodnock (6/2/2008)


    For instance, I found out that, in the UK, when Christmas falls on a Saturday, the following Monday is the Boxing Day bank holiday and the bank holiday in...

  • RE: Calculate Easter Date

    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. ...

  • RE: Is it possible to add one more System Database(5th)?

    Perhaps they were thinking of the distribution database, which may be created when you configure replication.

    John

  • RE: Calculate Easter Date

    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...

Viewing 15 posts - 5,881 through 5,895 (of 7,191 total)