Forum Replies Created

Viewing 15 posts - 1,381 through 1,395 (of 1,654 total)

  • RE: linked server problem

    I've seen that problem when kerberos authentification could not be initialized when the server starts up. Check you're 2005 SQL log for any error during start up.

    Most of the time...

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

  • RE: SQL 2005 Standard Edition Memory Management

    As Graham alrady wrote, it's the OS which determines how much memeory SQL Server Standard Edit. can use. Also on a 32-bit OS you need to use AWE and 3/gb,...

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

  • RE: Internal Query Processor Error?

    This seems to be some kind of bug and you're not the first one to encouter this.

    Try the folowing:

    Check if the database compatibility level is 90.

    Run sp_updatestats. Statistics were invalidated...

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

  • RE: Error when restoring: There is already an object named sysnsobjs in the database

    Thomas,

    I'm a bit confused. What do you mean with "a database which originally was created in the master database." You cannot create a database inside another database.

    How do you restore?...

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

  • RE: Failover Partner issue

    Not sure if this is the problem, but shouldn't it be DataTypeCompatibility=90 ?

    Markus

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

  • RE: SQL Server Management Studio remembering instances

    Chris,

    you need to register the servers. In the registered servers pane you should then see your instances.

    If you don't see the registered servers pane use Ctrl+Alt+G.

    Markus

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

  • RE: SQL 2000 std to SQL 2k5 std x64 (inplace upgrade) MS GP look here too.

    Sean,

    I haven't used 64-bit standard edition only Enterprise Edit.

    We had no issues running it side by side with 32-bit SQL 2000, but I remember one issue with linked servers from...

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

  • RE: SQL 2000 std to SQL 2k5 std x64 (inplace upgrade) MS GP look here too.

    Sean,

    a inplace upgrade from a 32-bit Edition to a 64-bit edition is not possible. You need to install a new instance and when copy your databases, logins, jobs etc. to...

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

  • RE: Best way to save a matrix of Data approx 1000 cols by 700 rows?

    What about converting it into a XML document and when store it as xml datatype ?

    Markus

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

  • RE: Edition & feature info

    Sorry but the question is about database snapshots not snapshot isolation level. and from BOL "Database snapshots are available only in the Enterprise Edition of Microsoft SQL Server 2005. "

     

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

  • RE: Partioning in Sql server 2005

    Brij,

    reading your post I wonder why you "need" to do partitioning. If your not even sure if it's benefical, why you're so sure you need it?

    Trying to answer your questions

    1)...

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

  • RE: Serverlog: run reconfigure statement

    Mario

    no need to worry about this. Some applications need specific cnfiguration settings. That's why they issue a sp_configure statement each time they run, just to make sure the setting is...

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

  • RE: SQL 2005 migration on the same server as 2000

    Chris,

    before you install SQL 2005, you shuld define which parts of 2005 you will need. I did some large migrations and most of the time we choose only to install...

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

  • RE: Query execution time

    Mark

    as far as I know this is exactly the case. Building up the grid takes a lot longer than results in text. The 3 ms is the real execution time....

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

  • RE: DBCC PSS with SQL SERVER 2005

    If you read the article carefully you see that it's based on Beta2. A lot of things which there working in Beta 2 didn't work in RTM. So I assume...

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

Viewing 15 posts - 1,381 through 1,395 (of 1,654 total)