Viewing 7 posts - 1 through 7 (of 7 total)
Thank you for the link to the article Gila. That worked.
November 23, 2015 at 11:38 am
Unfortunately, I can't SQL Server to start now.
November 23, 2015 at 8:53 am
When I attempted to move the temp db I used the following statement.
use master
go
Alter database tempdb modify file (name = tempdb, filename = 'E:\MSSQL\DATA\tempdb.mdf')
go
Alter database tempdb modify file (name =...
November 23, 2015 at 7:48 am
This is from the log. I've tried to give full control to every account I can think of. The file path is correct.
Error: 5123, Severity: 16, State: 1.
2015-11-23 08:43:31.74...
November 23, 2015 at 7:06 am
Thank you so much for replying. I'm sorry but like I said I'm a DBA Newbie. Kind of thrown in the fire by my company who went from a MS...
March 8, 2011 at 3:09 pm
I hadn't tried anything. I'm so new to SQL that I didn't know where to start. Thank you for pointing me in the right direction. I do apologize for the...
February 6, 2011 at 2:00 pm
Thanks! I'll check out Books Online. The user will be creating and saving their own queries. Thanks Again!
December 21, 2009 at 12:54 pm
Viewing 7 posts - 1 through 7 (of 7 total)