How can we help you today? How can we help you today?
dbouchard

Activity overview

Latest activity by dbouchard

Removal of space before FROM in sub-query undesired, how to stop it?
I have the following Sql query and Sql Prompt insists on removing the space before the FROM in the sub-query every time. How do I stop this?SELECT TOP (50000000)        [Id]     , [SourceBranch]   ...
5 followers 5 comments 0 votes
Valid Sql merge statement fails Sql Prompt layout
The below valid sql stored proc fails the layout command in Sql Prompt. Why? <bbcode> create PROCEDURE dbo.usp_mrg_JournyxTimeRecs AS BEGIN SET NOCOUNT ON; MERGE INTO dbo.journyx_time_recs T USING...
1 follower 1 comment 0 votes
declare @p3 nvarchar(4000) set @p3=N'0' exec master..sqbutility @Parameter1=1001,@Parameter2=N'L:SQLBackupsFULL_(local)_VCM_20150411_120013.sqb',@Parameter3=@p3 output select @p3 / comments
declare @p3 nvarchar(4000) set @p3=N'0' exec master..sqbutility @Parameter1=1001,@Parameter2=N'L:SQLBackupsFULL_(local)_VCM_20150411_120013.sqb',@Parameter3=@p3 output select @p3
0 votes
It worked just fine, it gave me 2 rows of the data and log file with values that seem correct. do you need to see the values? / comments
It worked just fine, it gave me 2 rows of the data and log file with values that seem correct. do you need to see the values?
0 votes
could you please let me know why I couldn't restore it using SQL Backup Pro directly? I've not yet been able to try your ssms restore, but certainly I don't expect to have to do this every time... / comments
could you please let me know why I couldn't restore it using SQL Backup Pro directly? I've not yet been able to try your ssms restore, but certainly I don't expect to have to do this every time...
0 votes
Unable to restore backup sqb file
Well, this is depressing. I have hundreds of sqb backup files and this is the first time I'm trying to restore one ever! when I do, I get the error shown in the attached image file. what can I d...
2 followers 9 comments 0 votes
DateTimeOffset support not working
I have 2 databases with several tables that contain datetimeoffset fields. I have emptied one of the databases so that sdc10 will basically be doing a move from one db to the other and the script ...
3 followers 4 comments 0 votes