Forum Replies Created

Viewing 15 posts - 766 through 780 (of 822 total)

  • RE: OLE DB connection problem

    It appears that a re-install of the Oracle client software solved this problem.

    Sorry this was posted in the wrong forum.

    ----------------------------------------------------------------------------
    Sacramento SQL Server users group - http://sac.sqlpass.org
    Follow me on Twitter - @SQLDCH
    ----------------------------------------------------------------------------

    Yeah, well...The Dude abides.
  • RE: RSS feed question

    Thanks for the feedback from everyone.

    Grant, how do you receive forum alerts from MSDN? I've tried setting up alerts thru my Windows Live account, but they don't seem to...

    ----------------------------------------------------------------------------
    Sacramento SQL Server users group - http://sac.sqlpass.org
    Follow me on Twitter - @SQLDCH
    ----------------------------------------------------------------------------

    Yeah, well...The Dude abides.
  • RE: Linked Server Error- worked for months, now doesnt.

    Error seems fairly poignant...you mentioned it's across a different domain, I'm wondering if you're running into the AD replication cycle or something.

    Hard to tell what the problem...

    ----------------------------------------------------------------------------
    Sacramento SQL Server users group - http://sac.sqlpass.org
    Follow me on Twitter - @SQLDCH
    ----------------------------------------------------------------------------

    Yeah, well...The Dude abides.
  • RE: Linked Server Error- worked for months, now doesnt.

    Any errors in the event log (SQL and Windows events) on the receiving server? Wonder if you have something running there that bogs down the server, or drops connections...

    ----------------------------------------------------------------------------
    Sacramento SQL Server users group - http://sac.sqlpass.org
    Follow me on Twitter - @SQLDCH
    ----------------------------------------------------------------------------

    Yeah, well...The Dude abides.
  • RE: Migration database from oracle to sql server 2005

    I've used SQL Server DTS successfully, so I'm sure the SSIS packages are just as nice. I've also used the SSMA for migrating Access, fairly clean interface also.

    ----------------------------------------------------------------------------
    Sacramento SQL Server users group - http://sac.sqlpass.org
    Follow me on Twitter - @SQLDCH
    ----------------------------------------------------------------------------

    Yeah, well...The Dude abides.
  • RE: History Quiz: How to Connect to Connect to MSDE 2000 from SQL Server Management Studio 2005

    I'm curious about this problem now, also, as I have to administer a few SS2K boxes and could see this happening to me. I still think it's a port...

    ----------------------------------------------------------------------------
    Sacramento SQL Server users group - http://sac.sqlpass.org
    Follow me on Twitter - @SQLDCH
    ----------------------------------------------------------------------------

    Yeah, well...The Dude abides.
  • RE: History Quiz: How to Connect to Connect to MSDE 2000 from SQL Server Management Studio 2005

    Open a Windows DOS prompt and try and telnet to your SQL Server on port 1433:

    telnet <IP address> 1433

    (Replace <IP address> with the actual IP address of the remote SQL...

    ----------------------------------------------------------------------------
    Sacramento SQL Server users group - http://sac.sqlpass.org
    Follow me on Twitter - @SQLDCH
    ----------------------------------------------------------------------------

    Yeah, well...The Dude abides.
  • RE: History Quiz: How to Connect to Connect to MSDE 2000 from SQL Server Management Studio 2005

    Since you can't connect remotely, is there a firewall rule in place keeping you from getting port 1433?

    ----------------------------------------------------------------------------
    Sacramento SQL Server users group - http://sac.sqlpass.org
    Follow me on Twitter - @SQLDCH
    ----------------------------------------------------------------------------

    Yeah, well...The Dude abides.
  • RE: KB970892 and KB970894 for SQL2005 SP3 released 10/12/2009

    I haven't seen any issues with KB970892 on my systems.

    ----------------------------------------------------------------------------
    Sacramento SQL Server users group - http://sac.sqlpass.org
    Follow me on Twitter - @SQLDCH
    ----------------------------------------------------------------------------

    Yeah, well...The Dude abides.
  • RE: New application seems to have wrecked a number of Sql Databases

    My port suggestion only makes sense if the service is running (in the Windows Service list) but can't be connected to thru SSMS.

    If the service isn't running, go...

    ----------------------------------------------------------------------------
    Sacramento SQL Server users group - http://sac.sqlpass.org
    Follow me on Twitter - @SQLDCH
    ----------------------------------------------------------------------------

    Yeah, well...The Dude abides.
  • RE: New application seems to have wrecked a number of Sql Databases

    In your list of Windows Services, look for the service specific to your 'SHAREPOINT' instance. It will say

    SQL Server (SHAREPOINT)

    If this isn't running, you won't be able to connect...

    ----------------------------------------------------------------------------
    Sacramento SQL Server users group - http://sac.sqlpass.org
    Follow me on Twitter - @SQLDCH
    ----------------------------------------------------------------------------

    Yeah, well...The Dude abides.
  • RE: create a stored procedure to create a database

    Thanks Lowell, makes a lot of sense. Didn't even think about doing it this way, either. This is goin' in the toolbox.

    ----------------------------------------------------------------------------
    Sacramento SQL Server users group - http://sac.sqlpass.org
    Follow me on Twitter - @SQLDCH
    ----------------------------------------------------------------------------

    Yeah, well...The Dude abides.
  • RE: Virtual\SAN Disks versus Physical disk best practise

    I'd like to get some feedback regarding this question, also. In two different jobs, my storage admins have said that the SAN/NetApp would handle the disparate I/O, so it's...

    ----------------------------------------------------------------------------
    Sacramento SQL Server users group - http://sac.sqlpass.org
    Follow me on Twitter - @SQLDCH
    ----------------------------------------------------------------------------

    Yeah, well...The Dude abides.
  • RE: Maintenance plans and proxy accounts

    Thanks Scott, 'preciate the feedback. Interestingly, I found this blog also:

    http://sqlblogcasts.com/blogs/acalvett/archive/2007/12/30/the-job-whose-owner-kept-coming-back.aspx

    It posts some code to help.

    ----------------------------------------------------------------------------
    Sacramento SQL Server users group - http://sac.sqlpass.org
    Follow me on Twitter - @SQLDCH
    ----------------------------------------------------------------------------

    Yeah, well...The Dude abides.
  • RE: Why do I need a dedicated SQL server?

    Dedicated server? Do you mean a single instance (default or named) hosting a single database? Here are some benefits of a separate instance:

    Can allocate specific memory to that...

    ----------------------------------------------------------------------------
    Sacramento SQL Server users group - http://sac.sqlpass.org
    Follow me on Twitter - @SQLDCH
    ----------------------------------------------------------------------------

    Yeah, well...The Dude abides.

Viewing 15 posts - 766 through 780 (of 822 total)