Viewing 15 posts - 31 through 45 (of 170 total)
80 compatibility can exists on 2008 also. but unless you change the compatibility to 2008 you can not take advantage of new features of 2008.
April 21, 2010 at 12:34 am
You can add more files to the file group. Files should be on different drive space. you can shrink the file to empty the file. this will move the data...
April 21, 2010 at 12:34 am
You need to identify the procedure(s) which are running slow and the reason for that. Just creating view will not help.
There could be many other ways to address the issue....
April 20, 2010 at 7:51 am
may be you are not passing correct number of required parameters while executing the procedure.
April 20, 2010 at 7:39 am
yes, file shrink is manual operation.
Recommend you to split the single update statment into multiple by adding appropriate where clause.
April 19, 2010 at 11:55 am
it works fine. not sure why this issue is there at ur end :w00t:
April 15, 2010 at 6:12 am
try to shut down the database using command [not using UI].
try using detach and attach [Not much sure about problems if any]
April 10, 2010 at 11:54 am
for example -
employee and skill many to many relation-
employee
empId [pk]
empName
Skills
skillId [Pk]
SkillName
EmployeeSkills
EmpId[Pk]
SkillId[Pk]
April 10, 2010 at 11:47 am
in any database system many to many relationship can be achieved only using third mapping table.
April 10, 2010 at 11:41 am
shrinking is definiely not recommended. If tempdb requires that much of space and if tempdb have emplty space, it will use it. If tempdb log is small and if any...
April 10, 2010 at 11:37 am
In my opinion - analyze the CPU requirement of each instance and allocate those many CPU's to each instance.
At any point of time if one instance takes all CPU's...
April 10, 2010 at 11:34 am
Cluster is for quick failover for the server. You dont need to worry about logins, DBmail settings, and many other server level settings when you have cluster because it shares...
April 10, 2010 at 11:28 am
maintenance plan just helps you to schedule the backups along with other maintenance activities. I dont see any harm if u use maintenance plan for backing up transaction log. I...
April 10, 2010 at 11:14 am
I dont think the information you are looking for is stored somewhere in the database.
You can set up auditing or DDL triggers to capture this information.
April 8, 2010 at 10:39 pm
Viewing 15 posts - 31 through 45 (of 170 total)