Viewing 15 posts - 181 through 195 (of 258 total)
Awesome!!
That is what I needed to know. I have a script already.
Thanks.
January 1, 2010 at 12:38 pm
Thanks everyone! I appreciate pointing me in the right direction!
Tony
December 17, 2009 at 8:35 pm
Thanks Guys for the help.
I didn't realize how complex the query would be figuring upcoming birthdays.
I found this late night and used it. It worked great.
Thanks again.
SELECT
...
December 3, 2009 at 5:42 pm
Problem solved.
Someone had turned off the maintenance plan and also turned off DTC. This produced a SQL Server log with no database backup and a log full of the...
October 13, 2009 at 8:43 am
I continually am so thankful for this forum.
You were right. I had one variable that was null. I went through each variable and found it. I corrected...
September 29, 2009 at 1:07 pm
Yes, I agree. That is my normal troubleshooting.
I used print (@SQL) to make sure allthe variables get initialized. I can take the output of print (@SQL) and run...
September 29, 2009 at 11:25 am
I've tried both.
With the parentheses:
EXEC @sql
Msg 2812, Level 16, State 62, Line 127
Could not find stored procedure ''.
With the parenteses:
Command(s) completed successfully.
I would like the actual rows returned.
Thanks,
Tony
September 28, 2009 at 3:50 pm
Thanks Steve. This looks like it will be an interesting project.
September 17, 2009 at 4:35 pm
Thanks Steve for helping.
I guess, based on your answser, I am referring to documenting.
My boss said, "Put them all in the same format and load them in our version control...
September 17, 2009 at 1:45 pm
Thank you for your advice!:-D
August 14, 2009 at 8:57 am
Finally was able to get the error message and post it:
Executing the query "BACKUP LOG [Kronos] TO DISK = N'\\\\myserver" failed with the following error: "BACKUP LOG cannot be...
August 13, 2009 at 7:41 am
Wow,
Now that is embarrassing. I said incremental?! This problem is truly driving me crazy. Sorry about that. My manager said, "Find out how to associate the...
August 10, 2009 at 2:48 pm
Hello everyone,
Thanks for the great feedback.
I had a talk with my manager and he let me know that I have to implement some clever scripting. The politics with the...
August 10, 2009 at 1:55 pm
Thanks for that idea.
I am going to test our network throughput and find out the speed of network/backup.
Thanks.
Tony
August 10, 2009 at 9:55 am
Jeffrey,
One of our policies, is that we are supposed to keep the servers "vanilla". So we can't add RoboCopy or some other copy program.
Xcopy is a cmd shell and...
August 10, 2009 at 7:53 am
Viewing 15 posts - 181 through 195 (of 258 total)