Forum Replies Created

Viewing 15 posts - 31 through 45 (of 237 total)

  • RE: My log file became not available and the database went into Recovery Pending mode

    I have just had this issue where the database decided it would take its self into a "unavailable" state, after freeing up enough space on the LOG drive the database...

  • RE: smDEX_Build_Locks

    microsoft dynamics related - i am currently trying to figure out where they came from and came across this thread, thought i would update it for future use.

  • RE: Code works through SQL but not SSIS

    I have permission.. and I'm running the package via Visual studio trying to get it working, thats why I specified that I have permission.

  • RE: Code works through SQL but not SSIS

    Hi, I have SA on every SQL instance and Local admin on each box so permissions won't be an issue.

  • RE: In which book is log shipping .wrk files mentioned?

    coolchaitu (7/23/2015)


    I have read the MCTS book, Books Online but did not find mention of .wrk files anywhere. Could you please let me know in which book this is covered.Interviewers...

  • RE: backup a table

    if it is just data, no idexes etc

    select * into newtable from oldtable

    you can use generate scripts via the GUI to script out the table and objects if required.

  • RE: Max DB Size for SQL Server Express

    Awful question..

  • RE: Trying to connect to SQL2012 from VS2010

    Yeah why not, just remember to change your connection manager in your package to point to the live database not the dev.

  • RE: SSIS bug?!

    Thanks for the reply, but this works fine for all of my other processing which connects to SQL 2005, SQL 2008 and SQL 2012 with the same method and connection...

  • RE: SSIS bug?!

    OLEDB - Data Source=Server;Initial Catalog=master;Provider=SQLNCLI11.1;Integrated Security=SSPI;Auto Translate=False;

    ADO.net - Data Source=Server;Initial Catalog=master;Integrated Security=SSPI;

  • RE: login failure for non existing login

    just because the login does not exist does not mean people / an application won't be trying to log in using it..

  • RE: SSIS bug?!

    Hi .

    I am not sure what you mean by "running the connection string manually"

    I dynamically pass the connection strings through variables from a SQL table.. but thats not the issue....

  • RE: SQL Server Agent - No history recs being written

    Right click SQL agent

    Properties

    History click remove agent history and set it to a suitable time.

    You may have 'limit size of job history log' set to a low figure

  • RE: New Environment Build

    If you have an active and passive node, only the active node needs to be licensed for SQL as only one node will be used at a time.

    But if you...

  • RE: SSIS bug?!

    anyone got experience with this?

    Or is it just due to changes with the OLEDB connection managers from SQL 2008 - SQL 2012

Viewing 15 posts - 31 through 45 (of 237 total)