Forum Replies Created

Viewing 15 posts - 436 through 450 (of 2,436 total)

  • RE: The Daily Commute

    Here are the highlights of my commuting career (not in chronological order):

    Best commute - now in OK - 3.3 miles to work in 8 minutes, home in 12 minutes (due...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: what would be the maximum seed value for a bigint column in a table in SQL Server 2000

    I just had to find out ...

    create table tempdb..test ( col1 bigint identity(1,1))

    go

    set identity_insert tempdb..test on

    go

    insert into tempdb..test (col1) values (9223372036854775807)

    ...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Identity Columns

    Curte question ... a fairly obvious solution ...

    However, why would one do such a thing ?

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: SQL 2000 cluster getting rebooted on its own

    I would first upgrade to SP4 since SP3 support lapsed in July of 2007. Also, I would also check my OS patch levels as well. MS PSS will then be...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Introduction to the Transaction Log

    Excellent article James.

    It should be required reading as entry criteria to join SSC !

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Congratulations to Our New MVPs

    Congratulations to you both for the justly earned and deserved recognition.

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: command line utility to delete a system dsn

    I dunno ... odbcconf /? does not appear to give an option in the pop-up dialog box. Maybe google can be your friend on this issue ...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Unable to register SQL Server to client EM

    You are executing SQL Server 2000 w/SP4. What OS is it on ? Are there any anolalies in the System Security Event logs ?

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: T-SQL Haiku

    no user exists

    execute plan to delete

    database server

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: T-SQL Haiku

    Most Excellent :w00t:

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: T-SQL Haiku

    kill current user

    and begin to shutdown key

    user database

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: how to display datedate format like dd-MMM-YYYY

    yet another way 'to skin' the SQL cat:

    select replace(convert(char(11),getdate(),113),' ','-')

    😉

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: T-SQL Haiku

    master full user

    values unique union

    with distinct order

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Scary Questions

    Granted there are lots of reasons to justify how one became a DBA. However you cut it, it is both scary to the under educated and under experienced but on...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: What am I ?!

    I vote for Systems Engineer/Database Administrator ...

    Your duties resemble those I had at a healthcare provider and that was my title. But be wary, it sounds cool but it is...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

Viewing 15 posts - 436 through 450 (of 2,436 total)