Forum Replies Created

Viewing 15 posts - 781 through 795 (of 1,654 total)

  • RE: How to add new table during Replication

    As I wrote before look in Books Online and you will find all the details. As an alternative see http://support.microsoft.com/kb/830210

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

  • RE: Upgrade from MSDE2000 to SQL Server 2005 for workgroups

    What error did you get exactly?

    Was it really an error or just a warning. If I remember right, you get a warning if you have less than 1 Gb...

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

  • RE: How to add new table during Replication

    You can add a new table to an exisiting publication using the stored procedure sp_addarticle. See BOL for details.

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

  • RE: Is Database Mail provided with 2005 Workgroup Edition?

    I have no experience with workgroup edition, but since Books Online only mentions explicitly that database mail is not available for Express Edition, I would expect that it will work...

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

  • RE: SQL Server Full text search

    To answer you're questions

    1) Yes, you can also search on BLOB data and documents like .doc or .pdf files stored in your database.

    2) Implementing it is pretty easy, though...

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

  • RE: SQL Server 2005 installation

    You cannot install Enterprise Edition on Windows XP.

    Only Express and Developer Edition can be installed on XP.

    Developer Edition includes all the features from Enterprise, but for Reporting...

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

  • RE: Cannot resolve the collation conflict between "Latin1_General_CI_AS" and "SQL_Latin1_General_CP1_CI_AS" .

    Most likely case is that the twqo databases have different default collations. Even though they are on the same server it's possible to have different default collations for each database.

    Anothwer...

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

  • RE: How to know Who drop my Table?

    SQL 2005 has a default trace running which you can use.

    An even easier option is the "Schema changes History" report in SSMS.

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

  • RE: Reports server setup config issues

    Yes,

    whenever you add (or reinstall) a feautre of SQL Server you need to reapply the service pack.

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

  • RE: SQL Server 2005 installation

    Which features you can or cannot install depends on a couple of things like the OS you're using, is IIS installed or not (necessary for RS),which edition of SQL 2005...

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

  • RE: Reports server setup config issues

    Did you install any service pack after re-installing Report Server. Probably the database engine (which you didn't reinstall) is on a different built-level than RS.

    So before reinstalling everything try...

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

  • RE: truncate partition?

    You need to use the SWITCH option.

    Something like ALTER TABLE myTable SWITCH PARTITION to ...

    There's a really good whitepaper available here

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

  • RE: Updating Statistics

    First I'd like to make clear that Auto update statistics does not reorganize your indexes. So you should schedule a job to do those. The database option auto update statistics...

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

  • RE: Full text search not working at certain times

    As I wrote already before the noise word list is just an text file called noiseENG.txt and it is located in the FTData folder of your SQL Server installation. Have...

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

  • RE: Full text search not working at certain times

    Hemalatha (8/6/2008)


    Thanks Markus

    And if possible can i know the answer to the second one

    It's the same answer. You search only on words which are in the noise word list.

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

Viewing 15 posts - 781 through 795 (of 1,654 total)