Forum Replies Created

Viewing 15 posts - 181 through 195 (of 470 total)

  • RE: Sql Server In Domain Controller

    Roy Ernest (12/2/2011)


    What I meant was putting SQL Server in a Work group is the best way to do it.

    With the DMZ comment I assumed there was something I was...

  • RE: Dropping and restoring DB to fix file fragmentation

    Dev (12/2/2011)


    I will keep a note in my collection. One more reason for not opting SQL Server Clustering... ๐Ÿ˜‰

    There are some very good reasons to use a cluster....

  • RE: Dropping and restoring DB to fix file fragmentation

    Dev (12/2/2011)


    If the DB is really critical and has to be up 24/7 I would be surprised if you say you donโ€™t have any High Availability options enabled...

  • RE: Dropping and restoring DB to fix file fragmentation

    Unless reindex hasn't been doing it's job I'm not worried about internal fragmentation. I'll update this post with how it goes (or if we decide to do a straight...

  • RE: Dropping and restoring DB to fix file fragmentation

    There isn't much on the drive outside of DB files so we should be good with that but it is something to look out for since the files we're putting...

  • RE: Sql Server In Domain Controller

    If the SQL Server is on the domain then it's easier to use Windows authentication to connect to the server. Windows authentication is more secure than SQL authentication if...

  • RE: ISNULL

    OzYbOi d(-_-)b (11/23/2011)


    Certainly a little curious as to why only the Decimal behaves in this manor... But this is something that I have run across before in a shop where...

  • RE: ISNULL

    BOL states that this happens for numeric and decimal so I'm betting it has something to do with the fact that those are the two data types that can take...

  • RE: Network Databases? Is it time to change?

    We send transaction log backups directly to a network location to get them off the server. With the exception of one server that works well. For full and...

  • RE: Intersect

    To clarify what the following statement from BOL means:

    Column names or aliases in ORDER BY clauses must reference column names returned by the left-side query.

    That means if you try ordering...

  • RE: Intersect

    Thanks. I was wondering what the bug was and couldn't track it down. Implicit conversion makes sense.

  • RE: Intersect

    bopeavy (11/8/2011)


    I agree maybe I won't rely my answer so much on Microsoft Information next time.

    You're not the first to have this happen. Both due to ambiguity and...

  • RE: Intersect

    Ninja's_RGR'us (11/8/2011)


    cfradenburg (11/8/2011)


    For those with a SQL 2005 box you can test on, does the following result in the same error:

    use master

    select fileid [file_id], name from sysfiles intersect

    select file_id,...

  • RE: Intersect

    For those with a SQL 2005 box you can test on, does the following result in the same error:

    use master

    select fileid [file_id], name from sysfiles intersect

    select file_id, name ...

  • RE: Collation and SQL_VARIANT

    Rich Weissler (11/1/2011)


    Only row 2 matches the explicit Latin1_General_CI_AS collation in the query.

    I see one row. Which is the other one?

    That's row number 2, not two rows.

Viewing 15 posts - 181 through 195 (of 470 total)