Viewing 15 posts - 1,261 through 1,275 (of 1,291 total)
You need not create any file groups in the database2, I guess you are trying to overwrite the existing Database2.
October 20, 2009 at 9:59 am
Then it must be the case that you do not have the required permissions on the Database
October 20, 2009 at 9:36 am
The msdb.dbo.restorehistory Table has the info regarding the restorations done on that SQL Instance, check that out.
October 20, 2009 at 7:42 am
If you have 2 Files and if both of them are in the same filegroup, then shrinking the 201 MB File and emptying it is the option to go.
USE [DatabaseName]
GO
DBCC...
October 20, 2009 at 6:58 am
Partial restoration of the Databases can be possible only using File group backups but not using Full backups, you cannot restore only desired part of a Full backup.
October 19, 2009 at 7:59 pm
Very interesting question...
Well, according to my knowledge, SQL Server uses round robin procedure. When you try to insert the data into a table, it would use the 1st datafile until...
October 19, 2009 at 7:53 pm
I feel there should not be any problems that arise if you empty the third datafile and delete it.
October 19, 2009 at 7:37 pm
I understand the situation but would like to know how often are you planning to move the data from onsite to offsite.
We have a larger size of databases and doing...
October 19, 2009 at 6:50 pm
I wonder that you could add another data file with the same logical name as an existing one.
I remember SQL Server does not allow to do it ( I...
October 19, 2009 at 6:33 pm
I think you better send the table create Scripts for the Tables that you are talking,
which would be more easier to understand.
October 19, 2009 at 6:23 pm
Is it possible fragmented indexes can cause a noticeable decrease in DB performance?
Yes,
Merely having Indexes will not keep the system at high performance, with the increase in the data...
October 19, 2009 at 2:51 pm
Use Pivot table Functionality
October 19, 2009 at 2:42 pm
The Installation of SQL 2005 will work on a Server which has SQL 2000 the vice versa is not possible. (2000 on a Server with 2005)
I have done it a...
October 19, 2009 at 2:39 pm
Yes,
If you intend to use Database Engine only ( Not SSAS or SSRS) then install the SQL Database Engine not selecting the Client tools, workstation components and Development Tools.
And...
October 19, 2009 at 12:43 pm
Viewing 15 posts - 1,261 through 1,275 (of 1,291 total)