Forum Replies Created

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

  • RE: sysperfinfo contains negative value

    Interesting ... I ran the same query a few times and have a negative value on only 1 of 4 user databases for one randomly chosen server out of 25....

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

  • RE: DB Maint Plan cannot generate backup

    I feel you pain Philip  ... been there a couple of times before in my career  ...

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

  • RE: Cannot generate SSPI context

    I've had this problen quite frequently lately (ughh...)

    First thing you need to do is download the setspn utility (link below):

    http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/setspn-o.asp

    Install it on your computer (or server). Next you'll need...

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

  • RE: isnumeric() yielding SURPRISING results - very odd

    ... actually not ... '0x0a' (whatever - I think char(10) ) is still valid in SQL server ... you might still be able to find it in some system sp's...

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

  • RE: Anti-Virus Software on SQL Server

    We use Trend on all of our servers (200+). 25+ of them are SQL Servers and we have had no issues whatsoever (We also implemented by default Brian's Do's/Don'ts).

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

  • RE: Cannot shrink database after restore to test server

    Just a couple more things to add ...

    1) Did you change recovery from 'Full' to 'Simple' on the test server after the restore ?

    2) Have you performed a backup/truncate_only on...

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

  • RE: Database encryption / column encryption

    I have not worked with any of the third party products that perform encryption. A couple of thought though ... have you searched this web site for 'encryption' ? I've...

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

  • RE: Connections to Named instance not working

    Things stop working because unless you specify the actual port, SQL Server will try to establish communications on UDP port 1434 to try and figure oput the port number itself....

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

  • RE: Connections to Named instance not working

    FYI --> port 1434 is UDP, not TCP. Your network folks may have blocked it to stop things like the 'slammer' virus (albeit a tad late and not necessary internally)....

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

  • RE: Automatic Offline Script

    agreed !

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

  • RE: Automatic Offline Script

    a few more points to ponder ...

    Taking the database 'offline' via attach does not delete the underlying .mdf/.ldf/.ndf files. Unless you manage those files you may have disk space issues...

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

  • RE: How to tell which is installed: SQL server 2000 vs MSDE

    For those machines with MSDE you will probably need to find out who the vendior was that supplied the software and their tech support number. I've had to perform this...

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

  • RE: Word Document

    I'd start using XML format now since MS is going to make it the default in the future (.TDOC .TXLS etc.) ...

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

  • RE: Restore backup file from different version

    One additional note ... this is for 'user' databases only. master, model and msdb cannot be restored to different versions.

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

  • RE: DB Maint Plan cannot generate backup

    Is the domain account for sql server and the agent service defined to SQL ? If they are, then are they assigned to the sysadmin role ? Also, when you...

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

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