Viewing 15 posts - 331 through 345 (of 695 total)
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...
September 23, 2010 at 4:00 pm
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...
September 20, 2010 at 2:52 pm
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...
September 20, 2010 at 12:58 pm
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...
September 20, 2010 at 12:53 pm
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...
September 9, 2010 at 12:36 pm
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...
September 9, 2010 at 9:30 am
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...
September 9, 2010 at 9:20 am
What are you actually wanting the alter statement to do? Change the name of the column? Change the default value? what????
Andrew SQLDBA
September 9, 2010 at 8:55 am
LOL
It takes effect immediately after leaving the page.
That is funny though.
The picture shows how I really feel at times 🙂
Andrew SQLDBA
September 8, 2010 at 12:33 pm
Thanks Lowell
I now have one.
Andrew SQLDBA
September 8, 2010 at 12:14 pm
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...
September 7, 2010 at 12:39 pm
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...
September 1, 2010 at 3:15 pm
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...
September 1, 2010 at 12:30 pm
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...
September 1, 2010 at 10:05 am
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...
September 1, 2010 at 9:09 am
Viewing 15 posts - 331 through 345 (of 695 total)