Viewing 8 posts - 1 through 8 (of 8 total)
Add the service account of the SQL Server DB Engine to the network share where the backup is located. Grant the access rights to the account. Try recover...
February 11, 2010 at 4:32 pm
You will notice that the second approach is faster when you are running this query for selecting a larger recordset.
Thanks
Suresh Ramamurthy
September 9, 2009 at 4:45 am
It's possible that your team lead merged the existing partitions and dropped some file groups / or shrunk the datafile after merging.
Thanks
Suresh Ramamurthy
September 9, 2009 at 4:43 am
Use the combination of sp_add_job_step and @command option with dynamic SQL. Have provisions for creating and dropping them(job steps) at runtime. It will be possible.
Thanks
Suresh Ramamurthy
September 8, 2009 at 5:13 am
Basically any index with fillfactor 0 or 100 makes no difference. In such case every new record insert will create a new page. Ideal is to have values...
September 8, 2009 at 4:13 am
Please check the values in RSReportServer.config for
the specific entries are the MaximumMemoryLimit setting and the MemoryLimit setting in the tag.
Also, check the machine.config for values in .
These settings play...
September 8, 2009 at 4:00 am
AWE is mainly to enable SQL Server to use memory beyond 4GB in 32 bit systems(OS). If the OS is of 64 bit one, AWE has no effect.
Moving to...
September 8, 2009 at 3:13 am
Did u use DBCC UPDATEUSAGE before running sp_spaceused or atleast used the @updateusage option?
September 8, 2009 at 3:02 am
Viewing 8 posts - 1 through 8 (of 8 total)