Forum Replies Created

Viewing 15 posts - 1,426 through 1,440 (of 1,654 total)

  • RE: Database can only be attached rad only

    Matt,

    attaching a datbase doesn't change settings like read_only or Single_user, no matter if you do it through the GUI or through sp_attachDb.

    Your database must be in read_only mode. What...

    [font="Verdana"]Markus Bohse[/font]

  • RE: DtExec Command

    Agson,

    I think DTexec onlu works with SSIS packages. Legacy DTS packages you can either run through DTSrun.exe (like in SQL 2000) or by creating a SSIS package which executes the...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Back-up Mtnc Plan

    Janet,

    I don't know why there are two backups made in your case, probably some leftovers from the migration. But about what you read " MS Upgrade Technical Resource Guide that...

    [font="Verdana"]Markus Bohse[/font]

  • RE: SQL Server 2000 - Active/Active Windows 2003 Clustering

    Michael, yes it's possible as long as you use named instances. I'm working here with a active/active cluster running 12 instances 6 on each node.

    But you have to keep in...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Connection problem with linked server

    Just wanted to give an update. The SPN actually didn't solve the issue, but helped us to find the real problem.

    What happened is that we had moved this server from...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Connection problem with linked server

    Terry,

    thanks for the response. Named pipes are enabled so that's not the issue. After moving TCP up the list I get anther error, but still Login failed for user...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Load File Dynamically

    JP,

    have a look at http://www.sqldts.com/

    You will find several examples of how to use gloabl variables to set a filename at runtime.

    Markus

    [font="Verdana"]Markus Bohse[/font]

  • RE: Differences between MSDE and SQL 2000

    Terry,

    looking at the code of the procedure there's nothing wrong. It should execute on both environments as long as you execute it in the correct way

    Exec Get_Calls_By_MLO_By_Date @DT1= '20060712',...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Query Analyzer

    Anik,

    are you sure that it's not loading or is it just loading in a minimized window ? I had the same issue with some windows in Management Studio. It seems...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Cannot Connect to SSIS remotely or locally

    Ryan,

    are you sure that SSIS is installed and the service started ? The error seems toindicate that SSIS is not (properly) installed.

    Markus

    [font="Verdana"]Markus Bohse[/font]

  • RE: How to restotre user-defined messages ?

    Colin

    where do you have a table/view sysusermsgs. I can't find such a table on my server. And all I can find on the web about it points to Sybase.

    Markus

    [font="Verdana"]Markus Bohse[/font]

  • RE: How to restotre user-defined messages ?

    Colin,

    we tried that already, but it doesn't work on SQL 2005. We restored the old master database as Master2, but if we try "Select * FROM master2.sys.messages" we receive an...

    [font="Verdana"]Markus Bohse[/font]

  • RE: HELP: Sql Server 2K5 - Management Studio Missed !!

    Open Control Panel\Add Remove programs.

    Select Microsoft SQL Server 2005 --> Change

    Select Workstation Components

     

    [font="Verdana"]Markus Bohse[/font]

  • RE: Noob; Backups to Stupid Proof SQL Server 2005

    Most database specific configurations are either included with a database backup or in a backup of the master database. If you want to save really everything you should also backup...

    [font="Verdana"]Markus Bohse[/font]

  • RE: @Query Parameter in sp_send_dbmail???

    The statement looks good to me. Can you send any other mails with db mail ? Is the profile configured correctly ? Try sending a testmail.

    Markus

    [font="Verdana"]Markus Bohse[/font]

Viewing 15 posts - 1,426 through 1,440 (of 1,654 total)