Viewing 15 posts - 136 through 150 (of 280 total)
WRACK (2/19/2012)
Perry Whittle (2/19/2012)
WRACK (2/19/2012)
but it does a lot more than just Reindexing.Exactly what does it do?
* Sets some database to Simple Recovery Model
* Sets AUTO UPDATE STATISTICS on some...
February 19, 2012 at 7:29 pm
per BOL page on sys.all_columns:
Maximum length (in bytes) of the column.
2 bytes = 1 NCHAR
200 bytes = 100 NCHAR's
January 27, 2012 at 12:36 am
I'm not sure of your issue, do *some* client connections timeout or do *all* client connections timeout when on the troublesome node?
What does
select @@version
return on each node?...
January 27, 2012 at 12:27 am
Soren Nielsen (1/4/2012)
I'm looking for some feed back in regards to the below mentioned challenges. In our organisation we have over the last 5 years mainly done scale up,...
January 27, 2012 at 12:01 am
I believe you're looking for a "Table Valued Function"
Select
i.item,
i.warehouse,
f.openOrders,
f.openPurchases
from...
January 26, 2012 at 11:03 pm
task manager lies (maybe resource monitor does as well)
check the sql server perfmon counters for memory allocation or use process explorer from the sysinternals suite (procexp.exe) to gain a better...
December 27, 2011 at 10:20 am
Trial and error.
The lower the fill factor, the slower the index will fragment but larger the index will be.
what percentage of new data is added on a weekly...
December 27, 2011 at 10:11 am
Are you doing individual insert statements, or a bulk copy?
December 16, 2011 at 1:46 pm
itsamarnath (12/13/2011)
2011-12-11 03:27:34.15 Server All schedulers on Node 0 appear deadlocked due to...
December 13, 2011 at 11:10 pm
So, every other day you alternate between adding to the same backup file and creating a new one? i.e. 200GB, 400GB, (delete), 200GB, 400GB?
Am I missing something?
December 10, 2011 at 1:09 am
Just to clarify what you're asking:
You have a database that you wish to have copies of on multiple other servers. These copies need to always be available for querying (select...
December 10, 2011 at 1:03 am
This is the least flexible way to do it:
case month when 1 then 'January'
when 2 then 'February'
when 3 then 'March' --etc
end MonthName
December 10, 2011 at 12:48 am
You'll need strong SQL querying skills if you want to get into a Database postion (analyst, devloper, dba, etc). The stronger the better. You can find...
December 10, 2011 at 12:42 am
Greg Edwards-268690 (12/9/2011)
bruce.l.pettus (12/9/2011)
To...
December 9, 2011 at 4:48 pm
Hey Kenneth,
Thanks for your reply. I apologize if my original post seemed harsh, I've fought some extremely frustrating battles with kerberos in the past and want others to avoid...
December 9, 2011 at 4:10 pm
Viewing 15 posts - 136 through 150 (of 280 total)