Forum Replies Created

Viewing 15 posts - 5,581 through 5,595 (of 7,502 total)

  • RE: count non null values

    just put brackets around the columnname ( look at my previous reply 😉 )

  • RE: count non null values

    maybe this will get you going ..

    SELECT CASE t1.[ORDINAL_POSITION] WHEN 1 THEN 'SELECT ' ELSE ' , ' end

    + ' sum( CASE WHEN ' + t1.[COLUMN_NAME] + ' is...

  • RE: SQL Server and SOX

    thanks for the missing link notification :blush:

    It used to work befor SSC got to this new version.

    I'll ask Steve to fix it.:cool:

  • RE: host running SQL Server -- how to configure its windows server role?

    I got this from last years SQLPass conference:;)

    Potential for enormous filesystem cache on 64-bit can create external memory pressure !

    Configure OS to favor memory for programs, not filesystem.

  • RE: Can sql2000 and sql2005 running on a w2k3 cluster?

    In stead of keeping fingers crossed, because it should be possible.

    Maybe it's better to just grab a spare DESKTOP, pop in a 500Gb disk and install a w2k3 server on...

  • RE: SQL Server login

    steevlee (9/28/2007)


    ...

    could you please explain more "Login Triggers" ..? :w00t:

    Keep in mind logon triggers have only been implemented with SQL2005 as from SP2 and off course they are at instance...

  • RE: SQL 2000 Reattaching Database issue

    I'd go with GilaMonster's advice.

    Keep in mind that when you are going to restore, you can actualy move the log-file to a new location during the restore itself. Nomore hassle...

  • RE: 500,000th member mark

    At next SQLPass, this may be the banner on the backside of the T-shirt:

    500000 and growing ! (Update the number active at the time) :w00t::cool::cool::cool:

  • RE: Memory warnings

    so your solution would be:

    1) correct your /pae and AWE settings.

    Only use the /3Gb in boot.ini and do NOT enable AWE in sqlserver

    2) I'd...

  • RE: Datum Count - Count of records in Column wise for Null and Actual data

    maybe the better way is to use the INFORMATION_SCHEMA views, but you'll get the idea using :

    declare @Tabelname varchar(128)

    set @Tabelname = 'T' -- Adjust to filter !!

    -- print 'set...

  • RE: SQLServerCentral.com - V3

    Nice thing, these upgrades, it's a pitty you didn't migrate the forum-reply-counters. So all of a sudden I'm back to 3.:doze:

    Joined:5/27/2001 11:00:00 PM...
  • RE: Cluster failover not happening..plse help

    been there, done that, burned the fingers too

    I'm glad you're back on track now.

  • RE: Cluster failover not happening..plse help

    just a wild guess, but did you remove builtin\administrators and forgot to give login auth to the cluster service account ?

     

  • RE: SSSI and DTS Packages

    tell him to use Visual Studio , create a new SSIS project and use the migration wizard for DTS 2000. (he must be able to get to the SQL2000 package...

  • RE: creating linked server

    can you script and post your "create linked server" DDL (and the details) ?

     

Viewing 15 posts - 5,581 through 5,595 (of 7,502 total)