How can we help you today? How can we help you today?
phispher

Activity overview

Latest activity by phispher

SQL Backup Error Log
Hi! I have SQL Backup 5 Professional edition installed on several prod servers here and have the jobs configued to email me a log when errors occur. However, it's quite painful to have to navigat...
3 followers 3 comments 0 votes
DBCC Integrity checking and SQL Backup
Does SQL Backup include some type of integrity checking before database backups occur? If no, would there be some easy way of implementing it aside from adding the T-SQL code to the job that runs ...
1 follower 1 comment 0 votes
Here is a line i pulled from the sync script: INSERT INTO [dbo].[DATA_FLOAT] ([data_float_id], [data_float], [_temp_data_float_id]) VALUES (25555, -97.39872, NULL) So, as you can see, the sync script is truncating it too. / comments
Here is a line i pulled from the sync script: INSERT INTO [dbo].[DATA_FLOAT] ([data_float_id], [data_float], [_temp_data_float_id]) VALUES (25555, -97.39872, NULL) So, as you can see, the sync scri...
0 votes
FLOAT issue with SQL Data Compare 5
I have searched in vain for a resolution to this problem. Let me set the stage first. I have a table in SQL with a float column. I used Query Analyzer to query a value and I get: -97.39871999999...
3 followers 4 comments 0 votes
NTEXT issues with SQL Data Compare
Hi, I'm getting the following error when attempting to synchronize between two databases with exactly the same schema using the SQL Data Compare API: System.Data.SqlClient.SqlException: Page (1:723...
4 followers 4 comments 0 votes