Viewing 15 posts - 31 through 45 (of 97 total)
You have a lot of the cache allocated to ad hoc statements?
Have you identified these and suggested making them stored proc's at least?
I think the number will fluctuate as long...
November 19, 2015 at 5:28 am
You might need to see what is being allocated to the different plans. adhoc plans, procedures etc.
Baseline the results and see where they fluctuate. You can then see what is...
November 19, 2015 at 12:11 am
Hey,
What collation are you using?
If you want the query to be accent insensitive, you might have you use a collation hint on your comparison:
eg:
SELECT *
FROM Venue
WHERE
Name...
November 18, 2015 at 11:03 pm
MERGE is good, but difficult to manage with key conflicts etc.
You may have to redesign your identity ranges on each table, or put a method together on how you are...
November 17, 2015 at 11:58 pm
Another link you may want to consider looking through:
This shows you how to configure the backup job correctly, making use of the build in stored procedures that ship with BizTalk,...
November 16, 2015 at 2:16 am
David Rich (11/13/2015)
November 16, 2015 at 2:10 am
tauseef.jan (11/13/2015)
Around 2 weeks back, we had an outage on this server. and it was decided that the storage on the E:\ drive needs...
November 13, 2015 at 6:39 am
I think the benefit would be to use the in-memory tables as a landing table, for ETL loads etc... left in schema mode only.
If you set the table to be...
November 11, 2015 at 2:13 am
Nope, unless you need the backups for something else i.e. rollback to a previous SQL version you may have migrated from, or to do the initialization again from the same...
November 11, 2015 at 2:11 am
What are the wait types for all the SPIDS?
November 10, 2015 at 2:43 am
What about SQL operators, SQL Alerts?
Are there any scheduled tasks on the Windows OS?
Windows Security... AD groups in different containers? Local Admin, power Users etc
SQL Trace flags that are enabled...
November 9, 2015 at 11:26 pm
daniel.hughes 66721 (11/6/2015)
November 9, 2015 at 5:55 am
Hey,
How often are you collecting the stats?
November 9, 2015 at 2:08 am
put this in your config file
QUIET="True"
November 6, 2015 at 5:18 am
Viewing 15 posts - 31 through 45 (of 97 total)