Viewing 15 posts - 406 through 420 (of 928 total)
I'd be inclined to ask those that insisted on a 'loop' for an explanation of what they mean. An example from them would be even better.
May 12, 2015 at 3:32 am
A place I used to work at had user-defined tables within the database, so users could expand the reporting beyond what was supplied as a default. So I've encountered the...
May 12, 2015 at 2:31 am
Choosing Server type: Database Engine with the Server name default value "(local)" I can't get anywhere.
Don't worry about asking simple questions - we all ask questions at some point...
May 1, 2015 at 4:49 am
muthyala_51 (4/29/2015)
April 29, 2015 at 9:30 am
muthyala_51 (4/22/2015)
BrainDonor (4/20/2015)
April 24, 2015 at 8:17 am
We have three environments for Dev/Test/QA before anything hits Live.
Another DBA reviews all SQL code by the time it is in QA and it isn't given final approval for a...
April 24, 2015 at 1:43 am
Gianluca is correct (not that anybody should doubt that!), so for such situations here we have scripts ready that will remove Replication and set it up again with the new...
April 20, 2015 at 4:33 am
Because Replication only copies data from individual tables (each article is effectively a table) the Subscriber can have additional tables that Replication has no knowledge of.
We have Subscribers here that...
April 15, 2015 at 1:34 am
We have a couple of tables here where we create new partitions like that, but I haven't had to play with them yet.
One thing you may need to watch when...
April 2, 2015 at 5:22 am
Recently I had to change the partition schemes for several large tables (replicated too, just to add to the fun), so have done some of the things you'll probably have...
April 2, 2015 at 4:13 am
The Primary Key has to have the PartitionID column within it, as you've discovered.
I don't understand why you need to drop any Foreign Keys before the Partition Switch, or are...
April 2, 2015 at 1:10 am
It's OK - it took a while for me to understand it too - hence the blog article. I had to write it all out to understand it and see...
April 1, 2015 at 9:08 am
Matthew Darwin (4/1/2015)
April 1, 2015 at 7:17 am
Matthew Darwin (4/1/2015)
However, I...
April 1, 2015 at 6:35 am
We remove multi-million rows after a variety of time-periods on several systems using partitioning.
It isn't an easy thing to create for an existing system that already contains a lot of...
March 30, 2015 at 5:31 am
Viewing 15 posts - 406 through 420 (of 928 total)