Viewing 15 posts - 4,606 through 4,620 (of 4,744 total)
We also only allow DBAs with sysadmin access to create databases (in prod). My personal standard is to immediately change dbowner to 'sa' after creating the database. Bit of a...
January 2, 2008 at 5:29 am
Kishore, you cannot use restore to move all the .ndf files into one .mdf output file. The restore needs to be on a '1 file in - 1 file out'...
December 28, 2007 at 5:02 am
need to be sensible here. who knows what the DBA might need to do or look at to troubleshoot a problem, so give him/her local admin (on SQL servers only).
Could...
December 28, 2007 at 4:49 am
r u using shrinkfile or shrinkdatabase? only shrinkfile will be able to shrink it to less than its original create size.
use dbcc loginfo(dbname) to check if the last chunk is...
December 27, 2007 at 8:17 am
so when the application developed using 'agile' techniques does not perform, do they blame the database and tell the client DBA to fix it?.........:D
December 19, 2007 at 7:56 am
KayAge (12/19/2007)
thank you Lester Policarpio & philcart. looks like i have to resort to dts to solve my problem here.
well ok, restore method gotta be easier though.
December 19, 2007 at 7:35 am
you want to go from 4 files to 3 files, so use restore database...with move as Phill said to place 4 files on drives you want them. Then use dbcc...
December 19, 2007 at 7:14 am
don't forget you are going to need server wide stuff already setup and ready to go. i.e logins, server roles, ssis , sqlagent jobs.
This can all be done up front...
December 17, 2007 at 9:33 am
Jane, I should point out that SQL 2000 analysis services is not cluster aware. 2005 analysis services is so perhaps you should go straight for that.
the following article expalind how...
December 17, 2007 at 9:27 am
you have deleted from the tables but until you issue a dbcc shrinkfile or shrinkdatabase you will not see a reduction in the size of the database files. Does an...
December 13, 2007 at 6:13 am
26% got this correct. How many of them got this right by luck, not having realised no such thing as middle join?
I am very upset to have missed out on...
December 13, 2007 at 4:49 am
alex mook (12/12/2007)
December 12, 2007 at 9:40 am
yep you can use with standard ed.
December 12, 2007 at 9:25 am
if server is purely for Sql server use of the /3GB switch will give you more headroom.
December 12, 2007 at 4:41 am
log shipping and transactional replication not the same. Log shipping better suited to a Dr solution IMHO, replication more for scale out.
By all means keep msdb backup on failover server...
December 6, 2007 at 9:59 am
Viewing 15 posts - 4,606 through 4,620 (of 4,744 total)