Forum Replies Created

Viewing 15 posts - 1,396 through 1,410 (of 1,654 total)

  • RE: SQL 2005 (x64) linking to SQL 2000 (x86) problem

    Hi Randolph,

    I had the same problem a while ago. Check out this link:

    http://support.microsoft.com/?id=906954

    Running   instcat.sql which is included in SP4 for SQL 2000 solves the problem.

    Markus

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

  • RE: Database reports backup and restore events is blank

    markus,

     Actually it's not the only report which doesn't work, but what I've seen so far all of them are fixed in SP2.

    MarkusB

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

  • RE: Unable to Send mail through Database Mail

    Nomi,

    Database mail can only be configured using a SMTP server for outgoing mail. From the error messages it looks to like either the server doesn't exists or can't be reached...

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

  • RE: Not getting any error messages

    Martin,

    the "real" error messages for maintenance plans can be found in the log files. Usually they should be in the default log directory for your SQL Server instance.

    Markus

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

  • RE: Query Monitor/Log Tool

    James,

    have you tried SQL Profiler ?

    Markus

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

  • RE: Restore Master on Cluster

    Rs

    it would help a lot easier to help if you could be clearer about what kind of problems you have. Any error messages?

    Maybe this helps http://msdn2.microsoft.com/en-us/library/ms175535.aspx

     

    Markus

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

  • RE: Master correpted

    As long as SQL server service is not starting you cannot restore the backup. So you will need to rebuild the system database. See BOL for the exact syntax.

    Be aware...

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

  • RE: SQL Certification Industry Standard?

    Can't tell what the "industry standard" here in the Netherlands is, but as a contractor I come in contact with quite a lot of companies and I would say that...

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

  • RE: grant alter trace to windows account?

    Almost good just one thing missing

    grant alter trace TO [domain\username]

     

    Markus

     

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

  • RE: Moving Error Logs

    Lezza,

    open SQL Server Configuration Manager, SQL Server Services and right click the SQL Server(MSSQLSERVER). Open properties and go the advanced tab. Under Startup Parameters replace the default errorlog path -eC:\Program...

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

  • RE: System Catalog

    Michael,

    try select * from msdb.dbo.sysdtspackages90

    I admit it's mostly very cryptic but you can get at least the create...

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

  • RE: Error 1222: Lock request time out period exceeded

    The Lock request time out is set from the client application in your case EM. Opening Enterprise Manager, Management, Current Activity, Process Info actually executes a series of stored procedures...

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

  • RE: Just installed SQL2005 with SP1 -- IIS question

    The only feature which needs IIS (and ASP.net) is Reporting Services. It has actually nothing to do with web access. If you have no plans of using this you can...

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

  • RE: SQL Management Studio

    I don't know if it's by design are simply a bug, but the toolbox stays gray in my case too. Anyway if I drag and drop a task to the...

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

  • RE: Trigger blues...

    Hans

    are you sure your looking in the right place in SSMS? Triggers on tables are listed under DatabaseName>Tables>TableName>Triggers

    while Database Triggers are listed under DataBasename>Programability>DatabaseTriggers.

    Markus

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

Viewing 15 posts - 1,396 through 1,410 (of 1,654 total)