Forum Replies Created

Viewing 15 posts - 1 through 15 (of 45 total)

  • RE: MSSQL | Need a script to validate the DB objects before & after migration

    I am looking for the script as there is a security concern of running any tool except TSQL script. Could you please help me getting it.

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: MSSQL | Need a script to validate the DB objects before & after migration

    We cannot use powershell too. It would be good to have a script in TSQL itself.

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: Manual UnInstall for SQL Server 2008 R2 standard edition

    After uninstalling with the uninstall option, just delete all the SQl folders from the drives & then go to the registry -->HKEY_Localmachine & delete any entries related to SQL server...

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: Problem in DB mail.

    Make sure the smtp port is open & you have proper permission to the exchange server

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: Where can i get a sample database for SQL Server 2008 R2?

    Just try locating the mdf file & it will automatically pick the log file.

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: security of audit.

    If you have added triggers you can check all that.

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: Change IP address on prduction server

    hi,

    You need to add the IP address details in all the sections during configurations whereever you find the IP field. Also if you are using dynamic/static port also you need...

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: Restarting the SQL Agent

    not required to restart the sql agent for such job changes.

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: data transfer

    Make sure you have similar columns & data type defined in both DBs

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: Connection Issue

    Make sure authentication mode is set to Mixed Mode(Windoes & SQL). Else the SQL users will not be able to login.

    Have a nice Day !!!

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: Unable to install SQL Server 2008 Express Edition

    Hi,

    At times you will find that all of the SQl components do not appear under Add/Remove programs. In that case you need to download Windows Clean up Utility, install it...

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: SQL Server installation fails

    Hi ,

    You may need to check if the Microsoft SQL Server folder in Registry has been granted full permissions to the user with which the installation is being carried out....

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: Running SQL script using SQLCMD and export to CSV file

    Hi,

    Also, you can try out using -i D:\SQL\Script1.sql in place of -Q if you are directly calling a script. -i indicates the script file path.

    Have a nice day !

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: Running SQL script using SQLCMD and export to CSV file

    Hi,

    Try this command:

    sqlcmd -Sservername -d myDB -E -Q "select col1, col2, col3 from SomeTable" -o "MyData.csv" -h-1 -s"," -w 700

    -h-1 removes column name headers from the result

    -s"," sets the column...

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: SSIS 2005 - Skip first few rows from excel sheet & Import Data to SQL DB

    Thanks Jack.

    But I am not getting on what code/expression to use within script task . If you could help me it would be great. I have no idea of SSIS...

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

Viewing 15 posts - 1 through 15 (of 45 total)