Forum Replies Created

Viewing 15 posts - 46 through 60 (of 132 total)

  • RE: Back up of selected dbs

    Thanks Pradeep and Atul.

    I am checking this options. It's very interesting to study these materials. I am lot of points.

    I didn't get answer for my second question.

    To restore...

    Thank You

  • RE: Problem with trigger

    Mike John (3/19/2009)


    I think you may have spotted it. The trigger will indeed fire when zero rows are retrived in the example you post. Triggers always fire once per statement...

    Thank You

  • RE: Problem with trigger

    christine.dsouza (3/18/2009)


    Looking at the insert statement the empId comes from t_EmpID on your holding table and not the identity column empID.

    Then deal with the NULL value in whatever way is...

    Thank You

  • RE: SQL Server Express addition

    Florian Reischl (3/18/2009)


    Hi Venki

    No silly question 😉

    Just execute following line in SQL Server Management Studio (or Query Analyzer):

    PRINT @@VERSION

    Greets

    Flo

    Thanks a lot Flo.

    Thank You

  • RE: Problem with trigger

    Mike John (3/18/2009)


    The trigger as you have it (ie FOR INSERTED) is an after trigger and logically happens AFTER the update has been done, (but before the transaction has been...

    Thank You

  • RE: Problem with trigger

    Mike John (3/18/2009)


    Two things I think you need to do

    a) Get the trigger changed to properly handle multiple rows in one statement. Lots of examples are around..

    b) Your code is...

    Thank You

  • RE: Problem with trigger

    Florian Reischl (3/18/2009)


    Hello Venki

    Seems that the trigger tries to write incorrect data into table "Dept.dbo.department". Can you post the trigger source?

    Greets

    Flo

    Nothing, trigger simply takes the data into a variable from...

    Thank You

  • RE: SQL Server Express addition

    Florian Reischl (3/18/2009)


    Here you can see a comparsion of SQL Server 2005 versions:

    http://www.microsoft.com/sqlserver/2005/en/us/compare-features.aspx

    I would advice to ask your manager for the Developer Edition. Here is the pricing:

    http://www.microsoft.com/sqlserver/2005/en/us/pricing.aspx

    ... it contains all...

    Thank You

  • RE: Create database using Backup file

    Krishna (3/17/2009)

    No, not through backup and restore method, instead you can script out your 2005 database and then run it against your 2000 server.

    Thanks a lot Krishna.

    I am thinking...

    Thank You

  • RE: Create database using Backup file

    Sorry,

    I haven't seen the next page.

    Yes, you are right, it is my mistake, not to tell the back up file is from 2005. But I thought this versioning won't...

    Thank You

  • RE: Create database using Backup file

    Adiga (3/17/2009)


    You cannot restore a SQL Server 2005 database backup to SQL Server 2000.

    Pradeep Thanks again for your clarifications.

    Is it possible to transfer the database directly from 2005 server to...

    Thank You

  • RE: memory problem while sending mail

    Adiga (3/17/2009)


    It had also mentioned about checking the "Database growth" settings. Please check the same on the Database in question and the tempdb.

    Thanks Pradeep. Will check and update on this.

    Thank You

  • RE: memory problem while sending mail

    Adiga (3/17/2009)


    You may find this article on SSC useful.

    Thanks for your reply pradeep. I checked that link of Hot fixes before posting this question to you. But mine is not...

    Thank You

  • RE: Create database using Backup file

    I am getting the following error while doing restore operation through SSMS.

    Too many backup devices specified for backup or restore; only 64 are allowed. RESTORE HEADER ONLY is terminating abnormally...

    Thank You

  • RE: run SSIS from SP?

    Thanks for your reply.

    It seems I am getting info after lookng into Books online.

    Thank You

Viewing 15 posts - 46 through 60 (of 132 total)