Forum Replies Created

Viewing 15 posts - 1,336 through 1,350 (of 1,654 total)

  • RE: SQL Server 7.0 - Number of Databases

    SQL 7 and 2000 have a limit of 32767 databases per instance. I don't think anyone ever reached this limit. So in your case I suspect that the server hardware...

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

  • RE: Templates in Management Studio

    The files are stored in Program files\MS Sql Server\90\tools\binn\VSshell\common\ide\sqlworkbenchprojectitems\sql

    If you add the files directly to this location, you need to restart SSMS before they are visible. And yes, the extension...

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

  • RE: Templates in Management Studio

    CTRL+ ALT+T brings up the Template explorer window. There you can add your own templates.

    Markus

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

  • RE: No option to install Reporting Services

    Do you have ASp.net installed on your IIS ?

    That's a requirement for RS.

    Markus

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

  • RE: Split string in sql server 2000

    Since your input is a xml document check out sp_xml_preparedocument.

    BOL has some examples.

    Markus

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

  • RE: How to run import wizard without "create table" option

    Sorry Bob,

    I can't duplicate your problem. When I select an existing table as the destination, Create table isn't even an available option. Are you sure you've select the correct destination...

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

  • RE: ODBC behavior

    Lance,

    you might need another driver to connect to the 64-bit server. I heard last week from MS that ODBC is not supported for 64-bit version.

    Markus

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

  • RE: execute job with tsql?

    James,

    look in BOL for sp_start_job.

    Markus

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

  • RE: Show Results Pane in SQL 2005

    You can add the button in SSMS. Under Tools, open customize. You find the button in the Window category. Just drag and drop the icon to your menu bar.

    Markus

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

  • RE: SQL Server 2000 Report Services

    David,

    as far as I know only a trial version can be downloaded from MS Download center. Maybe if you're a MSDN subscriber,you can get a full version, but my subscription...

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

  • RE: SQLServer Service account name from Query Analyzer

    You could use xp_regread or if it's a named instance xp_instance_regread. But be carefull using them, since they are undocumented procedures and act slightly different for 2005.

    Markus

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

  • RE: Disk defragmentation before rebuilding indexes

    First I like to agree with Andrew. Defragging the datafiles will improve performance only in very few cases. I had to deal once with a database file which consisted of...

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

  • RE: Index Tuning Advice SQL 2005

    Maxus,

    without knowing what you actually storing in this table it's hard to tell if you can optimize it or not. Anyhow at first site it looks ok, but the real...

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

  • RE: Query problem, showing missing values

    Thank you david,

    I knew it was something simple, but sometimes you just don't see it.

    Markus

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

  • RE: Filegroups (sysfilegroups) query question

    Oeps,

    I just realized that you posted that in the SQL 2000 discussion. But marking the proc as system object will solve your problem.

    Markus

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

Viewing 15 posts - 1,336 through 1,350 (of 1,654 total)