Viewing 15 posts - 166 through 180 (of 440 total)
ALTER TABLE <name> ALTER COLUMN <name> <type> ...
January 3, 2012 at 3:14 am
I rarely see .NET (or Java for that matter) developers who are good at databases. Most of them tends to lack the set oriented mindset which often is required to...
January 2, 2012 at 12:12 am
Just trying to get the whole view: What scope and type of group is the group that don't work as intended; and: Is the group in the same domain as...
December 31, 2011 at 5:25 pm
You could look for books by Itzik Ben-Gan, or look for his advanced courses.
December 31, 2011 at 1:29 pm
It is much better to update the 20M records, since it is a theoretically correct design 😛
December 31, 2011 at 8:52 am
The time it takes depends on the options specified for update statistics (fullscan/sample), the speed of your IO subsystem, the amount of data to be read. 4 hours is indeed...
December 31, 2011 at 8:47 am
Og no changes are being made to those tables, I would use full factor 100%.
December 31, 2011 at 6:59 am
ESAT ERKEC (12/31/2011)
I have a lot of indexes i want to learn if I need shirink fill factor 80 to 95 to use data space...
You can rebuild the inexes...
December 31, 2011 at 3:01 am
Please have a look at "Concatenating Row Values in Transact-SQL" in my signature.
December 30, 2011 at 3:21 pm
A good place to start would be to look at the average row size in the leaf level (level 0) of the row size. This can be determined from sys.dm_db_index_physical_stats....
December 28, 2011 at 7:17 am
No offense intended: Let me Google that for you.
December 28, 2011 at 7:02 am
Disadvantage: More load (size and activity) on TempDB.
December 27, 2011 at 4:25 pm
You can always use the same licensing as for physical servers on virtual ones, so if you use a HA technology which does not require a license on the passive/secondary...
December 27, 2011 at 3:16 am
Is SQL Server 2005 installed on the server? Please have a look at the following thread, it may be what you need.
December 26, 2011 at 4:16 am
Viewing 15 posts - 166 through 180 (of 440 total)