Forum Replies Created

Viewing 15 posts - 1,111 through 1,125 (of 1,655 total)

  • RE: insert printed messages from message tab into a table!!!!

    Withoput having your extended procedure it's almost impossible to tell what you can do and how. But if you're just interested in information about backups like files, size, date etc....

  • RE: What is my problem in installing Sql Server 2005 Eeterprise Edition?

    Actually it looks like your having two problems.

    First of all you're trying to install the 64-bit version of SQL Server on a 32-bit Windows XP and second you can't install...

  • RE: Partitioned view

    Yes, instead of triggers are implemented in SQL 2000.

    I didn't realize that the link I posted was for SQL 2005 but as far as I know, everything in it...

  • RE: Partitioned view

    If you want to use partioned views you need to have a partioning column which identifies to which undelying table a record belongs. You when have to define Instead of...

  • RE: SQL H2 -- Couldn't find required registry key on Perf Provider

    It would help if you would write which performance counter is causing the problem.

    From my experience the error can be caused by two things.

    1. The specified counter doesn't exists...

  • RE: Table Partitioning

    Edwin (10/10/2007)


    I have 10 GB ++ database and several huge tables 11 GB ++.

    Edwin,

    I'm a bit confused by youe measurements, but during some discussions with the people at MS...

  • RE: Migrating an application with a SQL 2000 back end

    Ian,

    the best solution would be to always use the two-part name like dbo.tablename. Not only is it a best practice but there's also a (very) small performance gain by doing...

  • RE: Upgrade SQL 2005 Workgroup?

    I can't say that I ever tried it but I'm pretty sure that it's possible. I've done a couple of upgrades from Standard to Enterprise and pretty straight forward. I...

  • RE: This 1 is complicated need help here

    NO it's not complicated at all.

    If you have a look at the scheduling options for weekly jobs you will see the option to run a job every 2 or any...

  • RE: SQL Server Agent stops and cannot start

    Looking at the error message my first guess would be that you removed the Builtin\Administrators and now the local system acocunt can't login to the server.

    If that's the case add...

  • RE: Database User Properties

    Hmm, not sure I realyy understand your question but this is what I make of it. Your first list are all the fixeddatabase roles. In BookOnline you can find the...

  • RE: Can a trigger create a text file

    The short answer would be yes it's possible from a trigger, but it's not something I would allow any of my developers to implement. The risk of failed transactions...

  • RE: Auditing for change in table structure or delete record from table

    If your using SQL 2005 you can use DDL Triggers, Event Notification or even WMI alerts. It mainly depends if you just want to audit the event on the same...

  • RE: backups in sql server 2005

    As the error message said, the database is in use. Close all connections to this database first (any query windows, applications etc.) before restoring.

    Then you need to restore the full...

  • RE: Question of the Day for 04 Oct 2007

    Sorry but I don't see a link to the article your talking about so no comment on that part.

    If I remember correctly logshipping in 7.0 was not a built in...

Viewing 15 posts - 1,111 through 1,125 (of 1,655 total)