Viewing 15 posts - 46 through 60 (of 3,738 total)
The column name in the lookup table is LID_ID_NB.
How can I search table by table?
Thank you.
January 19, 2017 at 8:48 am
I get the following error in the output file on a Backup Job:
Microsoft (R) SQL Server Execute Package Utility
Version 11.0.6020.0 for 64-bit
Copyright (C) Microsoft Corporation. All rights...
January 16, 2017 at 9:02 am
What is wrong with the website?
Did someone push a new release?
January 16, 2017 at 9:00 am
Grant Fritchey (1/3/2017)
January 3, 2017 at 12:23 pm
Beatrix Kiddo (1/3/2017)
Welsh Corgi (1/3/2017)
Do you have an example to query the backup set?
In that blog post that you read earlier.
Nice but it does not show which backup failed.
Thanks.
January 3, 2017 at 9:24 am
Grant Fritchey (1/3/2017)
January 3, 2017 at 8:49 am
Welsh Corgi (1/3/2017)
January 3, 2017 at 8:33 am
Lowell (12/28/2016)
MessageBox can only display strings, and RecordCount is an integer,so simply convert the value you want to display.MessageBox.Show(RecordCount.ToString)
Sweet it works thank you! 😎
December 28, 2016 at 9:43 am
I run the code and it succeeds.
I tried adding a MessageBox to check the
Public Sub Main()
Dim RecordCount As Integer
...
December 28, 2016 at 9:17 am
Lowell (12/28/2016)
Public Sub Main()
'
' Add your code here
...
December 28, 2016 at 9:01 am
Steve Jones - SSC Editor (12/28/2016)
Does this work for you?
If RecordCount > 0 Then
DTS.TaskResult = Dts.Results.Failure
Thanks but I'm unclear what the entire syntax should be.:unsure:
Thank you very much.
December 28, 2016 at 8:47 am
Phil Parkin (12/23/2016)
Welsh Corgi (12/23/2016)
Lowell (12/21/2016)
is your account used by a team of users, and not an individual?
Trivially adapted from part of an answer I...
December 23, 2016 at 3:28 pm
Lowell (12/23/2016)
Welsh Corgi (12/23/2016)
Lowell (12/21/2016)
is your account used by a team of users, and not an individual?
Trivially adapted from part of an answer I posted...
December 23, 2016 at 3:25 pm
Lowell (12/23/2016)
Welsh Corgi (12/23/2016)
Lowell (12/21/2016)
is your account used by a team of users, and not an individual?
Trivially adapted from part of an answer I posted...
December 23, 2016 at 3:04 pm
Sorry but I never said that anything was wrong.
I appreciate the advise and I never intended to be rude.
Thank you.
December 23, 2016 at 2:48 pm
Viewing 15 posts - 46 through 60 (of 3,738 total)