Viewing 15 posts - 1 through 15 (of 48 total)
sharon-332366 (2/26/2011)
Pi = 22/7 easiest answer.
22/7 and Pi are only equal to the second decimal place
22/7 = 3.142857142857143
Pi = 3.141592653589793
February 26, 2011 at 7:04 am
Script out the table on the publisher and then recreate it on the subscriber. Once you have done that the reinitialization with the snapshot will synch the table back...
February 4, 2011 at 8:26 pm
The problem is that removing the data from the database does not cause the size of the database to go down. Then when you back it up you are...
February 3, 2011 at 11:45 am
pharmboy4u (9/12/2010)
but i cannot do "select 'a' and then 'union all' for millions of rows!is there no other way?
The portion of Wayne's code that you are referencing is only there...
September 12, 2010 at 7:14 pm
The error is simply stating that the field that you applied the constraint to contains values that do not exist in the table that the constraint references.
August 24, 2010 at 10:58 am
August 23, 2010 at 4:11 pm
Correct your 2008 licenses should be downgradeable.
May 6, 2010 at 12:57 pm
Your standard edition license does not cover you for dev edition however, a dev edition licenses are ony like $50.
May 6, 2010 at 12:42 pm
Thanks for fixing the link Steve. I am not sure what I did wrong there. 🙂
May 5, 2010 at 3:09 pm
It can be configured either way.
May 5, 2010 at 2:03 pm
Kingston Dhasian (5/4/2010)
WITH DupeRecords
AS
(
SELECT ROW_NUMBER OVER (PARTITION BY LOCATION_NUMBER ORDER BY ID) AS RowNum, *
FROM ForResiMailing
)
DELETE FROM DupeRecords WHERE RowNum...
May 5, 2010 at 4:28 am
Since I am not completely sure of your table structure given the information provided I am assuming that their is some sort of PK on the records. I am...
May 4, 2010 at 7:55 pm
[/quote]
That is because: As per Pauls Blog:
The clearing of the inactive portion of the log is delayed until the full backup completes. This could cause you to have disk space...
May 4, 2010 at 6:12 pm
Maninder S. (5/4/2010)
May 4, 2010 at 2:41 pm
Viewing 15 posts - 1 through 15 (of 48 total)