Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)

  • Reply To: MSAccess to SQLServer Query Conversion

    Hi SSC Guru,

    I haven't get any answers yet.Can you please help on this?

     

  • Reply To: Backup & Restore

    Can't we restore the DB using "Tasks->Restore->Files and Filegroups" option? I was following below steps.

    1)      Created a new database

    2)      Navigate to Tasks->Restore->Files and Filegroups

    3)      In “General” tab,

    a.       I gave the...

  • Reply To: Backup & Restore

    Can you please explain the GUI box (caption) you are referring in second tab?

    • This reply was modified 4 years, 7 months ago by  Whizkid. Reason: typo
  • Reply To: Backup & Restore

    I'm able to achieve through below SQL Query. How do I do this in SQL Server Management Studio Wizard?

    --Create TestDB1
    CREATE DATABASE TestDB1;
    GO

    --Create TestDB2
    CREATE DATABASE TestDB2;
    GO

    --Backup of TestDB1
    BACKUP...
  • RE: How to remove Scripting variables not defined in sqlcmd

    No, I'm just passing arguments by using -v inputvar1="abc" inputvar2="xyz".

    Here, user may pass argument called "inputvar3". If user fails to enter "inputvar3" then it's printing the message like 'inputvar3' scripting...

  • RE: How to remove Scripting variables not defined in sqlcmd

    Can anyone help me on this?

  • RE: No folders available under DB

    No, the files were not moved. I was re-attached the MDF & LDF files from the actual location. And I believe the permission of the files were not changed because...

  • RE: No folders available under DB

    Thanks for your reply.I have many databases in my server and all the DB MDF & LDF files pointed to the same drive (E:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\). If there was...

  • RE: No folders available under DB

    Everything fixed now using the MDF & LDF files.Is there any way to find what was happened before this db suspect?

    Thx.

  • RE: No folders available under DB

    Database State:

    ----------------

    I don't know the database state since I didn't check the database state before re-attaching the database.

    Errors in Error log:

    --------------------

    I went ahead the erorr log and found the following...

  • RE: No folders available under DB

    I was re-attached the database using their MDF file. I want to know the reason why this was happened? On what cause the problem?

    Thx.

  • RE: Stord proc Execute result

    I have a Database trigger and it throws the above said message. Just now I updated the NOCOUNT value is ON and got the right message. Thanks for your earliest...

  • RE: Stord proc Execute result

    alter PROCEDURE test

    AS

    BEGIN

    -- SET NOCOUNT ON added to prevent extra result sets from

    -- interfering with SELECT statements.

    SET NOCOUNT ON;

    select 1

    END

    go

  • RE: Stord proc Execute result

    No, we don't have any trigger

Viewing 14 posts - 1 through 14 (of 14 total)