Viewing 15 posts - 1 through 15 (of 49 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
Regards,
Jason P. Burnett
Senior DBA
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...
Regards,
Jason P. Burnett
Senior DBA
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...
Regards,
Jason P. Burnett
Senior DBA
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...
Regards,
Jason P. Burnett
Senior DBA
September 12, 2010 at 7:14 pm
No problem, glad to help. 🙂
Regards,
Jason P. Burnett
Senior DBA
August 24, 2010 at 11:54 am
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.
Regards,
Jason P. Burnett
Senior DBA
August 24, 2010 at 10:58 am
August 23, 2010 at 4:11 pm
Correct your 2008 licenses should be downgradeable.
Regards,
Jason P. Burnett
Senior DBA
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.
Regards,
Jason P. Burnett
Senior DBA
May 6, 2010 at 12:42 pm
Thanks for fixing the link Steve. I am not sure what I did wrong there. 🙂
Regards,
Jason P. Burnett
Senior DBA
May 5, 2010 at 3:09 pm
It can be configured either way.
http://msdn.microsoft.com/en-us/library/ms175935.aspx
Regards,
Jason P. Burnett
Senior DBA
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...
Regards,
Jason P. Burnett
Senior DBA
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...
Regards,
Jason P. Burnett
Senior DBA
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...
Regards,
Jason P. Burnett
Senior DBA
May 4, 2010 at 6:12 pm
Maninder S. (5/4/2010)
Regards,
Jason P. Burnett
Senior DBA
May 4, 2010 at 2:41 pm
Viewing 15 posts - 1 through 15 (of 49 total)