Viewing 15 posts - 526 through 540 (of 645 total)
Jonathan Kehayias (5/1/2011)
Jeff Moden (5/1/2011)
Solomon Rutzky (4/30/2011)
Jeff Moden (4/29/2011)
May 1, 2011 at 12:09 pm
Jeff Moden (4/29/2011)
April 30, 2011 at 10:52 am
Jonathan Kehayias (3/22/2010)
Ron Jennings (3/22/2010)
This function is exactly what I was looking for as part of a SQL Server Disaster Recovery solution I'm developing. The only additional thing I would...
April 30, 2011 at 10:47 am
Todd M. Owens (4/27/2011)
April 29, 2011 at 9:14 pm
mar10br0 (4/27/2011)
andrewkane17 (4/27/2011)
you mention having to update views, udf and procs after the table rename, why is this required?andrew
That is because the new table and its constraints, indexes, etc, although...
April 27, 2011 at 10:13 pm
Todd.Everett (4/27/2011)
Great article Solomon.Have you considered using a log apply tool to do the data capture? Would be interested in your feedback on such an option.
Hi Todd. ...
April 27, 2011 at 9:41 pm
ModestyBlaise84 (4/26/2011)
For example, adding a trigger could affect performances and should be planned ahead, tested, released, monitored.
Where does...
April 27, 2011 at 9:23 pm
mar10br0 (4/26/2011)
I do however avoid triggers like the plague in production-code as a principle...I much more take rbarbati's approach in an earlier reply-post, for this I prepare ALL...
April 27, 2011 at 8:19 pm
rbarbati (4/26/2011)
I agree with the use of change tracking in 2008, and would add that triggers are not always straight forward. You must consider referential integrity, cascading...
April 27, 2011 at 7:55 pm
Amol Naik, Jason AKA CirqueDeSQLeil, and belgarion:
Thanks! I'm glad you enjoyed the article. 🙂
Take care,
Solomon...
April 27, 2011 at 7:03 pm
Todd M. Owens (4/26/2011)
Caveat: If you are in a Microsoft technology-only shop with .NET, C# and other such technologies then no worries. Otherwise be careful with using non-ANSI...
April 26, 2011 at 8:04 pm
noeld (4/26/2011)
The title on the other hand is *VERY* misleading (seconds?) Apparently you don't count the time you spent setting AND...
April 26, 2011 at 12:22 pm
jvrakesh-858370 (4/26/2011)
April 26, 2011 at 12:15 pm
sathishsathish81 (4/26/2011)
If Suppose i have 1 Billion Records in the Table. what is the time complexity. Could you please explain the time complexity.
Hello. The amount of time it takes to...
April 26, 2011 at 12:14 pm
Luke C (4/26/2011)
April 26, 2011 at 12:11 pm
Viewing 15 posts - 526 through 540 (of 645 total)