Forum Replies Created

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

  • RE: Using Exec master..xp_cmdshell @variable

    I agree that UNC's are the way to go to avoid potential conflicts. You also might want to check security. In other words do the service accounts have access to...

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

  • RE: Wine Database

    To make it easy (and get back to the subject) ... I'd use Access ! Realistically why would you waste SQL server on a really small single user database. Or...

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

  • RE: User table in master database

    Yelena is on target ... At my site we have a dba_stats database on the MSX server and all other servers write to it avoiding all of the mentioned issues....

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

  • RE: End User Backup of Remote DB

    Could you not make a request of the hosting provider to carve you out a slice of disk space ? That's what I mistakenly assumed you had requested and the...

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

  • RE: End User Backup of Remote DB

    It sounds as if your hands are tied. Maybe it's time to look for another more 'dba' friendly hosting service ...

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

  • RE: Exception Error in SQL Jobs ...

    For starters, could you list your hardware, OS version and service pack along with your SQL Server version and service pack ? Also, maybe the forst 10-20 lines of the...

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

  • RE: SAN and sql server standard edition

    happycat59 is 110% correct. SQL Server does not care. I have 22 instances on SAN storage ... some are standard and some are enterprise.

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

  • RE: Hitchiker''''s Guide to the Galaxy

    I watched the movie on Monday. It was a little over 90 minutes in length. Had I not read the books I would have totally missed most of the messages....

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

  • RE: datafile autogrowth

    'autogrowth' is both a blessing and a curse. A blessing to those who do not monitor database size and growth patterns and a curse to those who depend on it....

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

  • RE: Stored procedure calling another procedure

    or you can use

     

    set quoted_identifier off

     

    with this setting you can mix'n'match both single and double quotes.

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

  • RE: "Failed assertion" error and DBCC consistency errors which go away on their own

    Just a thought since the errors seem both random and spurious. Have you run hardware diagnostics ? I'd start with memory first since the errors appear and disappear randomly. Then...

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

  • RE: ASNI NULLS and ANSI Warnings error

    Stored procedure execution. I have an 'MSX' Server executing/downloading tasks/Jobs to 'target' servers. Some of the target server procedures reference a database on the MSX server.

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

  • RE: ASNI NULLS and ANSI Warnings error

    Actually I've had to take this a bit farther in some cases ...

    SET ANSI_NULLS ON

    SET ANSI_WARNINGS ON

    GO

    CREATE PROC A

    AS

    SET ANSI_NULLS ON

    SET ANSI_WARNINGS ON

    Select null

    GO

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

  • RE: Transfering SQL instances from one cluster to another

    To start with here's a few handy links:

    http://support.microsoft.com/default.aspx?scid=kb;EN-US;314546

    http://support.microsoft.com/default.aspx?scid=kb;en-us;246133&Product=sql2k

    http://support.microsoft.com/kb/224071/EN-US/

    http://support.microsoft.com/kb/240872/EN-US/

    http://support.microsoft.com/default.aspx?scid=kb;EN-US;295732

     

    As for connections via ODBC, well, you've already gone down the hard path by using computernames or fully...

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

  • RE: Platform

    and to that add:

     

    AIX - IBM Unix

    IBM Mainframe as well

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

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