Viewing 15 posts - 571 through 585 (of 860 total)
amarnath_sk (3/16/2009)
Hi,Can any one suggest me what things i have to consider while moving database from development environment to production.
in advance thank you.
Well, Stress analysis, Performance baseline and Orphan users...
March 16, 2009 at 2:27 pm
Good advise above, but above all this it is always a good practice to create a baseline of your workload , later you can compare the monitoring activity with this...
March 16, 2009 at 1:59 pm
Ratheesh.K.Nair (3/16/2009)
I got the error
Msg 911, Level 16, State 1, Line 1
Could not locate entry in sysdatabases for database 'Templog'. No entry found with that name. Make sure that...
March 16, 2009 at 1:47 pm
callum.bundy (3/16/2009)
Changed all my plans, dropped re-index and shrink so I will check how many GB of change there is on the weekend
Thanks...
March 16, 2009 at 1:16 pm
CrazyDBA (3/11/2009)
March 11, 2009 at 11:02 am
Mike Levan (3/11/2009)
select @servername it gives me REVDEV\REVDEV
Your "computername"/"instancename"
March 11, 2009 at 9:41 am
Which SQL server edition are you using? Right click on SSMS on the database and you can see the "size" and "spaceavailable". If you still have disk space available increase...
March 11, 2009 at 9:38 am
Steve Jones - Editor (3/11/2009)
http://msdn.microsoft.com/en-us/library/ms187329.aspxYou can include 1..n trace flags with DBCC TRACEON
OP was wanting solution at the startup steve:)
March 11, 2009 at 8:41 am
NateT (3/11/2009)
I'm trying to troubleshoot some deadlock issues and that is when I saw that comment.
My apologies, but I was trying to give more insight into your troubleshoot just...
March 11, 2009 at 8:29 am
ishaan99 (3/10/2009)
The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for...
March 11, 2009 at 8:22 am
NateT (3/11/2009)
I'm trying...
March 11, 2009 at 8:11 am
karthikeyan (3/11/2009)
ALTER DATABASE [Sales] REMOVE FILE [INDEXES]ALTER DATABASE [Sales] REMOVE FILEGROUP [INDEXES]
Both are not working....
Thanks,
Did you check whether these files exist at all? it should be a minor...
March 11, 2009 at 6:18 am
Eswin (3/11/2009)
can anyone tell me what is the object "spt_fallback_db"
when i ran a select query its not stop executing
i found a couple of shared locks on the...
March 11, 2009 at 6:02 am
karthikeyan (3/11/2009)
Server: Msg 5009, Level 16, State 3, Line 1
ALTER DATABASE failed. Some disk names...
March 11, 2009 at 5:38 am
Yep, that's true sorry did not mention it.
March 11, 2009 at 5:28 am
Viewing 15 posts - 571 through 585 (of 860 total)