Forum Replies Created

Viewing 15 posts - 331 through 345 (of 695 total)

  • RE: Dts.Variables not recognized inside Script Task?

    Set BreakPoints in your C# Script Editor, and verify the values in your variables. Step thru the code this way to troubleshoot issues like this. You can hover the mouse...

  • RE: Log Shipping

    That is exactly what I am experiencing. I have stopped the full backup of the Primary. We back that Db up to keep a copy.

    I was just reading about Copy_Only...

  • RE: Log Shipping

    HI George

    Yes, in a way. My LSN numbers are getting out of sync when the restore process tries to restore a log file that was just deleted.

    I cannot figure out...

  • RE: Log Shipping Delete Old Files Process

    Hey George

    I have had to code the restore process by hand. It is sitting behind a DMZ. I did leave the backup process in the Log Shipping statement.

    The primary database...

  • RE: BreakPoint in SSMS

    Yes, but it only works with SQL 2008.

    There is good info in the SQL Books Online as well. Read the BOL to figure out how to setup the respective environments.

    Just...

  • RE: MSSQL equivalent for MYSQL

    I am only saying that :

    Very few people on here would know MySQL. Hence the name of this site. "SQLServer"

    The syntax is totally different.

    I could just as easily go online...

  • RE: MSSQL equivalent for MYSQL

    I suggest that you read the MySQL documentation. Because if you do not know what the code is doing, how would you expect someone here to know, or to be...

  • RE: MSSQL equivalent for MYSQL

    What are you actually wanting the alter statement to do? Change the name of the column? Change the default value? what????

    Andrew SQLDBA

  • RE: This is SSC related actually

    LOL

    It takes effect immediately after leaving the page.

    That is funny though.

    The picture shows how I really feel at times 🙂

    Andrew SQLDBA

  • RE: This is SSC related actually

    Thanks Lowell

    I now have one.

    Andrew SQLDBA

  • RE: Script to Delete Orphan Users in the database

    Thank You, but Sorry

    The Upper Management said no using PS. They only want t-sql, so that anyone can come in behind me and be able to modify the code.

    Thanks anyway

    Andrew...

  • RE: Permissions Conundrum

    Use a stored procedure that will Delete certain rows, depending on the criteria. You give the group execute only to the sproc.

    Why not do that with a SSIS package? That...

  • RE: Permissions Conundrum

    This does not even make sense

    We need to allow users to CREATE tables within this schema, and allow them to delete database from within tables, but not allow them to...

  • RE: File System Task is Giving Access denied Error

    Yes, currently the delete task is now the only task in the package.

    I have scheduled the package, and it is still give the same error.

    I am going to move the...

  • RE: File System Task is Giving Access denied Error

    No, I am the only one using this box. I just copied the files there. The FileInfo class does not lock the files in any way.

    I am using a File...

Viewing 15 posts - 331 through 345 (of 695 total)