Forum Replies Created

Viewing 15 posts - 226 through 240 (of 1,131 total)

  • RE: Update Trigger for multiple rows

    The rules for the schema appear to be:

    A task is a "master" task when the "AssoId" is NULL

    A Sub-Task of a master task is identified by the constant "s" preceeding...

    SQL = Scarcely Qualifies as a Language

  • RE: PowerGui Script Editor

    You can customize the action to be taken by a hot-key including removing the association.

    From the menu, pick "tools" , "customize" and then the "keyboard" tab. From the list,...

    SQL = Scarcely Qualifies as a Language

  • RE: How current is the data contained in a full database backup?

    If all of the user databases are in full recovery mode, then full backups could be made earlier (starting at 6PM?), and then at 7 PM, only transaction log backups...

    SQL = Scarcely Qualifies as a Language

  • RE: Updatestatistics in SQL Server 2005

    Below are three sets of SQL statements that show that when an index is rebuilt or all indexes on a table are rebuilt, column statistics not associated with the indexes...

    SQL = Scarcely Qualifies as a Language

  • RE: Decoding Micro-speak

    How about "Value Added" ? Which actually means "we only do those activities that we are obligated to perform based on the contract"

    With my collegues, I also...

    SQL = Scarcely Qualifies as a Language

  • RE: Decoding Micro-speak

    Utopia - Also in a software perspective (We are progressing our software to a utopia)

    What makes that buzzword extremely funny is that Utopia means "no where" :-D. Origin is...

    SQL = Scarcely Qualifies as a Language

  • RE: Event error - need guidance?

    Error 7884 is an invalid network packet, so check out the NICs to insure that

    the latest drivers are installed and that "link speed & duplex" are a fixed value...

    SQL = Scarcely Qualifies as a Language

  • RE: New instance on a failover cluster

    1. Would I need a new virtual name and virtual ip for the new instance?

    Yes

    2. I have a separate lun allocated for the new instance, does it need to be...

    SQL = Scarcely Qualifies as a Language

  • RE: Schema AD Group select denied for one group, but not another

    Found that a state of 3 means "maximum user connections exceeded" and the value can be checked by running

    exec sp_configure 'user connections'

    SQL = Scarcely Qualifies as a Language

  • RE: Schema AD Group select denied for one group, but not another

    User Debbie.Smith that exists in group [IT-ABC Production Infastructure Users] can not log in and work. It either gives her a connection failed SQLState: 28000 sql server error 18456 error....

    SQL = Scarcely Qualifies as a Language

  • RE: Schema AD Group select denied for one group, but not another

    Login names are stored as NVARCHAR(128) , so that is probably not the problem.

    There could be a problem when the following occurs:

    1. An AD Group is created

    2. The...

    SQL = Scarcely Qualifies as a Language

  • RE: Schema AD Group select denied for one group, but not another

    There is the possibility that the AD Account is in more than one AD Group, which can create a problem. You can get the AD groups with this SQL

    exec...

    SQL = Scarcely Qualifies as a Language

  • RE: Strange T-SQL Behavior

    Possibly a SQL Parser problem along with an implicit datatype conversion

    SELECT 1.1Number11

    Which has results with a column name of "Number11" having a numeric value of "1.1"

    Looks like the...

    SQL = Scarcely Qualifies as a Language

  • RE: Check DB MSDB

    This problem can be caused by a 3rd-party file encryption solution or if NTFS compression is being used.

    Also see http://support.microsoft.com/kb/926070

    Error messages may be logged in the SQL Server error log...

    SQL = Scarcely Qualifies as a Language

  • RE: Transactions

    http://www.tpc.org has various database benchmarks for OLTP and Data warehousing.

    TPC-C simulates a complete computing environment where a population of users executes transactions against a database. The benchmark is centered around...

    SQL = Scarcely Qualifies as a Language

Viewing 15 posts - 226 through 240 (of 1,131 total)