Forum Replies Created

Viewing 15 posts - 1,171 through 1,185 (of 1,654 total)

  • RE: set dateformat

    Jai,

    if you read carefully in BOL you will see that the SET DATEFORMAT option only applies to the entering of dates and not the way they are displayed.

    Markus

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

  • RE: Migration from 32bit SQL Server2K to 64bit SQL Server 2005

    Reddy,

    the issues whtith DTS and EM you're refering two are related to the Itanium 64-bit version. WIth the x64 version you don't have these problems.

    A direct upgrade from a 32-bit...

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

  • RE: Job Execution

    If you try to start a job which is already executing, nothing will happen. So you don't need to worry.

    Markus

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

  • RE: Problem with Maintenance script

    Yeah,

    windows administrators ust don't realize that databases are a lot bigger than most files on a fileserver. Had this type of issues too in the past, that's why I...

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

  • RE: sp_helplogins

    Kyle,

    my first question would be which of the two result sets do you want to insert in your table?. You obviously can't insert them both  into the same table...

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

  • RE: Shortcomings of Log Shipping as a reporting strategy

    Matthew,

    since you posted this under 2005 General discussion I assume you're using that version. So as an alternative to logshipping you can setup Mirroring and create snapshots on the mirror...

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

  • RE: Problem with Maintenance script

    Gary,

    with maintenance plans the jobhistory is usually not very useful when it comes to fiding the reason for a failure. The logfile  "H:\oPlates\oplatesStaging\LOG\oPlatesStaging DB Maintenance Plan4.txt" should give youa more detailed...

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

  • RE: Sql Server Management Studio : How to Logon with different windows username???

    Sorry this should be

    "Even though you can't type another windows name".

    Markus

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

  • RE: Sql Server Management Studio : How to Logon with different windows username???

    Ian,

    even though you can type another windows name in the connection window, there are a couple of ways to do this.

    1) Start SSMS with the "Run as" option.

    2)...

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

  • RE: creation of system procedures

    You better start your arrangements.

    You can "create" system pocedure by marking a user procedure as system with the stored sprocedure sp_MS_marksystemObject. It's an undocumented procedure which allows you to...

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

  • RE: Cannot access New Publication Wizard

    Mark,

    from MS Technet: SQL Server Express supports subscriptions to merge, snapshot, and transactional publications, but does not permit publications itself.

    So in order to create a publication you must use Workgroup,...

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

  • RE: SQL 2005 Server with 64 Bit Cannot Use OpenRowset

    Mark,

     

    the problem is not that OPENROWSET is not supported, but that for security reasons, by default Ad-hoc remote queries are disabled. You need to eablem them either through the Surface...

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

  • RE: Startup

    You can calculate the uptime using the sysprocesses.

    select

    DateDiff(ss,login_time, getdate())

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

  • RE: Read MS SQL 2000 backup file without restoring the database

    BMC offers a backup solution which supports object-level restore. Can't say I have any real world experience with it, but I tested it some time ago and it looked fine.

    But...

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

  • RE: What''''s the replication database used for?

    Johan,

    the file you found is for the distribution database. It's not in use until you configure your server for replication, and even then it might not be used because you...

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

Viewing 15 posts - 1,171 through 1,185 (of 1,654 total)