Viewing 15 posts - 1,246 through 1,260 (of 3,061 total)
Stefan Krzywicki (12/30/2010)
December 30, 2010 at 11:23 am
aaa-322853 (12/30/2010)
Typically when you have a type 2 you would identify this by comparing to you current record, in your case Version...
December 30, 2010 at 11:17 am
chaudharyabhijit (12/30/2010)
This is what i am doing so far:
1. Rebuild...
December 30, 2010 at 10:56 am
LutzM (12/30/2010)
I strongly recommend to normalize your tables. The sooner the better. Normalization is the key for flexibility, I'd say.
Building on Lutz's comment I'll say you cannot pull a database...
December 30, 2010 at 10:52 am
miss.delinda (12/28/2010)
Could not find server 'MAFC-SVR1\NAV1' in sys.servers. Verify that the correct server name was specified. If necessary, execute the stored procedure sp_addlinkedserver to add the server...
December 30, 2010 at 10:41 am
aaa-322853 (12/30/2010)
You don't mention a "IsRowCurrent" field however, do you derive this...
December 30, 2010 at 7:27 am
Core6430 (12/29/2010)
Just to clarify... I've just stepped into this project recently. I wasn't there when they designed it or started developing it.
If you ran into a design like this,...
December 30, 2010 at 7:10 am
Even empty tables may be in use - they can either be staging or temporary tables truncated after each run; on the other hand I've seen populated tables go deprecated...
December 29, 2010 at 1:51 pm
Partitions are switched one at a time.
Index-paritions are switched alongside table-partitions - that's why we want them to be table-aligned.
Time to test, don't you think so? 🙂
December 29, 2010 at 12:33 pm
dbursey (12/29/2010)
December 29, 2010 at 11:58 am
MTY-1082557 (12/29/2010)
December 29, 2010 at 11:54 am
jeelanik (12/29/2010)
An index that follows the partitioning strategy of the base partitioned table e.g. same partitioning schema and partitioning column - nothing more, nothing less.
By saying...
December 29, 2010 at 11:46 am
dbursey (12/29/2010)
December 29, 2010 at 11:23 am
jeelanik (12/29/2010)
What exactly is table aligned index?
An index that follows the partitioning strategy of the base partitioned table e.g. same partitioning schema and partitioning column - nothing more, nothing less.
December 29, 2010 at 11:14 am
ami.shah (12/29/2010)
I have 2 different database (A and B) in a sql server 2008. Databse A has around 100
tables out of which i want to synchronize 15 tables from...
December 29, 2010 at 11:10 am
Viewing 15 posts - 1,246 through 1,260 (of 3,061 total)