Forum Replies Created

Viewing 15 posts - 91 through 105 (of 120 total)

  • RE: RESTORE THE DATABASE SYNTAX IN SQL SERVER 2005

    RESTORE DATABASE UK

    FROM DISK = '\\SQLSERVER\Backup\Newfull.bak'

    WITH REPLACE,

    MOVE 'LIST_New' TO 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\UK.mdf',

    MOVE 'LIST_Log' TO

    'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\UK_log.mdf'

    WHEN I AM EXECUTING THIS COMMAND I AM GETTING ERROR

    Msg 3234,...

  • RE: RESTORE SYNTAX IN SQL SERVER 2005

    backup file located at one server disk and backfile mdb located at other server disk..........

    thats is not empty string just name purpose only i leaved it blank...

  • RE: Index Structures

    This Question is Based on Index Structures

    Spatial and Filtered indexes have a B-Tree structure.

    Full-text indexes have a token-based functional index.

    XML Primary indexes have an internal table(aka nodes table)....

  • RE: Insert with OUTPUT clause

    Good Question .....By Seriously I attempted the question luckly my answer is match with answer....

  • RE: Bad data import

    The CODEPOINT() is a rarely used function in the SSIS expression language, but can be an effective tool in your ETL arsenal in some cases.

  • RE: Truncate rollback

    Its Getting Error Or ?

  • RE: DBCC Timewarp

    Nicely Fooled Every One By This Question.............!

  • RE: Resource Governor

    SQL Server 2008 provides Resource Governor, a feature than you can use to manage SQL Server workload and system resource consumption. Resource Governor enables you to specify limits on the...

  • RE: Encryption

    In SQL Server 2005, column-level (sometimes called cell-level) encryption became available. Now, encryption could occur within the database, but it was not easy to use, offered poor performance, and it...

  • RE: Answers to Your QOD

    and then from all users try to post questions with wrong answers ..then who was responsible for this kind ...

  • RE: Answers to Your QOD

    The Responsibility is more on the Question Posted by the user....he has full responsible for all this.....

  • RE: Database restore commands

    Normally there are 3 types while performing restoration,

    1.Leave the database ready to use by rolling back the uncommitted transactions. Additional transaction logs cannot be restored. (RESTORE WITH ----)

    2.Leave...

  • RE: Policy-Based Management: Policy Creation

    YAA STARTED WITH NICE QUESTION AND LEARNED MORE SQL 2008..!

  • RE: What's the count?

    Nice Question ....Today i learned this from Central...Good Question

Viewing 15 posts - 91 through 105 (of 120 total)