Forum Replies Created

Viewing 15 posts - 1 through 15 (of 51 total)

  • RE: tSQLt and the INSERT EXEC Problem

    "Since the SQLCLR works by mapping data from the result set to the target table by column name, the order of the columns doesn’t matter, nor does the number. If...

  • RE: SELECT INTO vs INSERT INTO on Columnstore

    Your article is incomplete without adding that a SELECT INTO is considered a DDL statement and completely locks both source and target tables for the duration of its operation. ...

  • RE: NULL

    I supplied the desired answer to this question, but only because I looked it up to get Microsoft's answer. While Microsoft clearly states "A value of NULL indicates that...

  • RE: Rowcount

    Simon Liddle (1/29/2010)


    Irish Flyer (1/29/2010)


    When you open a new query window, an immediate @@ROWCOUNT will always return a 1. This is an incorrect return

    Sorry to split hairs, but I...

  • RE: Rowcount

    The answer is absolutely 1,1 because of the way the question was asked. It does not mention anything about a pre-used query window. When you open a new...

  • RE: tempdb - understanding unallocated space

    VRR (11/25/2009)


    What SQL Server Version you are using?Is it SQL Server 2005. I faced similar in issue in 2005 in one of our production server. I tried to shrink the...

  • RE: tempdb - understanding unallocated space

    I agree with Jeff, this is a very bad idea. Generally speaking, with any version of SQL Server starting with 2005 it is very difficult to shrink a tempdb...

  • RE: Just SQL Auth

    That is exactly why you never let the public internet crowd access a DB server. The DB server remains inside the firewall while the web server resides in the...

  • RE: Just SQL Auth

    You want to explain why there are no roles in Windows and there is roles in SQL Server from the time I have been using it which is 7.0 and...

  • RE: Just SQL Auth

    DoD is not wasting anything here. I did not go into all steps to secure, only those that are easy. By the way, when creating a new login...

  • RE: Just SQL Auth

    You can certainly define only SQL Server IDs, but not remove the capability to define Windows Authenticated users.

  • RE: Just SQL Auth

    SQL Server is fully integrated with Windows for security purposes and as you know, only runs on a Windows system. You cannot remove Windows authentication without completely destroying the...

  • RE: Just SQL Auth

    Windows authentication is way more than that. You can specify a user as SQL Server authenticated and give them a unique ID and password just for that SQL Server...

  • RE: Just SQL Auth

    Removing Window Authentication is exactly the opposite of securing the instance. DoD only allows SQL Server authentication for those cases where it is mandatory, such as service accounts (the...

  • RE: Question of the Day for 07 Jul 2004

    Just for the record, we have a multi-platform shop mixing SQL Server 2005/8 servers with Oracle. I have also linked SS2K5 to UDB/DB2 and Teradata.

    The only one of those...

Viewing 15 posts - 1 through 15 (of 51 total)