Forum Replies Created

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

  • RE: Event Viewer full of .. extensible counter DLL MSSQLILAOService messages

    did a little googling and came up with this:

    http://support.microsoft.com/?kbid=912399

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

  • RE: server name

    Give this a whirl:

    exec sp_dropserver [hqsq_GOLD\NP] --the incorrect name

    go

    exec sp_helpserver

    go

    exec sp_addserver [HQSQLTST01\NP],'local' -- the correct name

    go

    exec sp_helpserver

    go

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

  • RE: server name

    I'm now scratching my head ... going to grasp at a straw now ...

    was the server\instancename string single quoted or square bracketed ?

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

  • RE: server name

    Did you include the named instance portion (\whateverinstance) in the servername ?

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

  • RE: SQL Server v4.2 create database syntax error

    I have located a v4.21 installation CD and attached the I386 directory in a zip file. It should have everything you need. Have fun !!!

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

  • RE: CU10 installer hangs on SQL2005-64 bit install - Please help!

    So many KBs, SPs and CUs ... so little mind ...

    Thanks for the refresher in MS Algebra Al !

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

  • RE: SQL Server v4.2 create database syntax error

    v4.2 was on OS2/Warp - Daily to weekly reboots

    v4.21 was on NT 3.5 - Weekly restarts for SQL, Monthly reboots for Windows

    v4.21a was on NT 3.51 - Weekly...

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

  • RE: SQL Server v4.2 create database syntax error

    I know I have 6.0 CD at home - I may even have a v4.21 CD with the 3 floppies for the client tools - I'll let you know...

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

  • RE: CU10 installer hangs on SQL2005-64 bit install - Please help!

    I believe to get to the same level of protection you'll need SP3 and CU #1 for SP3.

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

  • RE: Server Status Icons

    To get little green triangle for running (or red for stopped) try opening up TCP Port 445 and possibly UDP Port 445.

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

  • RE: A theoretical flat file database, how could it work well?

    Why re-invent the wheel ???

    This flat-file dbms already exists - it's called LotusNotes !!!

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

  • RE: Database will not start-no eventlog written

    Since it is down - try copying the application database .mdf and .ldf files to another instance and try to attach and see what happens.

    As for you XP issues, well...

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

  • RE: SQL Server v4.2 create database syntax error

    boy - you never realize how much you have forgotten - v4.21a was so long ago ...

    is it physname or phyname ... just cannot remember ...

    LOG ON or just ON...

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

  • RE: SQL Server v4.2 create database syntax error

    oops ... I think that Sybase uses physname on diskinit

    and MS wants to use phyname on diskinit instead ... go figure

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

  • RE: SQL Server v4.2 create database syntax error

    You first need to create 'devices' with the diskinit command.

    disk init

    name = 'data_device',

    physname = "d:\devices\userdata.dat",

    size = 5120 ...

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

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