Viewing 15 posts - 10,006 through 10,020 (of 49,571 total)
Does a file named "Sample" (with no extensions) exist in the folder "D:\BEM_Source\"?
Does the SQL Server service account have permission to that folder?
February 17, 2014 at 3:20 am
In step 7 you need to run the restore WITH NORECOVERY. That leaves the DB nonoperational and able to restore additional backups (differential or log). If you run the restore...
February 17, 2014 at 3:17 am
As quoted from someone's sig:
"Write the query the simplest way. If through testing it becomes clear that the performance is inadequate, consider alternative query forms."
February 14, 2014 at 1:56 pm
Matt Crowley (2/14/2014)
February 14, 2014 at 1:55 pm
pooyan_pdm (2/14/2014)
February 14, 2014 at 1:52 pm
TheGreenShepherd (2/14/2014)
Unfortunately, this is a project still in the design phase, so it's not like we're trying to address an existing performance problem or anything.
So premature optimisation in other...
February 14, 2014 at 12:48 pm
Matt Crowley (2/14/2014)
February 14, 2014 at 12:42 pm
pooyan_pdm (2/14/2014)
1-checkpoints
2-transactions getting committed
...
February 14, 2014 at 12:29 pm
Set up a test environment, test both multiple times (run each at least 10 times, more is better), analyse results, conclude.
February 14, 2014 at 12:25 pm
Can you monitor execution plans (via extended events), get a plan from a fast execution and a plan from a slow execution?
Can you monitor/record wait stats per query during its...
February 14, 2014 at 6:25 am
Be consistent, be clear, be sensible (my rules for naming standards in general)
February 14, 2014 at 3:31 am
MyDoggieJessie (2/13/2014)
To answer your question, simple take a full backup on the current server, then restore it to the new server. Done.
A database in StandBy cannot be backed up. Hence...
February 14, 2014 at 1:01 am
Why is the subquery a problem?
It can be written without it, but probably won't change how the query executes.
February 14, 2014 at 12:59 am
Compact and repair database is an MS Access feature, not a SQL Server one. It works on Access databases.
Can you be a little clearer about what you have (SQL Server...
February 13, 2014 at 12:06 pm
Viewing 15 posts - 10,006 through 10,020 (of 49,571 total)