Viewing 15 posts - 2,731 through 2,745 (of 4,745 total)
matt stockham (3/31/2010)
fyi, compression is allowed in 2008R2 Standard Edition.
which perhaps partly accounts for why it costs 25% more 🙂
March 31, 2010 at 3:55 pm
The best way to rename a file is to offline the database, use alter database modify file to amend the file path in sys.master_files, physically rename the file to match,...
March 31, 2010 at 3:32 pm
does that file actually exist?
is this message occuring on startup during the database recovery phase?
March 31, 2010 at 3:27 pm
as you say you are a new user........
your system database files are not necessarily in the same location as your user databases.
what does the query
select type_desc, physical_name from master.sys.master_files...
March 31, 2010 at 12:30 pm
then personally this is a non-problem I would not waste time trying to fix. I would provide EM to administer this instance.
March 31, 2010 at 12:19 pm
kiran-597331 (3/31/2010)
Yes, they are connecting remotely. and Enterprise manager is working fine but when they use SSMS trowing error.
then I highly recommend you use SQL2000 tools to administer SQL2000 instances,...
March 31, 2010 at 10:19 am
are they connecting remotely and what version are the client tools if they are.
does it work if they use enterprise manager rather than SSMS?
March 31, 2010 at 9:51 am
GSquared (3/31/2010)
GilaMonster (3/30/2010)
CirquedeSQLeil (3/30/2010)
Those don't grate on me nearly as much as changing my name.i.e.
Thanks Jase
You're complaining?
You know how many ways there are to misspell either a 4-letter name...
March 31, 2010 at 6:20 am
Asking about SQL server internals in an interview seems over the top, I think the answer that one works at the transaction log backup level and the other at individual...
March 30, 2010 at 10:58 am
Paul White NZ (3/30/2010)
Define 'developer'...:-P
people what code but can't restore databases! :-):-D;-)
March 30, 2010 at 8:17 am
you can do that either through the reports web page or via SSMS, its just a matter of adding them to the correct Role.
March 30, 2010 at 7:21 am
when setting up RS on the failover server you should have done all the configuration steps exactly as on the primary server, including creating RS databases, did you do that?
The...
March 30, 2010 at 7:19 am
Apologies Ron, reading my post back I realise it sounds a bit brusque, which I did not intend.
I should have just said my code was SQL2005 compatible.
March 30, 2010 at 6:39 am
presuming this is SQL2005 the above will not work in SQL2005.
As this is a one off exercise you can reverse engineer the SQL and run the results -- AFTER EDITING...
March 29, 2010 at 3:01 pm
Viewing 15 posts - 2,731 through 2,745 (of 4,745 total)