Viewing 15 posts - 16 through 30 (of 229 total)
Yes sir!! During the night, I thought about writing a query within TFS and see if I can pull out all the info I have on deployments....see if I...
January 25, 2013 at 10:36 am
You are on the money!! We have lowside and highside servers. We have database code and app code. We have modules for db/app. He wants to...
January 24, 2013 at 4:46 pm
Thank you Randy!!!!! Especially for your SPEEDY reply!!
November 13, 2012 at 10:41 pm
What was your fix on this?? I have a build server that is schema only. I just tried to back it up and got a message that...
October 3, 2012 at 3:36 pm
Thank you Dan!! Off I go to read.....
August 9, 2012 at 2:38 pm
I can hear the gears turning!!!!
August 8, 2012 at 10:34 am
Me as well Perry, I re-read what you told me. I just didn't get the MANUALLY MOVE/DELETE part...I was thinking this script would do it for me! My...
August 8, 2012 at 9:43 am
OK...breaking down the script into sections worked. I modified the name, took DB offline, changed path of the files, moved the files, brought DB back online, checked for proper...
August 8, 2012 at 9:11 am
Gotcha!! Ok, that is next!! Revamp code again, re run and move files.....CHECK!!
Thank you Lynn!!
August 7, 2012 at 4:51 pm
OK Lynn, restored all back to original....and the database opens fine!!
August 7, 2012 at 4:41 pm
Lynn....no, I haven't manually moved the files. I was hoping to be able to do it by script, as it has to be done on several servers. I...
August 7, 2012 at 4:37 pm
ALTER DATABASE MyDB MODIFY FILE (NAME = PrimaryData, NEWNAME = MyDB );
ALTER DATABASE MyDB MODIFY FILE (NAME = PrimaryData_log, NEWNAME = MyDB _log);
GO
ALTER DATABASE MyDB SET OFFLINE;
GO
-- Physically...
August 7, 2012 at 4:25 pm
Thank you for the suggestion. I will switch things up and hit it again. Yes, the F: drive is where all my data files are, it is those...
August 7, 2012 at 4:14 pm
OOPS!! Obviously didn't look at the date. You are correct.....
December 8, 2011 at 8:55 am
Greengiant....is there some special knowledge I need to move data from a table in a db to an xls?? I get conversion errors and it won't work. Can't...
December 7, 2011 at 3:59 pm
Viewing 15 posts - 16 through 30 (of 229 total)